Interface SubjectObjectTypePrivilegeGrant

    • Method Detail

      • getIsolationGroup

        IsolationGroup getIsolationGroup()
        Get the value for IsolationGroup. (Isolation group within which this grant applies.)
        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.
      • getLevel

        GrantLevel getLevel()
        Get the value for Level. (Level at which this grant applied.) 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.
      • getPartition

        Partition getPartition()
        Get the value for Partition. (Partition within which this grant applies.)
        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.
      • setIsolationGroup

        void setIsolationGroup​(IsolationGroup newIsolationGroup)
        Set the value for IsolationGroup. (Isolation group within which this grant applies.) This value is optional.
        Parameters:
        newIsolationGroup - the new value for IsolationGroup.
        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.
      • setPartition

        void setPartition​(Partition newPartition)
        Set the value for Partition. (Partition within which this grant applies.) This value is optional.
        Parameters:
        newPartition - the new value for Partition.
        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.