Interface ProcessServerCheckLog

    • Method Detail

      • getCreationTime

        DateTimeZone getCreationTime()
        Get the value for CreationTime. (Timestamp that notes when the Process Server Check Status was logged.) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        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.
      • isSuccess

        boolean isSuccess()
        Get the value for Success. (Success or failure result of the check)
        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.
      • setSuccess

        void setSuccess​(boolean newSuccess)
        Set the value for Success. (Success or failure result of the check)
        Parameters:
        newSuccess - the new value for Success.
        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.
      • getProcessServerCheck

        ProcessServerCheck getProcessServerCheck()
        Get the ProcessServerCheck.
        Returns:
        ProcessServerCheck
        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.
      • getProcessServerCheckLogParameterByName

        ProcessServerCheckLogParameter getProcessServerCheckLogParameterByName​(String name)
        Get the ProcessServerCheckLogParameter by NameProcessServerCheckLog.
        Parameters:
        name -
        Returns:
        the ProcessServerCheckLogParameter, or null if it could not be found