Class GetChildrenAuditableCannedQuery

java.lang.Object
org.alfresco.query.AbstractCannedQuery<R>
org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions<NodeBackedEntity>
org.alfresco.repo.node.getchildren.GetChildrenAuditableCannedQuery
All Implemented Interfaces:
org.alfresco.query.CannedQuery<NodeBackedEntity>

public class GetChildrenAuditableCannedQuery extends AbstractCannedQueryPermissions<NodeBackedEntity>
This class provides support for canned queries which filter by Auditable Properties
Since:
4.0
Author:
Nick Burch
  • Constructor Details

  • Method Details

    • queryAndFilter

      protected List<NodeBackedEntity> queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)
      Specified by:
      queryAndFilter in class org.alfresco.query.AbstractCannedQuery<NodeBackedEntity>
    • isApplyPostQuerySorting

      protected boolean isApplyPostQuerySorting()
      Overrides:
      isApplyPostQuerySorting in class org.alfresco.query.AbstractCannedQuery<NodeBackedEntity>