Provides a set of commonly-used combinations of access rights for use when setting permissions.
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enum AccessLevel |
C# |
---|
public enum AccessLevel |
C++ |
---|
public enum class AccessLevel |
J# |
---|
public enum AccessLevel |
JScript |
---|
public enum AccessLevel |
Members
Description | |
---|---|
FULL_CONTROL_ANNOTATION | Specifies full access rights to functions that can be performed on an object. A user or group assigned this level of access is granted or denied permission to create an instance of the object; modify the object's properties and security; change the object's ownership; and view the object's content. Setting this access level is equivalent to setting the following combination of individual and Level access rights:
|
FULL_CONTROL_CUSTOM | Specifies that the user or group is granted or denied permission to link to and view a object's properties and security. Setting this access level is equivalent to setting the following combination of individual and Level access rights:
|
USE_OBJECT_STORE | Specifies that the user or group is granted or denied permission to use an object store. For example, a user who is granted this access right can connect to and store objects in the object store, as well as modify or remove objects from the object store.
|
FULL_CONTROL_FOLDER | Specifies full access rights to functions that can be performed on a object. A user or group assigned this level of access is granted or denied permission to link to and unlink from the object; create a subfolder; modify the object's properties and its security; change the object's ownership; and delete the object. Assigning this access level is equivalent to setting the following combination of individual and Level access rights:
|
FULL_CONTROL_CLASS_DEF | Specifies full access rights to functions that can be performed on a object. A user or group assigned this level of access is granted or denied permission to modify the object's properties and security; create an instance of the object; change the object's ownership; and delete the object. Assigning this access level is equivalent to setting the following combination of access rights:
|
FULL_CONTROL | Specifies full access rights to an object for base level permissions. A user or group assigned this level is granted or denied permission to perform all available Content Engine functions on the object. Setting this access level is equivalent to specifying all of the available constants. |
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. Setting this access level is equivalent to setting the following combination of individual and Level access rights:
|
VIEW | Specifies that the user or group is granted or denied permission to view an object's properties, security, and content. Setting this access level is equivalent to setting the following combination of individual and Level access rights:
|
WRITE_FOLDER | Specifies that the user or group is granted or denied permission to create a subfolder under a object. The user or group can also link to and unlink from the subfolder and modify its properties. Setting this access level is equivalent to setting the following combination of individual and Level access rights:
|
FULL_CONTROL_MARKING | Specifies full access rights to an object for performing marking operations on an object. A user or group assigned this level is granted or denied permission to perform all available marking functions on the object. Setting this access level is equivalent to specifying the following combination of access rights:
|
WRITE_ANNOTATION | Specifies that the user or group is granted or denied permission to view an object's content; modify its properties; and create a new instance of an object. Setting this access level is equivalent to setting the following combination of individual and Level access rights:
|
LINK_CUSTOM | Specifies that the user or group is granted or denied permission to link to and view a object's properties and security. Setting this access level is equivalent to setting the following combination of individual and Level access rights:
|
MINOR_VERSION_DOCUMENT | Specifies that the user or group is granted or denied permission to create a new minor version of a object's content. The user or group can also link to a object; change its state; modify its properties; and view its content. Setting this access level is equivalent to setting the following combination of individual and Level access rights:
|
WRITE_DOCUMENT | Specifies that the user or group is granted or denied permission to link to a object; create a new instance of the object; change the object's lifecycle state; view its content; and modify its properties. Setting this access level is equivalent to setting the following combination of access rights:
|
FULL_CONTROL_DOMAIN | Specifies full access rights to functions that can be performed on a object.
|
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. Setting this access level is equivalent to setting the following combination of access rights:
|
USE_DOMAIN | Specifies that the user or group is granted or denied permission to use a object.
|
FULL_CONTROL_DOCUMENT | Specifies full access rights to functions that can be performed on a object. A user or group assigned this level of access is granted or denied permission to link to the object; publish the document; modify its properties and its security; change its state; view its contents; create a new version of its content; and changes its ownership. Assigning this access level is equivalent to setting the following combination of access rights:
|
WRITE_CUSTOM | Specifies that the user or group is granted or denied permission to link to a object; view and modify its properties; and create a new instance of the object. Setting this access level is equivalent to setting the following combination of individual and Level access rights:
|
VIEW_OBJECT_STORE | Specifies that the user or group is granted or denied permission to view the contents of an object store. Setting this access level is equivalent to setting the following access right:
|
FULL_CONTROL_OBJECT_STORE | Specifies that the user or group is granted or denied full access rights to an object store. A user or group assigned this level can perform all available Content Engine functions on the object store. Setting this access level is equivalent to specifying the following combination of access rights:
|
MAJOR_VERSION_DOCUMENT | Specifies that the user or group is granted or denied permission to create a new major version of a object's content. The user or group can also link to a object; change its state; modify its properties; and view its content. Setting this access level is equivalent to setting the following combination of individual and Level access rights:
|
LINK_FOLDER | Specifies that the user or group is granted or denied permission to link to and unlink from a object. The user or group can also view the folder's properties and security. Setting this access level is equivalent to setting the following combination of individual and Level access rights:
|
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. Setting this access level is equivalent to setting the following combination of individual and Level access rights:
|
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. See other "full control" levels applicable to specific object types. Assigning this access level is equivalent to setting the following combination of individual and Level access rights:
|
LINK_CLASS_DEF | Specifies that the user or group is granted or denied permission to link to and view a object's properties and security. Setting this access level is equivalent to setting the following combination of individual and Level access rights:
|
READ | Specifies that the user or group is granted or denied permission to view an object's properties and security. Setting this access level is equivalent to setting the following combination of access rights:
|