Uses of Interface
org.alfresco.repo.node.getchildren.FilterProp
Packages that use FilterProp
Package
Description
Provides the implementation of the site service which is used to provide services used by the sites of the
Share interface.
Provides the public interface for the the SiteService which is used by the Share application.
-
Uses of FilterProp in org.alfresco.repo.model.filefolder
Method parameters in org.alfresco.repo.model.filefolder with type arguments of type FilterPropModifier and TypeMethodDescriptionorg.alfresco.query.CannedQuery<NodeRef>GetChildrenCannedQueryFactory.getCannedQuery(NodeRef parentRef, String pattern, Set<QName> assocTypeQNames, Set<QName> childTypeQNames, Set<QName> ignoreAspectQNames, List<FilterProp> filterProps, List<Pair<QName, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) -
Uses of FilterProp in org.alfresco.repo.node.getchildren
Classes in org.alfresco.repo.node.getchildren that implement FilterPropModifier and TypeClassDescriptionclassGetChildren - for boolean property filteringclassGetChildren - for string property filteringMethods in org.alfresco.repo.node.getchildren that return types with arguments of type FilterPropMethod parameters in org.alfresco.repo.node.getchildren with type arguments of type FilterPropModifier and TypeMethodDescriptionorg.alfresco.query.CannedQuery<NodeRef>GetChildrenCannedQueryFactory.getCannedQuery(NodeRef parentRef, String pattern, Set<QName> assocTypeQNames, Set<QName> childTypeQNames, List<FilterProp> filterProps, List<Pair<QName, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) Retrieve an optionally filtered/sorted instance of aCannedQuerybased on parameters including request for a total count (up to a given max) Note: if both filtering and sorting is required then the combined total of unique QName properties should be the 0 to 3.org.alfresco.query.CannedQuery<NodeRef>GetChildrenCannedQueryFactory.getCannedQuery(NodeRef parentRef, String pattern, Set<QName> assocTypeQNames, Set<QName> childTypeQNames, Set<QName> inclusiveAspects, Set<QName> exclusiveAspects, List<FilterProp> filterProps, List<Pair<QName, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) Retrieve an optionally filtered/sorted instance of aCannedQuerybased on parameters including request for a total count (up to a given max) Note: if both filtering and sorting is required then the combined total of unique QName properties should be the 0 to 3.Constructor parameters in org.alfresco.repo.node.getchildren with type arguments of type FilterProp -
Uses of FilterProp in org.alfresco.repo.site
Method parameters in org.alfresco.repo.site with type arguments of type FilterProp -
Uses of FilterProp in org.alfresco.service.cmr.site
Method parameters in org.alfresco.service.cmr.site with type arguments of type FilterPropModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<SiteInfo>SiteService.listSites(List<FilterProp> filterProps, List<Pair<QName, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) This method returnspaged result setsofSiteInfoobjects, which should be more efficient than the unpaged methods also available on this interface.