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>
A
CannedQueryFactory for various queries relating to getting
NodeWithTargetsEntity entires 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.alfresco.query.CannedQuery<NodeWithTargetsEntity>getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) org.alfresco.query.CannedQuery<NodeWithTargetsEntity>getCannedQuery(NodeRef parentNodeRef, QName contentType, 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, setTenantServiceMethods inherited from class org.alfresco.query.AbstractCannedQueryFactory
getCannedQuery, getQueryExecutionId, setBeanName, setRegistry
-
Constructor Details
-
GetChildrenWithTargetAssocsAuditableCannedQueryFactory
public GetChildrenWithTargetAssocsAuditableCannedQueryFactory()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classAbstractQNameAwareCannedQueryFactory<NodeWithTargetsEntity>- Throws:
Exception
-
getCannedQuery
public org.alfresco.query.CannedQuery<NodeWithTargetsEntity> getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) -
getCannedQuery
public org.alfresco.query.CannedQuery<NodeWithTargetsEntity> getCannedQuery(NodeRef parentNodeRef, QName contentType, QName assocType, org.alfresco.query.CannedQuerySortDetails sortDetails, org.alfresco.query.PagingRequest pagingReq)
-