Uses of Interface
io.camunda.client.api.search.sort.VariableSort
Packages that use VariableSort
Package
Description
-
Uses of VariableSort in io.camunda.client.api.search.request
Methods in io.camunda.client.api.search.request that return VariableSortModifier and TypeMethodDescriptionstatic VariableSortSearchRequestBuilders.variableSort(Consumer<VariableSort> fn) Method parameters in io.camunda.client.api.search.request with type arguments of type VariableSortModifier and TypeMethodDescriptionstatic VariableSortSearchRequestBuilders.variableSort(Consumer<VariableSort> fn) -
Uses of VariableSort in io.camunda.client.api.search.sort
Methods in io.camunda.client.api.search.sort that return VariableSortModifier and TypeMethodDescriptionVariableSort.name()VariableSort.processInstanceKey()VariableSort.scopeKey()VariableSort.tenantId()VariableSort.value()VariableSort.variableKey() -
Uses of VariableSort in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request with parameters of type VariableSortModifier and TypeMethodDescriptionUserTaskVariableSearchRequestImpl.sort(VariableSort value) VariableSearchRequestImpl.sort(VariableSort value) Method parameters in io.camunda.client.impl.search.request with type arguments of type VariableSortModifier and TypeMethodDescriptionUserTaskVariableSearchRequestImpl.sort(Consumer<VariableSort> fn) VariableSearchRequestImpl.sort(Consumer<VariableSort> fn) -
Uses of VariableSort in io.camunda.client.impl.search.sort
Classes in io.camunda.client.impl.search.sort that implement VariableSortMethods in io.camunda.client.impl.search.sort that return VariableSortModifier and TypeMethodDescriptionVariableSortImpl.name()VariableSortImpl.processInstanceKey()VariableSortImpl.scopeKey()protected VariableSortVariableSortImpl.self()VariableSortImpl.tenantId()VariableSortImpl.value()VariableSortImpl.variableKey()