Interface SAPXBP

    • Method Detail

      • isDefaultClient

        boolean isDefaultClient()
        Get the value for DefaultClient. (Whether the client number is the default for the SAP interface.)
        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.
      • setDefaultClient

        void setDefaultClient​(boolean newDefaultClient)
        Set the value for DefaultClient. (Whether the client number is the default for the SAP interface.)
        Parameters:
        newDefaultClient - the new value for DefaultClient.
        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.