Package io.camunda.client.api.command
Interface CommandWithVariables<T>
- All Known Subinterfaces:
CompleteJobCommandStep1,CompleteUserTaskCommandStep1,CorrelateMessageCommandStep1.CorrelateMessageCommandStep3,CreateProcessInstanceCommandStep1.CreateProcessInstanceCommandStep3,EvaluateDecisionCommandStep1.EvaluateDecisionCommandStep2,FailJobCommandStep1.FailJobCommandStep2,PublishMessageCommandStep1.PublishMessageCommandStep3,SetVariablesCommandStep1,ThrowErrorCommandStep1.ThrowErrorCommandStep2
- All Known Implementing Classes:
CompleteJobCommandImpl,CompleteUserTaskCommandImpl,CorrelateMessageCommandImpl,CreateProcessInstanceCommandImpl,EvaluateDecisionCommandImpl,FailJobCommandImpl,PublishMessageCommandImpl,SetVariablesCommandImpl,ThrowErrorCommandImpl
public interface CommandWithVariables<T>
-
Method Summary
-
Method Details
-
variables
- Parameters:
variables- the variables (JSON) as String- Returns:
- the builder for this command. Call
to complete the command and send it to the broker.
invalid reference
#send()
-
variables
- Parameters:
variables- the variables as object- Returns:
- the builder for this command. Call
to complete the command and send it to the broker.
invalid reference
#send()
-
variables
- Parameters:
variables- the variables (JSON) as stream- Returns:
- the builder for this command. Call
to complete the command and send it to the broker.
invalid reference
#send()
-
variables
- Parameters:
variables- the variables as map- Returns:
- the builder for this command. Call
to complete the command and send it to the broker.
invalid reference
#send()
-
variable
- Parameters:
key- the key of the variable as stringvalue- the value of the variable as object- Returns:
- the builder for this command. Call
to complete the command and send it to the broker.
invalid reference
#send()
-