Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
Modifier and Type | Field and Description |
---|---|
static AccessLevel |
AccessLevel.FULL_CONTROL
Deprecated.
Specifies full access rights to an object for base level permissions.
|
static AccessLevel |
AccessLevel.FULL_CONTROL_ANNOTATION
Deprecated.
Specifies full access rights to functions that can be performed on an
Annotation object. |
static AccessLevel |
AccessLevel.FULL_CONTROL_CLASS_DEF
Deprecated.
Specifies full access rights to functions that can be performed on a
ClassDefinition object. |
static AccessLevel |
AccessLevel.FULL_CONTROL_CUSTOM
Deprecated.
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
Deprecated.
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
Deprecated.
Specifies full access rights to functions that can be performed on a
Document object. |
static AccessLevel |
AccessLevel.FULL_CONTROL_DOMAIN
Deprecated.
Specifies full access rights to functions that can be performed on a
Domain object. |
static AccessLevel |
AccessLevel.FULL_CONTROL_FOLDER
Deprecated.
Specifies full access rights to functions that can be performed on a
Folder object. |
static AccessLevel |
AccessLevel.FULL_CONTROL_MARKING
Deprecated.
Specifies full access rights to an object for performing marking operations on an object.
|
static AccessLevel |
AccessLevel.FULL_CONTROL_OBJECT_STORE
Deprecated.
Specifies that the user or group is granted or denied full access rights to an object store.
|
static AccessLevel |
AccessLevel.FULL_CONTROL_TASK
Deprecated.
Specifies full access rights to functions that can be performed on a
CmTask object. |
static AccessLevel |
AccessLevel.LINK_CLASS_DEF
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
Specifies that the user or group is granted or denied permission to view an object's properties
and security.
|
static AccessLevel |
AccessLevel.USE_DOMAIN
Deprecated.
Specifies that the user or group is granted or denied permission to use a
Domain object. |
static AccessLevel |
AccessLevel.USE_OBJECT_STORE
Deprecated.
Specifies that the user or group is granted or denied permission to use an object store.
|
static AccessLevel |
AccessLevel.VIEW
Deprecated.
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
Deprecated.
Specifies that the user or group is granted or denied permission to view the contents of an object store.
|
static AccessLevel |
AccessLevel.WRITE_ANNOTATION
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
Specifies that the user or group is granted or denied permission to create a subfolder under a
Folder object. |
Modifier and Type | Method and Description |
---|---|
static AccessLevel |
AccessLevel.getInstanceFromInt(int value)
Deprecated.
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.