Interface JobChainCallProcessMonitorUpdater

    • Method Detail

      • getProcessMonitorItemDefinition

        ProcessMonitorItemDefinition getProcessMonitorItemDefinition()
        Get the ProcessMonitorItemDefinition.
        Specified by:
        getProcessMonitorItemDefinition in interface ProcessMonitorUpdaterBase
        Returns:
        ProcessMonitorItemDefinition
        Throws:
        com.redwood.scheduler.api.exception.ObjectDeletedException - If this method is called when the object has been marked for deletion.
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - If this method is called when the object has been removed from it's session.
      • getJobChainCall

        JobChainCall getJobChainCall()
        Get the JobChainCall.
        Returns:
        JobChainCall
        Throws:
        com.redwood.scheduler.api.exception.ObjectDeletedException - If this method is called when the object has been marked for deletion.
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - If this method is called when the object has been removed from it's session.
      • setProcessMonitorItemDefinition

        void setProcessMonitorItemDefinition​(ProcessMonitorItemDefinition newProcessMonitorItemDefinition)
        Set the value for ProcessMonitorItemDefinition. This value is mandatory.
        Parameters:
        newProcessMonitorItemDefinition - is the object to set ProcessMonitorItemDefinition to. What item the ProcessMonitorUpdater updates If this is null, then the object cannot be persisted.