Class GetNodesWithAspectCannedQuery

java.lang.Object
org.alfresco.query.AbstractCannedQuery<R>
All Implemented Interfaces:
org.alfresco.query.CannedQuery<NodeRef>

public class GetNodesWithAspectCannedQuery extends AbstractCannedQueryPermissions<NodeRef>
GetNodesWithAspect canned query To get paged list of nodes with the specified aspects.
Since:
4.1
Author:
Nick Burch
  • Constructor Details

  • Method Details

    • queryAndFilter

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