Interface TypedSortableRequest<S,SELF extends TypedSortableRequest<S,SELF>>

All Known Subinterfaces:
AuthorizationsSearchRequest, BatchOperationItemSearchRequest, BatchOperationSearchRequest, ClientsByGroupSearchRequest, ClientsByRoleSearchRequest, ClientsByTenantSearchRequest, CorrelatedMessageSubscriptionSearchRequest, DecisionDefinitionSearchRequest, DecisionInstanceSearchRequest, DecisionRequirementsSearchRequest, ElementInstanceSearchRequest, GroupsByRoleSearchRequest, GroupsByTenantSearchRequest, GroupsSearchRequest, IncidentsByProcessInstanceSearchRequest, IncidentSearchRequest, JobSearchRequest, MappingRulesByGroupSearchRequest, MappingRulesByRoleSearchRequest, MessageSubscriptionSearchRequest, ProcessDefinitionSearchRequest, ProcessInstanceSearchRequest, RolesByGroupSearchRequest, RolesByTenantSearchRequest, RolesSearchRequest, TenantsSearchRequest, TypedSearchRequest<F,S,SELF>, UsersByGroupSearchRequest, UsersByRoleSearchRequest, UsersByTenantSearchRequest, UsersSearchRequest, UserTaskSearchRequest, UserTaskVariableSearchRequest, VariableSearchRequest
All Known Implementing Classes:
AuthorizationsSearchRequestImpl, BatchOperationItemSearchRequestImpl, BatchOperationSearchRequestImpl, ClientsByGroupSearchRequestImpl, ClientsByRoleSearchRequestImpl, ClientsByTenantSearchRequestImpl, CorrelatedMessageSubscriptionSearchRequestImpl, DecisionDefinitionSearchRequestImpl, DecisionInstanceSearchRequestImpl, DecisionRequirementsSearchRequestImpl, ElementInstanceSearchRequestImpl, GroupsByRoleSearchRequestImpl, GroupsByTenantSearchRequestImpl, GroupSearchRequestImpl, IncidentsByProcessInstanceSearchRequestImpl, IncidentSearchRequestImpl, JobSearchRequestImpl, MappingRulesByGroupSearchRequestImpl, MappingRulesByRoleSearchRequestImpl, MessageSubscriptionSearchRequestImpl, ProcessDefinitionSearchRequestImpl, ProcessInstanceSearchRequestImpl, RolesByGroupSearchRequestImpl, RolesByTenantSearchRequestImpl, RolesSearchRequestImpl, TenantsSearchRequestImpl, UsersByGroupSearchRequestImpl, UsersByRoleSearchRequestImpl, UsersByTenantSearchRequestImpl, UsersSearchRequestImpl, UserTaskSearchRequestImpl, UserTaskVariableSearchRequestImpl, VariableSearchRequestImpl

public interface TypedSortableRequest<S,SELF extends TypedSortableRequest<S,SELF>>
  • Method Details

    • sort

      SELF sort(S value)
      Sets the sorting the returned entities should be sorted by.
      Parameters:
      value - the sort options
      Returns:
      the builder for the search request
    • sort

      SELF sort(Consumer<S> fn)
      Provides a fluent builder to provide sorting options the returned entities should sorted by
      Parameters:
      fn - consumer to create the sort options
      Returns:
      the builder for the search request