Uses of Class
com.filenet.api.constants.AccessLevel

Packages that use AccessLevel
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
 

Uses of AccessLevel in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as AccessLevel
static AccessLevel AccessLevel.FULL_CONTROL
          Specifies full access rights to an object for base level permissions.
static AccessLevel AccessLevel.FULL_CONTROL_ANNOTATION
          Specifies full access rights to functions that can be performed on an Annotation object.
static AccessLevel AccessLevel.FULL_CONTROL_CLASS_DEF
          Specifies full access rights to functions that can be performed on a ClassDefinition object.
static AccessLevel AccessLevel.FULL_CONTROL_CUSTOM
          Specifies that the user or group is granted or denied permission to link to and view a CustomObject object's properties and security.
static AccessLevel AccessLevel.FULL_CONTROL_DEFAULT
          Specifies a combination of access rights to an object that grant or deny a user or group the permission to make most types of changes to a Content Engine object.
static AccessLevel AccessLevel.FULL_CONTROL_DOCUMENT
          Specifies full access rights to functions that can be performed on a Document object.
static AccessLevel AccessLevel.FULL_CONTROL_DOMAIN
          Specifies full access rights to functions that can be performed on a Domain object.
static AccessLevel AccessLevel.FULL_CONTROL_FOLDER
          Specifies full access rights to functions that can be performed on a Folder object.
static AccessLevel AccessLevel.FULL_CONTROL_MARKING
          Specifies full access rights to an object for performing marking operations on an object.
static AccessLevel AccessLevel.FULL_CONTROL_OBJECT_STORE
          Specifies that the user or group is granted or denied full access rights to an object store.
static AccessLevel AccessLevel.LINK_CLASS_DEF
          Specifies that the user or group is granted or denied permission to link to and view a ClassDefinition object's properties and security.
static AccessLevel AccessLevel.LINK_CUSTOM
          Specifies that the user or group is granted or denied permission to link to and view a CustomObject object's properties and security.
static AccessLevel AccessLevel.LINK_FOLDER
          Specifies that the user or group is granted or denied permission to link to and unlink from a Folder object.
static AccessLevel AccessLevel.MAJOR_VERSION_DOCUMENT
          Specifies that the user or group is granted or denied permission to create a new major version of a Document object's content.
static AccessLevel AccessLevel.MINOR_VERSION_DOCUMENT
          Specifies that the user or group is granted or denied permission to create a new minor version of a Document object's content.
static AccessLevel AccessLevel.PUBLISH
          Specifies that the user or group is granted or denied permission to publish the object; view its properties, security, and content; and link to the object.
static AccessLevel AccessLevel.READ
          Specifies that the user or group is granted or denied permission to view an object's properties and security.
static AccessLevel AccessLevel.USE_DOMAIN
          Specifies that the user or group is granted or denied permission to use a Domain object.
static AccessLevel AccessLevel.USE_OBJECT_STORE
          Specifies that the user or group is granted or denied permission to use an object store.
static AccessLevel AccessLevel.VIEW
          Specifies that the user or group is granted or denied permission to view an object's properties, security, and content.
static AccessLevel AccessLevel.VIEW_OBJECT_STORE
          Specifies that the user or group is granted or denied permission to view the contents of an object store.
static AccessLevel AccessLevel.WRITE_ANNOTATION
          Specifies that the user or group is granted or denied permission to view an Annotation object's content; modify its properties; and create a new instance of an object.
static AccessLevel AccessLevel.WRITE_CLASS_DEF
          Specifies that the user or group is granted or denied permission to create an instance of the object; modify the object's properties; link to the object; and create an instance of the object.
static AccessLevel AccessLevel.WRITE_CUSTOM
          Specifies that the user or group is granted or denied permission to link to a CustomObject object; view and modify its properties; and create a new instance of the object.
static AccessLevel AccessLevel.WRITE_DEFAULT
          Specifies that the user or group is granted or denied permission to modify the object's properties and create a new instance of the object.
static AccessLevel AccessLevel.WRITE_DOCUMENT
          Specifies that the user or group is granted or denied permission to link to a Document object; create a new instance of the object; change the object's lifecycle state; view its content; and modify its properties.
static AccessLevel AccessLevel.WRITE_FOLDER
          Specifies that the user or group is granted or denied permission to create a subfolder under a Folder object.
 

Methods in com.filenet.api.constants that return AccessLevel
static AccessLevel AccessLevel.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 



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