Class GetCaseExecutionVariableTypedCmd

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

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

    • caseExecutionId

      protected String caseExecutionId
    • variableName

      protected String variableName
    • isLocal

      protected boolean isLocal
    • deserializeValue

      protected boolean deserializeValue
  • Constructor Details

    • GetCaseExecutionVariableTypedCmd

      public GetCaseExecutionVariableTypedCmd(String caseExecutionId, String variableName, boolean isLocal, boolean deserializeValue)
  • Method Details