Class GetCaseExecutionVariablesCmd

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

public class GetCaseExecutionVariablesCmd extends Object implements Command<VariableMap>, Serializable
Author:
Roman Smirnov, Daniel Meyer
See Also:
  • Field Details

    • caseExecutionId

      protected String caseExecutionId
    • variableNames

      protected Collection<String> variableNames
    • isLocal

      protected boolean isLocal
    • deserializeValues

      protected boolean deserializeValues
  • Constructor Details

    • GetCaseExecutionVariablesCmd

      public GetCaseExecutionVariablesCmd(String caseExecutionId, Collection<String> variableNames, boolean isLocal, boolean deserializeValues)
  • Method Details