Class GetChildrenCannedQueryFactory
- java.lang.Object
-
- org.alfresco.query.AbstractCannedQueryFactory<NodeRef>
-
- org.alfresco.repo.node.getchildren.GetChildrenCannedQueryFactory
-
- org.alfresco.repo.model.filefolder.GetChildrenCannedQueryFactory
-
- All Implemented Interfaces:
CannedQueryFactory<NodeRef>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
public class GetChildrenCannedQueryFactory extends GetChildrenCannedQueryFactory
GetChidren canned query factory for files and folders.- Since:
- 4.1.1
- Author:
- steveglover, janv
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.node.getchildren.GetChildrenCannedQueryFactory
cannedQueryDAO, contentDataDAO, dictionaryService, localeDAO, methodSecurity, nodeDAO, nodeService, qnameDAO, tenantService
-
-
Constructor Summary
Constructors Constructor Description GetChildrenCannedQueryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CannedQuery<NodeRef>getCannedQuery(CannedQueryParameters parameters)CannedQuery<NodeRef>getCannedQuery(NodeRef parentRef, String pattern, Set<QName> assocTypeQNames, Set<QName> childTypeQNames, Set<QName> ignoreAspectQNames, List<FilterProp> filterProps, List<Pair<QName,Boolean>> sortProps, PagingRequest pagingRequest)voidsetHiddenAspect(HiddenAspect hiddenAspect)-
Methods inherited from class org.alfresco.repo.node.getchildren.GetChildrenCannedQueryFactory
afterPropertiesSet, getCannedQuery, getCannedQuery, getCannedQuery, setCannedQueryDAO, setContentDataDAO, setDictionaryService, setLocaleDAO, setMethodSecurity, setNodeDAO, setNodeService, setQnameDAO, setTenantService
-
Methods inherited from class org.alfresco.query.AbstractCannedQueryFactory
getCannedQuery, getQueryExecutionId, setBeanName, setRegistry
-
-
-
-
Method Detail
-
setHiddenAspect
public void setHiddenAspect(HiddenAspect hiddenAspect)
-
getCannedQuery
public CannedQuery<NodeRef> getCannedQuery(NodeRef parentRef, String pattern, Set<QName> assocTypeQNames, Set<QName> childTypeQNames, Set<QName> ignoreAspectQNames, List<FilterProp> filterProps, List<Pair<QName,Boolean>> sortProps, PagingRequest pagingRequest)
-
getCannedQuery
public CannedQuery<NodeRef> getCannedQuery(CannedQueryParameters parameters)
- Specified by:
getCannedQueryin interfaceCannedQueryFactory<NodeRef>- Overrides:
getCannedQueryin classGetChildrenCannedQueryFactory
-
-