Interface ImportOverrideRule

    • Method Detail

      • isIgnoreFailure

        boolean isIgnoreFailure()
        Get the value for IgnoreFailure. (Whether or not failure to apply this override should be ignored.)
        Returns:
        the field
        Throws:
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setIgnoreFailure

        void setIgnoreFailure​(boolean newIgnoreFailure)
        Set the value for IgnoreFailure. (Whether or not failure to apply this override should be ignored.)
        Parameters:
        newIgnoreFailure - the new value for IgnoreFailure.
        Throws:
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getImportRuleDefinition

        ImportRuleDefinition getImportRuleDefinition()
        Get the ImportRuleDefinition.
        Specified by:
        getImportRuleDefinition in interface CommonImportRule
        Returns:
        ImportRuleDefinition
        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.