Uses of Class
org.alfresco.repo.node.getchildren.GetChildrenCannedQueryParams
-
Packages that use GetChildrenCannedQueryParams Package Description org.alfresco.repo.model.filefolder org.alfresco.repo.node.getchildren -
-
Uses of GetChildrenCannedQueryParams in org.alfresco.repo.model.filefolder
Methods in org.alfresco.repo.model.filefolder with parameters of type GetChildrenCannedQueryParams Modifier and Type Method Description protected GetChildrenCannedQuery.FilterSortChildQueryCallbackGetChildrenCannedQuery. getFilterSortChildQuery(java.util.List<GetChildrenCannedQuery.FilterSortNode> children, java.util.List<FilterProp> filterProps, GetChildrenCannedQueryParams paramBean)protected GetChildrenCannedQuery.UnsortedChildQueryCallbackGetChildrenCannedQuery. getUnsortedChildQueryCallback(java.util.List<org.alfresco.service.cmr.repository.NodeRef> rawResult, int requestedCount, GetChildrenCannedQueryParams paramBean) -
Uses of GetChildrenCannedQueryParams in org.alfresco.repo.node.getchildren
Methods in org.alfresco.repo.node.getchildren with parameters of type GetChildrenCannedQueryParams Modifier and Type Method Description protected GetChildrenCannedQuery.FilterSortChildQueryCallbackGetChildrenCannedQuery. getFilterSortChildQuery(java.util.List<GetChildrenCannedQuery.FilterSortNode> children, java.util.List<FilterProp> filterProps, GetChildrenCannedQueryParams paramBean)protected GetChildrenCannedQuery.UnsortedChildQueryCallbackGetChildrenCannedQuery. getUnsortedChildQueryCallback(java.util.List<org.alfresco.service.cmr.repository.NodeRef> rawResult, int requestedCount, GetChildrenCannedQueryParams paramBean)
-