Interface Permission

All Superinterfaces:
CDOObject, CDOWithID, EObject, Notifier
All Known Subinterfaces:
ClassPermission, FilterPermission, ObjectPermission, PackagePermission, ResourcePermission
All Known Implementing Classes:
ClassPermissionImpl, FilterPermissionImpl, ObjectPermissionImpl, PackagePermissionImpl, PermissionImpl, ResourcePermissionImpl

public interface Permission extends CDOObject
A representation of the model object 'Permission'.

The following features are supported:

See Also:
Generated
Extends
CDOObject
Model
abstract="true"
  • Method Details

    • getRole

      Role getRole()
      Returns the value of the 'Role' container reference. It is bidirectional and its opposite is 'Permissions'.

      If the meaning of the 'Role' container reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Role' container reference.
      See Also:
      Generated
      Model
      opposite="permissions" required="true" transient="false"
    • setRole

      void setRole(Role value)
      Sets the value of the 'Role' container reference.
      Parameters:
      value - the new value of the 'Role' container reference.
      See Also:
      Generated
    • getAccess

      Access getAccess()
      Returns the value of the 'Access' attribute. The default value is "WRITE". The literals are from the enumeration Access.

      If the meaning of the 'Access' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Access' attribute.
      See Also:
      Generated
      Model
      default="WRITE" required="true"
    • setAccess

      void setAccess(Access value)
      Sets the value of the 'Access' attribute.
      Parameters:
      value - the new value of the 'Access' attribute.
      See Also:
      Generated
    • isApplicable

      boolean isApplicable(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext)