Class GetCaseExecutionVariableTypedCmd

  • All Implemented Interfaces:
    Serializable, Command<org.camunda.bpm.engine.variable.value.TypedValue>

    public class GetCaseExecutionVariableTypedCmd
    extends Object
    implements Command<org.camunda.bpm.engine.variable.value.TypedValue>, Serializable
    Author:
    Roman Smirnov, Daniel Meyer
    See Also:
    Serialized Form
    • Field Detail

      • caseExecutionId

        protected String caseExecutionId
      • variableName

        protected String variableName
      • isLocal

        protected boolean isLocal
      • deserializeValue

        protected boolean deserializeValue
    • Constructor Detail

      • GetCaseExecutionVariableTypedCmd

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

      • 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>