Uses of Interface
io.camunda.zeebe.client.api.command.EvaluateDecisionCommandStep1.EvaluateDecisionCommandStep2
Packages that use EvaluateDecisionCommandStep1.EvaluateDecisionCommandStep2
-
Uses of EvaluateDecisionCommandStep1.EvaluateDecisionCommandStep2 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return EvaluateDecisionCommandStep1.EvaluateDecisionCommandStep2Modifier and TypeMethodDescriptionEvaluateDecisionCommandStep1.decisionId(String decisionId) Deprecated.Set the id of the decision to evaluate.EvaluateDecisionCommandStep1.decisionKey(long decisionKey) Deprecated.Set the key of the decision to evaluate.Deprecated.Set a single variable for the decision evaluation.EvaluateDecisionCommandStep1.EvaluateDecisionCommandStep2.variables(InputStream variables) Deprecated.Set the variables for the decision evaluation.Deprecated.Set the variables for the decision evaluation.Deprecated.Set the variables for the decision evaluation.Deprecated.Set the variables for the decision evaluation. -
Uses of EvaluateDecisionCommandStep1.EvaluateDecisionCommandStep2 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement EvaluateDecisionCommandStep1.EvaluateDecisionCommandStep2Methods in io.camunda.zeebe.client.impl.command that return EvaluateDecisionCommandStep1.EvaluateDecisionCommandStep2Modifier and TypeMethodDescriptionEvaluateDecisionCommandImpl.decisionId(String decisionId) EvaluateDecisionCommandImpl.decisionKey(long decisionKey)