Interface JobChainCallParameter

    • Method Detail

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

        JobDefinitionParameter getLocalJobDefinitionParameter()
        Get the LocalJobDefinitionParameter.
        Returns:
        LocalJobDefinitionParameter
        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.
      • setLocalJobDefinitionParameter

        void setLocalJobDefinitionParameter​(JobDefinitionParameter newLocalJobDefinitionParameter)
        Set the value for LocalJobDefinitionParameter. This value is mandatory.
        Parameters:
        newLocalJobDefinitionParameter - is the object to set LocalJobDefinitionParameter to. The JobDefinitionParameter that this JobChainCallParameter will read or update. If this is null, then the object cannot be persisted.