Uses of Record Class
io.camunda.service.search.sort.SortOption.FieldSorting
Packages that use SortOption.FieldSorting
-
Uses of SortOption.FieldSorting in io.camunda.service.search.sort
Fields in io.camunda.service.search.sort declared as SortOption.FieldSortingModifier and TypeFieldDescriptionprotected SortOption.FieldSortingSortOption.AbstractBuilder.currentOrderingFields in io.camunda.service.search.sort with type parameters of type SortOption.FieldSortingModifier and TypeFieldDescriptionprotected final List<SortOption.FieldSorting> SortOption.AbstractBuilder.orderingsMethods in io.camunda.service.search.sort that return types with arguments of type SortOption.FieldSortingModifier and TypeMethodDescriptionAuthorizationSort.getFieldSortings()DecisionDefinitionSort.getFieldSortings()DecisionInstanceSort.getFieldSortings()DecisionRequirementsSort.getFieldSortings()FlowNodeInstanceSort.getFieldSortings()IncidentSort.getFieldSortings()ProcessInstanceSort.getFieldSortings()SortOption.getFieldSortings()UserSort.getFieldSortings()UserTaskSort.getFieldSortings()VariableSort.getFieldSortings()AuthorizationSort.orderings()Returns the value of theorderingsrecord component.DecisionDefinitionSort.orderings()Returns the value of theorderingsrecord component.DecisionInstanceSort.orderings()Returns the value of theorderingsrecord component.DecisionRequirementsSort.orderings()Returns the value of theorderingsrecord component.FlowNodeInstanceSort.orderings()Returns the value of theorderingsrecord component.IncidentSort.orderings()Returns the value of theorderingsrecord component.ProcessInstanceSort.orderings()Returns the value of theorderingsrecord component.UserSort.orderings()Returns the value of theorderingsrecord component.UserTaskSort.orderings()Returns the value of theorderingsrecord component.VariableSort.orderings()Returns the value of theorderingsrecord component.Constructor parameters in io.camunda.service.search.sort with type arguments of type SortOption.FieldSortingModifierConstructorDescriptionAuthorizationSort(List<SortOption.FieldSorting> orderings) Creates an instance of aAuthorizationSortrecord class.DecisionDefinitionSort(List<SortOption.FieldSorting> orderings) Creates an instance of aDecisionDefinitionSortrecord class.DecisionInstanceSort(List<SortOption.FieldSorting> orderings) Creates an instance of aDecisionInstanceSortrecord class.DecisionRequirementsSort(List<SortOption.FieldSorting> orderings) Creates an instance of aDecisionRequirementsSortrecord class.FlowNodeInstanceSort(List<SortOption.FieldSorting> orderings) Creates an instance of aFlowNodeInstanceSortrecord class.IncidentSort(List<SortOption.FieldSorting> orderings) Creates an instance of aIncidentSortrecord class.ProcessInstanceSort(List<SortOption.FieldSorting> orderings) Creates an instance of aProcessInstanceSortrecord class.UserSort(List<SortOption.FieldSorting> orderings) Creates an instance of aUserSortrecord class.UserTaskSort(List<SortOption.FieldSorting> orderings) Creates an instance of aUserTaskSortrecord class.VariableSort(List<SortOption.FieldSorting> orderings) Creates an instance of aVariableSortrecord class. -
Uses of SortOption.FieldSorting in io.camunda.service.transformers.sort
Method parameters in io.camunda.service.transformers.sort with type arguments of type SortOption.FieldSortingModifier and TypeMethodDescriptionFieldSortingTransformer.apply(Tuple<List<SortOption.FieldSorting>, Boolean> value)