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:
org.alfresco.query.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()org.alfresco.query.CannedQuery<NodeWithTargetsEntity>getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)org.alfresco.query.CannedQuery<NodeWithTargetsEntity>getCannedQuery(org.alfresco.service.cmr.repository.NodeRef parentNodeRef, org.alfresco.service.namespace.QName contentType, org.alfresco.service.namespace.QName assocType, org.alfresco.query.CannedQuerySortDetails sortDetails, org.alfresco.query.PagingRequest pagingReq)-
Methods inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
createCQPageDetails, createCQSortDetails, createDateAscendingCQSortDetails, createDateDescendingCQSortDetails, getNodeId, getQNameId, setCannedQueryDAO, setMethodSecurity, setNodeDAO, setQnameDAO, setTenantService
-
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classAbstractQNameAwareCannedQueryFactory<NodeWithTargetsEntity>- Throws:
java.lang.Exception
-
getCannedQuery
public org.alfresco.query.CannedQuery<NodeWithTargetsEntity> getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)
-
getCannedQuery
public org.alfresco.query.CannedQuery<NodeWithTargetsEntity> getCannedQuery(org.alfresco.service.cmr.repository.NodeRef parentNodeRef, org.alfresco.service.namespace.QName contentType, org.alfresco.service.namespace.QName assocType, org.alfresco.query.CannedQuerySortDetails sortDetails, org.alfresco.query.PagingRequest pagingReq)
-
-