Class GetDoclinkNodesCannedQuery

java.lang.Object
org.alfresco.query.AbstractCannedQuery<Long>
org.alfresco.repo.doclink.GetDoclinkNodesCannedQuery
All Implemented Interfaces:
org.alfresco.query.CannedQuery<Long>

public class GetDoclinkNodesCannedQuery extends org.alfresco.query.AbstractCannedQuery<Long>
Parameter object for GetDoclinkNodesCannedQuery.
Since:
5.2.1
Author:
Ramona Popa
  • Constructor Summary

    Constructors
    Constructor
    Description
    GetDoclinkNodesCannedQuery(CannedQueryDAO cannedQueryDAO, org.alfresco.query.CannedQueryParameters params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    protected List<Long>
    queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)
     

    Methods inherited from class org.alfresco.query.AbstractCannedQuery

    applyPostQueryPaging, applyPostQueryPermissions, applyPostQuerySorting, execute, getParameters, getTotalResultCount, isApplyPostQueryPaging, isApplyPostQueryPermissions, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • GetDoclinkNodesCannedQuery

      public GetDoclinkNodesCannedQuery(CannedQueryDAO cannedQueryDAO, org.alfresco.query.CannedQueryParameters params)
  • Method Details

    • queryAndFilter

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

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