Class GetChildrenWithTargetAssocsAuditableCannedQueryFactory
- java.lang.Object
-
- org.alfresco.query.AbstractCannedQueryFactory<R>
-
- org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory<NodeWithTargetsEntity>
-
- org.alfresco.repo.node.getchildren.GetChildrenWithTargetAssocsAuditableCannedQueryFactory
-
- All Implemented Interfaces:
CannedQueryFactory<NodeWithTargetsEntity>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
public class GetChildrenWithTargetAssocsAuditableCannedQueryFactory extends AbstractQNameAwareCannedQueryFactory<NodeWithTargetsEntity>
ACannedQueryFactoryfor various queries relating to gettingNodeWithTargetsEntityentires filtering by auditable properties.- Since:
- 4.0
- Author:
- Nick Burch
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
AbstractQNameAwareCannedQueryFactory.NestedComparator<R>, AbstractQNameAwareCannedQueryFactory.NodeBackedEntityComparator, AbstractQNameAwareCannedQueryFactory.PropertyBasedComparator<R>
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
cannedQueryDAO, methodSecurity, nodeDAO, qnameDAO, tenantService
-
-
Constructor Summary
Constructors Constructor Description GetChildrenWithTargetAssocsAuditableCannedQueryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()CannedQuery<NodeWithTargetsEntity>getCannedQuery(CannedQueryParameters parameters)CannedQuery<NodeWithTargetsEntity>getCannedQuery(NodeRef parentNodeRef, QName contentType, QName assocType, CannedQuerySortDetails sortDetails, PagingRequest pagingReq)-
Methods inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
createCQPageDetails, createCQSortDetails, createDateAscendingCQSortDetails, createDateDescendingCQSortDetails, getNodeId, getQNameId, setCannedQueryDAO, setMethodSecurity, setNodeDAO, setQnameDAO, setTenantService
-
Methods inherited from class org.alfresco.query.AbstractCannedQueryFactory
getCannedQuery, getQueryExecutionId, setBeanName, setRegistry
-
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classAbstractQNameAwareCannedQueryFactory<NodeWithTargetsEntity>- Throws:
Exception
-
getCannedQuery
public CannedQuery<NodeWithTargetsEntity> getCannedQuery(CannedQueryParameters parameters)
-
getCannedQuery
public CannedQuery<NodeWithTargetsEntity> getCannedQuery(NodeRef parentNodeRef, QName contentType, QName assocType, CannedQuerySortDetails sortDetails, PagingRequest pagingReq)
-
-