Class GetArchivedNodesCannedQueryParams

All Implemented Interfaces:
PermissionCheckValue

public class GetArchivedNodesCannedQueryParams extends ArchivedNodeEntity
Parameter object for GetArchivedNodesCannedQuery.
Since:
4.2
Author:
Jamal Kaabi-Mofrad
  • Constructor Details

    • GetArchivedNodesCannedQueryParams

      public GetArchivedNodesCannedQueryParams(Long parentNodeId, Long assocTypeQNameId, String filter, Boolean filterIgnoreCase, Long nameQNameId, Boolean sortOrderAscending)
      Parameters:
      parentNodeId - Long
      assocTypeQNameId - Long
      filter - String
      filterIgnoreCase - Boolean
      nameQNameId - Long
      sortOrderAscending - Boolean
    • GetArchivedNodesCannedQueryParams

      public GetArchivedNodesCannedQueryParams(Long parentNodeId, Long assocTypeQNameId, String filter, Boolean filterIgnoreCase, Long nameQNameId, Boolean sortOrderAscending, int limit)
      Parameters:
      parentNodeId -
      assocTypeQNameId -
      filter -
      filterIgnoreCase -
      nameQNameId -
      sortOrderAscending -
      limit -
  • Method Details

    • getLimit

      public int getLimit()
    • setLimit

      public void setLimit(int limit)