Interface ProcessServerAlertSource

    • Method Detail

      • getNamePattern

        String getNamePattern()
        Get the value for NamePattern. (The Pattern of job processServer names to match ) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getNameMatchType

        NameMatchType getNameMatchType()
        Get the value for NameMatchType. (The type of pattern match for the Name of the Alert source.) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getPartitionPattern

        String getPartitionPattern()
        Get the value for PartitionPattern. (The Pattern of partition name to match)
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getPartitionMatchType

        NameMatchType getPartitionMatchType()
        Get the value for PartitionMatchType. (The type of pattern match for the partition name) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setNamePattern

        void setNamePattern​(String newNamePattern)
        Set the value for NamePattern. (The Pattern of job processServer names to match ) This value is mandatory.
        Parameters:
        newNamePattern - the new value for NamePattern. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setNameMatchType

        void setNameMatchType​(NameMatchType newNameMatchType)
        Set the value for NameMatchType. (The type of pattern match for the Name of the Alert source.) This value is mandatory.
        Parameters:
        newNameMatchType - the new value for NameMatchType. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setPartitionPattern

        void setPartitionPattern​(String newPartitionPattern)
        Set the value for PartitionPattern. (The Pattern of partition name to match) This value is optional.
        Parameters:
        newPartitionPattern - the new value for PartitionPattern.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setPartitionMatchType

        void setPartitionMatchType​(NameMatchType newPartitionMatchType)
        Set the value for PartitionMatchType. (The type of pattern match for the partition name) This value is mandatory.
        Parameters:
        newPartitionMatchType - the new value for PartitionMatchType. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getProcessServerAlertSourceStatusByStatus

        ProcessServerAlertSourceStatus getProcessServerAlertSourceStatusByStatus​(ProcessServerStatus status)
        Get the ProcessServerAlertSourceStatus by Status.
        Parameters:
        status -
        Returns:
        the ProcessServerAlertSourceStatus, or null if it could not be found
      • checkCreatePrivilege

        RequiredPermission checkCreatePrivilege()
        Check whether or not the create action can be performed on this object.
        Returns:
        a RequiredPermission instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
      • checkViewPrivilege

        RequiredPermission checkViewPrivilege()
        Check whether or not the view action can be performed on this object.
        Returns:
        a RequiredPermission instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
      • checkEditPrivilege

        RequiredPermission checkEditPrivilege()
        Check whether or not the edit action can be performed on this object.
        Returns:
        a RequiredPermission instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
      • checkDeletePrivilege

        RequiredPermission checkDeletePrivilege()
        Check whether or not the delete action can be performed on this object.
        Returns:
        a RequiredPermission instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.