Class GetExecutionVariablesCmd

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

public class GetExecutionVariablesCmd extends Object implements Command<VariableMap>
Author:
Tom Baeyens, Daniel Meyer
  • 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