Interface ApplicationObject

    • Method Detail

      • getParentApplication

        Application getParentApplication()
        Get the ParentApplication.
        Returns:
        ParentApplication
        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.
      • setParentApplication

        void setParentApplication​(Application newParentApplication)
        Set the value for ParentApplication. This value is optional.
        Parameters:
        newParentApplication - is the object to set ParentApplication to. An application can be used group descendants of ApplicationObject.