Interface JobDefinitionProcessMonitorUpdater

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

        JobDefinition getJobDefinition()
        Get the JobDefinition.
        Returns:
        JobDefinition
        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 optional.
        Parameters:
        newProcessMonitorItemDefinition - is the object to set ProcessMonitorItemDefinition to. What item the ProcessMonitorUpdater updates