Class GetExecutionVariableTypedCmd<T extends TypedValue>

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

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

    • executionId

      protected String executionId
    • variableName

      protected String variableName
    • isLocal

      protected boolean isLocal
    • deserializeValue

      protected boolean deserializeValue
  • Constructor Details

    • GetExecutionVariableTypedCmd

      public GetExecutionVariableTypedCmd(String executionId, String variableName, boolean isLocal, boolean deserializeValue)
  • Method Details