• Packages that use AccessRight 
    Package Description
    com.filenet.api.constants
    Provides classes defining collections of related, type-safe constant values.
    • Uses of AccessRight in com.filenet.api.constants

      Fields in com.filenet.api.constants declared as AccessRight 
      Modifier and Type Field and Description
      static AccessRight AccessRight.ADD_MARKING
      Specifies that the user or group is granted or denied permission to assign a Marking object to an object.
      static AccessRight AccessRight.CHANGE_STATE
      Specifies that the user or group is granted or denied permission to change the lifecycle state of an object.
      static AccessRight AccessRight.CONNECT
      Specifies that the user or group is granted or denied permission to connect to an object store.
      static AccessRight AccessRight.CREATE_CHILD
      Specifies that the user or group is granted or denied permission to create a child object.
      static AccessRight AccessRight.CREATE_INSTANCE
      Specifies that the user or group is granted or denied permission to create a new instance of an object.
      static AccessRight AccessRight.DELETE
      Specifies that the user or group is granted or denied permission to delete an object.
      static AccessRight AccessRight.LINK
      Specifies that the user or group is granted or denied permission to link to an object.
      static AccessRight AccessRight.MAJOR_VERSION
      Specifies that the user or group is granted or denied permission to create a document major version.
      static AccessRight AccessRight.MINOR_VERSION
      Specifies that the user or group is granted or denied permission to create a new document minor version.
      static AccessRight AccessRight.MODIFY_OBJECTS
      Specifies that the user or group is granted or denied permission to modify objects in an object store.
      static AccessRight AccessRight.MODIFY_RETENTION
      This constant is not supported.
      static AccessRight AccessRight.NONE
      Specifies that the user or group has no access to objects.
      static AccessRight AccessRight.PRIVILEGED_WRITE
      Specifies that the user or group is granted or denied permission to set certain system-level properties (Creator, DateCreated, LastModifier, DateLastModified).
      static AccessRight AccessRight.PUBLISH
      Specifies that the user or group is granted or denied permission to publish an object.
      static AccessRight AccessRight.READ
      Specifies that the user or group is granted or denied permission to view the properties of an object.
      static AccessRight AccessRight.READ_ACL
      Specifies that the user or group is granted or denied permission to view an object's security (that is, its PermissionList collection).
      static AccessRight AccessRight.REMOVE_MARKING
      Specifies that the user or group is granted or denied permission to remove a Marking object from an object.
      static AccessRight AccessRight.REMOVE_OBJECTS
      Specifies that the user or group is granted or denied permission to delete objects in an object store.
      static AccessRight AccessRight.RESERVED12
      Reserved.
      static AccessRight AccessRight.RESERVED13
      Reserved.
      static AccessRight AccessRight.STORE_OBJECTS
      Specifies that the user or group is granted or denied permission to create and store new objects in an object store.
      static AccessRight AccessRight.UNLINK
      Specifies that the user or group is granted or denied permission to unlink from an object.
      static AccessRight AccessRight.USE_MARKING
      Determines whether or not the constraint mask will be applied.
      static AccessRight AccessRight.VIEW_CONTENT
      Specifies that the user or group is granted or denied permission to view the content of an object.
      static AccessRight AccessRight.VIEW_RECOVERABLE_OBJECTS
      Specifies that the user or group is granted or denied permission to retrieve or query all recoverable objects in the object store.
      static AccessRight AccessRight.WRITE
      Specifies that the user or group is granted or denied permission to modify the properties of an object.
      static AccessRight AccessRight.WRITE_ACL
      Specifies that the user or group is granted or denied permission to modify an object's security (that is, its PermissionList collection).
      static AccessRight AccessRight.WRITE_ANY_OWNER
      Specifies that the user or group is granted or denied permission to change the ownership of an object to another user.
      static AccessRight AccessRight.WRITE_OWNER
      Specifies that the user or group is granted or denied permission to assume the ownership of an object.
      Methods in com.filenet.api.constants that return AccessRight 
      Modifier and Type Method and Description
      static AccessRight AccessRight.getInstanceFromInt(int value)
      Returns an instance of this class using its associated integer value.

© Copyright IBM Corporation 2006, 2013. All rights reserved.