Class TriggerCmd

    • Constructor Summary

      Constructors 
      Constructor Description
      TriggerCmd​(java.lang.String executionId, java.util.Map<java.lang.String,​java.lang.Object> processVariables)  
      TriggerCmd​(java.lang.String executionId, java.util.Map<java.lang.String,​java.lang.Object> processVariables, java.util.Map<java.lang.String,​java.lang.Object> transientVariables)  
    • 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

      • processVariables

        protected java.util.Map<java.lang.String,​java.lang.Object> processVariables
      • transientVariables

        protected java.util.Map<java.lang.String,​java.lang.Object> transientVariables
    • Constructor Detail

      • TriggerCmd

        public TriggerCmd​(java.lang.String executionId,
                          java.util.Map<java.lang.String,​java.lang.Object> processVariables)
      • TriggerCmd

        public TriggerCmd​(java.lang.String executionId,
                          java.util.Map<java.lang.String,​java.lang.Object> processVariables,
                          java.util.Map<java.lang.String,​java.lang.Object> transientVariables)