Class GetExecutionVariablesCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.GetExecutionVariablesCmd
All Implemented Interfaces:
Serializable, Command<VariableMap>

public class GetExecutionVariablesCmd extends Object implements Command<VariableMap>, Serializable
Author:
Tom Baeyens, Daniel Meyer
See Also:
  • Field Details

    • executionId

      protected String executionId
    • variableNames

      protected Collection<String> variableNames
    • isLocal

      protected boolean isLocal
    • deserializeValues

      protected boolean deserializeValues
  • Constructor Details

    • GetExecutionVariablesCmd

      public GetExecutionVariablesCmd(String executionId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues)
  • Method Details