Uses of Interface
io.camunda.client.api.command.EvaluateExpressionCommandStep1.EvaluateExpressionCommandStep2
Packages that use EvaluateExpressionCommandStep1.EvaluateExpressionCommandStep2
-
Uses of EvaluateExpressionCommandStep1.EvaluateExpressionCommandStep2 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return EvaluateExpressionCommandStep1.EvaluateExpressionCommandStep2Modifier and TypeMethodDescriptionEvaluateExpressionCommandStep1.expression(String expression) Sets the expression to evaluate.EvaluateExpressionCommandStep1.EvaluateExpressionCommandStep2.scopeKey(long scopeKey) Evaluate the expression in the variable scope of the given process or element instance.Set a single variable for the expression evaluation.EvaluateExpressionCommandStep1.EvaluateExpressionCommandStep2.variables(InputStream variables) Set the variables for the expression evaluation.Set the variables for the expression evaluation.Set the variables for the expression evaluation.EvaluateExpressionCommandStep1.EvaluateExpressionCommandStep2.variables(Map<String, Object> variables) Set the variables for the expression evaluation. -
Uses of EvaluateExpressionCommandStep1.EvaluateExpressionCommandStep2 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement EvaluateExpressionCommandStep1.EvaluateExpressionCommandStep2Methods in io.camunda.client.impl.command that return EvaluateExpressionCommandStep1.EvaluateExpressionCommandStep2Modifier and TypeMethodDescriptionEvaluateExpressionCommandImpl.expression(String expression) EvaluateExpressionCommandImpl.scopeKey(long scopeKey) EvaluateExpressionCommandImpl.setVariablesInternal(String variables)