Interface TypedSearchRequest.SearchRequestSort<S extends TypedSearchRequest.SearchRequestSort<S>>

All Known Subinterfaces:
BatchOperationItemSort, BatchOperationSort, ClientSort, DecisionDefinitionSort, DecisionInstanceSort, DecisionRequirementsSort, ElementInstanceSort, GroupSort, GroupUserSort, IncidentSort, MappingSort, ProcessDefinitionSort, ProcessInstanceSort, RoleSort, RoleUserSort, UserSort, UserTaskSort, VariableSort
All Known Implementing Classes:
BatchOperationItemSortImpl, BatchOperationSortImpl, ClientSortImpl, DecisionDefinitionSortImpl, DecisionInstanceSortImpl, DecisionRequirementsSortImpl, ElementInstanceSortImpl, GroupSortImpl, GroupUserSortImpl, IncidentSortImpl, MappingSortImpl, ProcessDefinitionSortImpl, ProcessInstanceSortImpl, RoleSortImpl, RoleUserSortImpl, UserSortImpl, UserTaskSortImpl, VariableSortImpl
Enclosing interface:
TypedSearchRequest<F extends TypedSearchRequest.SearchRequestFilter,S extends TypedSearchRequest.SearchRequestSort<S>,SELF extends TypedSearchRequest<F,S,SELF>>

public static interface TypedSearchRequest.SearchRequestSort<S extends TypedSearchRequest.SearchRequestSort<S>>
  • Method Summary

    Modifier and Type
    Method
    Description
    asc()
    Sort in ascending order
    Sort in descending order
  • Method Details

    • asc

      S asc()
      Sort in ascending order
      Returns:
      the sort builder
    • desc

      S desc()
      Sort in descending order
      Returns:
      the sort builder