Uses of Interface
io.camunda.zeebe.client.api.search.sort.DecisionDefinitionSort
Packages that use DecisionDefinitionSort
-
Uses of DecisionDefinitionSort in io.camunda.zeebe.client.api.search
Methods in io.camunda.zeebe.client.api.search that return DecisionDefinitionSortModifier and TypeMethodDescriptionstatic DecisionDefinitionSortSearchRequestBuilders.decisionDefinitionSort()Deprecated.Create a decision definition sort option.static DecisionDefinitionSortSearchRequestBuilders.decisionDefinitionSort(Consumer<DecisionDefinitionSort> fn) Deprecated.Create a decision definition sort option by using a fluent builder.Method parameters in io.camunda.zeebe.client.api.search with type arguments of type DecisionDefinitionSortModifier and TypeMethodDescriptionstatic DecisionDefinitionSortSearchRequestBuilders.decisionDefinitionSort(Consumer<DecisionDefinitionSort> fn) Deprecated.Create a decision definition sort option by using a fluent builder. -
Uses of DecisionDefinitionSort in io.camunda.zeebe.client.api.search.sort
Methods in io.camunda.zeebe.client.api.search.sort that return DecisionDefinitionSortModifier and TypeMethodDescriptionDecisionDefinitionSort.decisionKey()Deprecated.Sort by decision key.DecisionDefinitionSort.decisionRequirementsKey()Deprecated.Sort by decision requirements key.DecisionDefinitionSort.dmnDecisionId()Deprecated.Sort by dmn decision id.DecisionDefinitionSort.dmnDecisionName()Deprecated.Sort by dmn decision name.DecisionDefinitionSort.dmnDecisionRequirementsId()Deprecated.Sort by dmn decision requirements id.DecisionDefinitionSort.tenantId()Deprecated.Sort by tenant id.DecisionDefinitionSort.version()Deprecated.Sort by version.