Class SetExecutionVariablesCmd

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean isLocal  
      protected java.util.Map<java.lang.String,​? extends java.lang.Object> variables  
    • Constructor Summary

      Constructors 
      Constructor Description
      SetExecutionVariablesCmd​(java.lang.String executionId, java.util.Map<java.lang.String,​? extends java.lang.Object> variables, boolean isLocal)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object execute​(CommandContext commandContext, ExecutionEntity execution)
      Subclasses should implement this method.
      protected java.lang.String getSuspendedExceptionMessage()
      Subclasses can override this to provide a more detailed exception message that will be thrown when the execution is suspended.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • variables

        protected java.util.Map<java.lang.String,​? extends java.lang.Object> variables
      • isLocal

        protected boolean isLocal
    • Constructor Detail

      • SetExecutionVariablesCmd

        public SetExecutionVariablesCmd​(java.lang.String executionId,
                                        java.util.Map<java.lang.String,​? extends java.lang.Object> variables,
                                        boolean isLocal)