Interface SAPXMW

    • Method Detail

      • getMonitorRoot

        String getMonitorRoot()
        Get the value for MonitorRoot. (Root of monitoring tree.)
        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.
      • setMonitorRoot

        void setMonitorRoot​(String newMonitorRoot)
        Set the value for MonitorRoot. (Root of monitoring tree.) This value is optional.
        Parameters:
        newMonitorRoot - the new value for MonitorRoot.
        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.
      • getSAPSystem

        SAPSystem getSAPSystem()
        Get the SAPSystem.
        Returns:
        SAPSystem
        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.