Class GetTaskVariableCmdTyped

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

public class GetTaskVariableCmdTyped extends Object implements Command<org.camunda.bpm.engine.variable.value.TypedValue>, Serializable
Author:
Daniel Meyer
See Also:
  • Field Details

    • taskId

      protected String taskId
    • variableName

      protected String variableName
    • isLocal

      protected boolean isLocal
    • deserializeValue

      protected boolean deserializeValue
  • Constructor Details

    • GetTaskVariableCmdTyped

      public GetTaskVariableCmdTyped(String taskId, String variableName, boolean isLocal, boolean deserializeValue)
  • Method Details

    • execute

      public org.camunda.bpm.engine.variable.value.TypedValue execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<org.camunda.bpm.engine.variable.value.TypedValue>
    • checkGetTaskVariableTyped

      protected void checkGetTaskVariableTyped(TaskEntity task, CommandContext commandContext)