Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)

84954: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
      83702: ACE-2639. Added javadoc stating that inherited properties are included in results for a single type/aspect, which they are.
      Added content class qname (type/aspect) to the JSON rsp as it's very helpful.
      Improved FacetablePropertyData's compareTo impl to properly sort on model,type,prop.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85271 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2014-09-20 09:26:40 +00:00
parent bbbbfc1dbe
commit e0b69f6ca7

View File

@@ -115,8 +115,9 @@ public interface SolrFacetService
/**
* This method offers a convenient access point for getting all Facetable
* content properties defined on the specified content class (type or aspect).
* content properties defined on the specified content class (type or aspect) or any of its inherited properties.
* @param contentClass the QName of an aspect or type, whose facetable properties are sought.
* @param includeInheritedProperties {@code true} to include properties defined on supertypes.
* @return a collection of facetable {@link PropertyDefinition}s.
* @see Facetable
*/