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
Methods in io.camunda.client.api.search that return VariableSortModifier and TypeMethodDescriptionstatic VariableSortSearchRequestBuilders.variableSort()static VariableSortSearchRequestBuilders.variableSort(Consumer<VariableSort> fn) Method parameters in io.camunda.client.api.search 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.query
Methods in io.camunda.client.impl.search.query with parameters of type VariableSortModifier and TypeMethodDescriptionUserTaskVariableQueryImpl.sort(VariableSort value) VariableQueryImpl.sort(VariableSort value) Method parameters in io.camunda.client.impl.search.query with type arguments of type VariableSortModifier and TypeMethodDescriptionUserTaskVariableQueryImpl.sort(Consumer<VariableSort> fn) VariableQueryImpl.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()