Class GetExecutionVariableTypedCmd<T extends org.camunda.bpm.engine.variable.value.TypedValue>

    • Field Detail

      • executionId

        protected String executionId
      • variableName

        protected String variableName
      • isLocal

        protected boolean isLocal
      • deserializeValue

        protected boolean deserializeValue
    • Constructor Detail

      • GetExecutionVariableTypedCmd

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

      • execute

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