Uses of Interface
org.alfresco.repo.node.getchildren.FilterProp
-
Packages that use FilterProp Package Description org.alfresco.repo.model.filefolder org.alfresco.repo.node.getchildren org.alfresco.repo.site Provides the implementation of the site service which is used to provide services used by the sites of the Share interface.org.alfresco.service.cmr.site 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 FilterProp Modifier and Type Method Description org.alfresco.query.CannedQuery<org.alfresco.service.cmr.repository.NodeRef>GetChildrenCannedQueryFactory. getCannedQuery(org.alfresco.service.cmr.repository.NodeRef parentRef, java.lang.String pattern, java.util.Set<org.alfresco.service.namespace.QName> assocTypeQNames, java.util.Set<org.alfresco.service.namespace.QName> childTypeQNames, java.util.Set<org.alfresco.service.namespace.QName> ignoreAspectQNames, java.util.List<FilterProp> filterProps, java.util.List<org.alfresco.util.Pair<org.alfresco.service.namespace.QName,java.lang.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 FilterProp Modifier and Type Class Description classFilterPropBooleanGetChildren - for boolean property filteringclassFilterPropStringGetChildren - for string property filteringMethods in org.alfresco.repo.node.getchildren that return types with arguments of type FilterProp Modifier and Type Method Description java.util.List<FilterProp>GetChildrenCannedQueryParams. getFilterProps()Method parameters in org.alfresco.repo.node.getchildren with type arguments of type FilterProp Modifier and Type Method Description org.alfresco.query.CannedQuery<org.alfresco.service.cmr.repository.NodeRef>GetChildrenCannedQueryFactory. getCannedQuery(org.alfresco.service.cmr.repository.NodeRef parentRef, java.lang.String pattern, java.util.Set<org.alfresco.service.namespace.QName> assocTypeQNames, java.util.Set<org.alfresco.service.namespace.QName> childTypeQNames, java.util.List<FilterProp> filterProps, java.util.List<org.alfresco.util.Pair<org.alfresco.service.namespace.QName,java.lang.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<org.alfresco.service.cmr.repository.NodeRef>GetChildrenCannedQueryFactory. getCannedQuery(org.alfresco.service.cmr.repository.NodeRef parentRef, java.lang.String pattern, java.util.Set<org.alfresco.service.namespace.QName> assocTypeQNames, java.util.Set<org.alfresco.service.namespace.QName> childTypeQNames, java.util.Set<org.alfresco.service.namespace.QName> inclusiveAspects, java.util.Set<org.alfresco.service.namespace.QName> exclusiveAspects, java.util.List<FilterProp> filterProps, java.util.List<org.alfresco.util.Pair<org.alfresco.service.namespace.QName,java.lang.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 Constructor Description GetChildrenCannedQueryParams(org.alfresco.service.cmr.repository.NodeRef parentRef, java.util.Set<org.alfresco.service.namespace.QName> assocTypeQNames, java.util.Set<org.alfresco.service.namespace.QName> childTypeQNames, java.util.Set<org.alfresco.service.namespace.QName> inclusiveAspects, java.util.Set<org.alfresco.service.namespace.QName> exclusiveAspects, java.util.List<FilterProp> filterProps, java.lang.String pattern) -
Uses of FilterProp in org.alfresco.repo.site
Method parameters in org.alfresco.repo.site with type arguments of type FilterProp Modifier and Type Method Description org.alfresco.query.PagingResults<SiteInfo>SiteServiceImpl. listSites(java.util.List<FilterProp> filterProps, java.util.List<org.alfresco.util.Pair<org.alfresco.service.namespace.QName,java.lang.Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) -
Uses of FilterProp in org.alfresco.service.cmr.site
Method parameters in org.alfresco.service.cmr.site with type arguments of type FilterProp Modifier and Type Method Description org.alfresco.query.PagingResults<SiteInfo>SiteService. listSites(java.util.List<FilterProp> filterProps, java.util.List<org.alfresco.util.Pair<org.alfresco.service.namespace.QName,java.lang.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.
-