Interface JobChainCallOutReferenceParameter

    • Method Detail

      • getTargetJobDefinitionParameter

        JobDefinitionParameter getTargetJobDefinitionParameter()
        Get the TargetJobDefinitionParameter.
        Returns:
        TargetJobDefinitionParameter
        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.
      • setTargetJobDefinitionParameter

        void setTargetJobDefinitionParameter​(JobDefinitionParameter newTargetJobDefinitionParameter)
        Set the value for TargetJobDefinitionParameter. This value is mandatory.
        Parameters:
        newTargetJobDefinitionParameter - is the object to set TargetJobDefinitionParameter to. The JobChains JobDefinitionParameter that this JobChainCallOutParameter will update. This must be associated with this.getJobChainCall().getJobChainStep().getJobChain().getJobDefinition(). If this is null, then the object cannot be persisted.