Class 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
    • Constructor Detail

      • GetChildrenWithTargetAssocsAuditableCannedQueryFactory

        public GetChildrenWithTargetAssocsAuditableCannedQueryFactory()
    • Method Detail

      • 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)