mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user