com.filenet.api.constants
Class AccessLevel
- java.lang.Object
-
- com.filenet.api.constants.AccessLevel
-
- All Implemented Interfaces:
- java.io.Serializable
Deprecated.As of release 5.2.0. Use a combination of AccessRight constants.
public final class AccessLevel extends java.lang.Object implements java.io.SerializableProvides a set of commonly used combinations of access rights for simplifying presentation of access rights in a user interface (UI). Alternatively, you can use theAccessPermissionDescriptioninterface for presenting access levels and access rights in a UI. Unlike this interface, theAccessPermissionDescriptioninterface includes methods that provide descriptive information about access rights and access levels.Access level definitions are subject to change. Do not use
AccessLevelconstants in non-interactive program logic for setting or checking permissions.- See Also:
AccessRight, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static AccessLevelFULL_CONTROLDeprecated.Specifies full access rights to an object for base level permissions.static AccessLevelFULL_CONTROL_ANNOTATIONDeprecated.Specifies full access rights to functions that can be performed on anAnnotationobject.static intFULL_CONTROL_ANNOTATION_AS_INTDeprecated.Anintvalue associated with the FULL_CONTROL_ANNOTATION instance of this class.static intFULL_CONTROL_AS_INTDeprecated.Anintvalue associated with the FULL_CONTROL instance of this class.static AccessLevelFULL_CONTROL_CLASS_DEFDeprecated.Specifies full access rights to functions that can be performed on aClassDefinitionobject.static intFULL_CONTROL_CLASS_DEF_AS_INTDeprecated.Anintvalue associated with the FULL_CONTROL_CLASS_DEF instance of this class.static AccessLevelFULL_CONTROL_CUSTOMDeprecated.Specifies that the user or group is granted or denied permission to link to and view aCustomObjectobject's properties and security.static intFULL_CONTROL_CUSTOM_AS_INTDeprecated.Anintvalue associated with the FULL_CONTROL_CUSTOM instance of this class.static AccessLevelFULL_CONTROL_DEFAULTDeprecated.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 intFULL_CONTROL_DEFAULT_AS_INTDeprecated.Anintvalue associated with the FULL_CONTROL_DEFAULT instance of this class.static AccessLevelFULL_CONTROL_DOCUMENTDeprecated.Specifies full access rights to functions that can be performed on aDocumentobject.static intFULL_CONTROL_DOCUMENT_AS_INTDeprecated.Anintvalue associated with the FULL_CONTROL_DOCUMENT instance of this class.static AccessLevelFULL_CONTROL_DOMAINDeprecated.Specifies full access rights to functions that can be performed on aDomainobject.static intFULL_CONTROL_DOMAIN_AS_INTDeprecated.Anintvalue associated with the FULL_CONTROL_DOMAIN instance of this class.static AccessLevelFULL_CONTROL_FOLDERDeprecated.Specifies full access rights to functions that can be performed on aFolderobject.static intFULL_CONTROL_FOLDER_AS_INTDeprecated.Anintvalue associated with the FULL_CONTROL_FOLDER instance of this class.static AccessLevelFULL_CONTROL_MARKINGDeprecated.Specifies full access rights to an object for performing marking operations on an object.static intFULL_CONTROL_MARKING_AS_INTDeprecated.Anintvalue associated with the FULL_CONTROL_MARKING instance of this class.static AccessLevelFULL_CONTROL_OBJECT_STOREDeprecated.Specifies that the user or group is granted or denied full access rights to an object store.static intFULL_CONTROL_OBJECT_STORE_AS_INTDeprecated.Anintvalue associated with the FULL_CONTROL_OBJECT_STORE instance of this class.static AccessLevelFULL_CONTROL_TASKDeprecated.Specifies full access rights to functions that can be performed on aCmTaskobject.static intFULL_CONTROL_TASK_AS_INTDeprecated.Anintvalue associated with the FULL_CONTROL_TASK instance of this class.static AccessLevelLINK_CLASS_DEFDeprecated.Specifies that the user or group is granted or denied permission to link to and view aClassDefinitionobject's properties and security.static intLINK_CLASS_DEF_AS_INTDeprecated.Anintvalue associated with the LINK_CLASS_DEF instance of this class.static AccessLevelLINK_CUSTOMDeprecated.Specifies that the user or group is granted or denied permission to link to and view aCustomObjectobject's properties and security.static intLINK_CUSTOM_AS_INTDeprecated.Anintvalue associated with the LINK_CUSTOM instance of this class.static AccessLevelLINK_FOLDERDeprecated.Specifies that the user or group is granted or denied permission to link to and unlink from aFolderobject.static intLINK_FOLDER_AS_INTDeprecated.Anintvalue associated with the LINK_FOLDER instance of this class.static AccessLevelMAJOR_VERSION_DOCUMENTDeprecated.Specifies that the user or group is granted or denied permission to create a new major version of aDocumentobject's content.static intMAJOR_VERSION_DOCUMENT_AS_INTDeprecated.Anintvalue associated with the MAJOR_VERSION_DOCUMENT instance of this class.static AccessLevelMINOR_VERSION_DOCUMENTDeprecated.Specifies that the user or group is granted or denied permission to create a new minor version of aDocumentobject's content.static intMINOR_VERSION_DOCUMENT_AS_INTDeprecated.Anintvalue associated with the MINOR_VERSION_DOCUMENT instance of this class.static AccessLevelPUBLISHDeprecated.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 intPUBLISH_AS_INTDeprecated.Anintvalue associated with the PUBLISH instance of this class.static AccessLevelREADDeprecated.Specifies that the user or group is granted or denied permission to view an object's properties and security.static intREAD_AS_INTDeprecated.Anintvalue associated with the READ instance of this class.static AccessLevelUSE_DOMAINDeprecated.Specifies that the user or group is granted or denied permission to use aDomainobject.static intUSE_DOMAIN_AS_INTDeprecated.Anintvalue associated with the USE_DOMAIN instance of this class.static AccessLevelUSE_OBJECT_STOREDeprecated.Specifies that the user or group is granted or denied permission to use an object store.static intUSE_OBJECT_STORE_AS_INTDeprecated.Anintvalue associated with the USE_OBJECT_STORE instance of this class.static AccessLevelVIEWDeprecated.Specifies that the user or group is granted or denied permission to view an object's properties, security, and content.static intVIEW_AS_INTDeprecated.Anintvalue associated with the VIEW instance of this class.static AccessLevelVIEW_OBJECT_STOREDeprecated.Specifies that the user or group is granted or denied permission to view the contents of an object store.static intVIEW_OBJECT_STORE_AS_INTDeprecated.Anintvalue associated with the VIEW_OBJECT_STORE instance of this class.static AccessLevelWRITE_ANNOTATIONDeprecated.Specifies that the user or group is granted or denied permission to view anAnnotationobject's content; modify its properties; and create a new instance of an object.static intWRITE_ANNOTATION_AS_INTDeprecated.Anintvalue associated with the WRITE_ANNOTATION instance of this class.static AccessLevelWRITE_CLASS_DEFDeprecated.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 intWRITE_CLASS_DEF_AS_INTDeprecated.Anintvalue associated with the WRITE_CLASS_DEF instance of this class.static AccessLevelWRITE_CUSTOMDeprecated.Specifies that the user or group is granted or denied permission to link to aCustomObjectobject; view and modify its properties; and create a new instance of the object.static intWRITE_CUSTOM_AS_INTDeprecated.Anintvalue associated with the WRITE_CUSTOM instance of this class.static AccessLevelWRITE_DEFAULTDeprecated.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 intWRITE_DEFAULT_AS_INTDeprecated.Anintvalue associated with the WRITE_DEFAULT instance of this class.static AccessLevelWRITE_DOCUMENTDeprecated.Specifies that the user or group is granted or denied permission to link to aDocumentobject; create a new instance of the object; change the object's lifecycle state; view its content; and modify its properties.static intWRITE_DOCUMENT_AS_INTDeprecated.Anintvalue associated with the WRITE_DOCUMENT instance of this class.static AccessLevelWRITE_FOLDERDeprecated.Specifies that the user or group is granted or denied permission to create a subfolder under aFolderobject.static intWRITE_FOLDER_AS_INTDeprecated.Anintvalue associated with the WRITE_FOLDER instance of this class.
-
Method Summary
Methods Modifier and Type Method and Description static AccessLevelgetInstanceFromInt(int value)Deprecated.Returns an instance of this class using its associated integer value.intgetValue()Deprecated.Returns the internal integer value associated with a specific instance of this class.java.lang.StringtoString()Deprecated.Returns aStringrepresentation of this enumeration instance.
-
-
-
Field Detail
-
FULL_CONTROL_AS_INT
public static final int FULL_CONTROL_AS_INT
Deprecated.Anintvalue associated with the FULL_CONTROL instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
FULL_CONTROL
public static final AccessLevel FULL_CONTROL
Deprecated.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 availableAccessLevel.FULL_CONTROL_*constants.
-
FULL_CONTROL_OBJECT_STORE_AS_INT
public static final int FULL_CONTROL_OBJECT_STORE_AS_INT
Deprecated.Anintvalue associated with the FULL_CONTROL_OBJECT_STORE instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
FULL_CONTROL_OBJECT_STORE
public static final AccessLevel FULL_CONTROL_OBJECT_STORE
Deprecated.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:AccessRight.WRITE_ANY_OWNER | AccessRight.REMOVE_OBJECTS | AccessRight.MODIFY_OBJECTS | AccessRight.STORE_OBJECTS | AccessRight.CONNECT | AccessRight.WRITE_ACL | AccessRight.READ_ACL
-
VIEW_AS_INT
public static final int VIEW_AS_INT
Deprecated.Anintvalue associated with the VIEW instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
VIEW
public static final AccessLevel VIEW
Deprecated.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:AccessRight.VIEW_CONTENT | AccessLevel.READ
-
FULL_CONTROL_FOLDER_AS_INT
public static final int FULL_CONTROL_FOLDER_AS_INT
Deprecated.Anintvalue associated with the FULL_CONTROL_FOLDER instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
FULL_CONTROL_FOLDER
public static final AccessLevel FULL_CONTROL_FOLDER
Deprecated.Specifies full access rights to functions that can be performed on aFolderobject. A user or group assigned this level of access is granted or denied permission to link to and unlink from theFolderobject; 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:AccessRight.RESERVED13 | AccessRight.DELETE | AccessRight.RESERVED12 | AccessRight.MAJOR_VERSION | AccessRight.WRITE_ACL | AccessRight.WRITE_OWNER | AccessLevel.WRITE_FOLDER
-
LINK_FOLDER_AS_INT
public static final int LINK_FOLDER_AS_INT
Deprecated.Anintvalue associated with the LINK_FOLDER instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
LINK_FOLDER
public static final AccessLevel LINK_FOLDER
Deprecated.Specifies that the user or group is granted or denied permission to link to and unlink from aFolderobject. 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:AccessRight.LINK | AccessRight.UNLINK | AccessLevel.READ
-
LINK_CUSTOM_AS_INT
public static final int LINK_CUSTOM_AS_INT
Deprecated.Anintvalue associated with the LINK_CUSTOM instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
LINK_CUSTOM
public static final AccessLevel LINK_CUSTOM
Deprecated.Specifies that the user or group is granted or denied permission to link to and view aCustomObjectobject's properties and security. Setting this access level is equivalent to setting the following combination of individual and Level access rights:AccessRight.LINK | AccessLevel.READ
-
WRITE_CLASS_DEF_AS_INT
public static final int WRITE_CLASS_DEF_AS_INT
Deprecated.Anintvalue associated with the WRITE_CLASS_DEF instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
WRITE_CLASS_DEF
public static final 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. Setting this access level is equivalent to setting the following combination of individual and Level access rights:AccessRight.CREATE_CHILD | AccessRight.CREATE_INSTANCE | AccessRight.LINK | AccessRight.WRITE | AccessLevel.READ
-
MINOR_VERSION_DOCUMENT_AS_INT
public static final int MINOR_VERSION_DOCUMENT_AS_INT
Deprecated.Anintvalue associated with the MINOR_VERSION_DOCUMENT instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
MINOR_VERSION_DOCUMENT
public static final AccessLevel MINOR_VERSION_DOCUMENT
Deprecated.Specifies that the user or group is granted or denied permission to create a new minor version of aDocumentobject's content. The user or group can also link to aDocumentobject; 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:AccessRight.MINOR_VERSION | AccessLevel.WRITE_DOCUMENT
-
WRITE_DEFAULT_AS_INT
public static final int WRITE_DEFAULT_AS_INT
Deprecated.Anintvalue associated with the WRITE_DEFAULT instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
WRITE_DEFAULT
public static final 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. Setting this access level is equivalent to setting the following combination of individual and Level access rights:AccessRight.CREATE_INSTANCE | AccessRight.WRITE | AccessLevel.READ
-
LINK_CLASS_DEF_AS_INT
public static final int LINK_CLASS_DEF_AS_INT
Deprecated.Anintvalue associated with the LINK_CLASS_DEF instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
LINK_CLASS_DEF
public static final AccessLevel LINK_CLASS_DEF
Deprecated.Specifies that the user or group is granted or denied permission to link to and view aClassDefinitionobject's properties and security. Setting this access level is equivalent to setting the following combination of individual and Level access rights:AccessRight.LINK | AccessLevel.READ
-
MAJOR_VERSION_DOCUMENT_AS_INT
public static final int MAJOR_VERSION_DOCUMENT_AS_INT
Deprecated.Anintvalue associated with the MAJOR_VERSION_DOCUMENT instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
MAJOR_VERSION_DOCUMENT
public static final AccessLevel MAJOR_VERSION_DOCUMENT
Deprecated.Specifies that the user or group is granted or denied permission to create a new major version of aDocumentobject's content. The user or group can also link to aDocumentobject; 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:AccessRight.MAJOR_VERSION | AccessRight.MINOR_VERSION | AccessLevel.WRITE_DOCUMENT
-
FULL_CONTROL_DOCUMENT_AS_INT
public static final int FULL_CONTROL_DOCUMENT_AS_INT
Deprecated.Anintvalue associated with the FULL_CONTROL_DOCUMENT instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
FULL_CONTROL_DOCUMENT
public static final AccessLevel FULL_CONTROL_DOCUMENT
Deprecated.Specifies full access rights to functions that can be performed on aDocumentobject. A user or group assigned this level of access is granted or denied permission to link to theDocumentobject; 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:AccessRight.READ | AccessRight.WRITE | AccessRight.LINK | AccessRight.MAJOR_VERSION | AccessRight.MINOR_VERSION |
AccessRight.VIEW_CONTENT | AccessRight.CREATE_INSTANCE | AccessRight.CHANGE_STATE | AccessRight.PUBLISH |
AccessRight.RESERVED12 | AccessRight.RESERVED13 | AccessRight.DELETE | AccessRight.WRITE_ACL | AccessRight.READ_ACL |
AccessRight.WRITE_OWNER
-
FULL_CONTROL_TASK_AS_INT
public static final int FULL_CONTROL_TASK_AS_INT
Deprecated.Anintvalue associated with the FULL_CONTROL_TASK instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
FULL_CONTROL_TASK
public static final AccessLevel FULL_CONTROL_TASK
Deprecated.Specifies full access rights to functions that can be performed on aCmTaskobject. A user or group assigned this level of access is granted or denied permission to link to theCmTaskobject, modify its properties and its security, change its state, and change its ownership. Assigning this access level is equivalent to setting the following combination of access rights:
AccessRight.READ | AccessRight.WRITE | AccessRight.LINK | AccessRight.CREATE_INSTANCE | AccessRight.CHANGE_STATE | AccessRight.DELETE | AccessRight.WRITE_ACL | AccessRight.READ_ACL | AccessRight.WRITE_OWNER.
-
WRITE_ANNOTATION_AS_INT
public static final int WRITE_ANNOTATION_AS_INT
Deprecated.Anintvalue associated with the WRITE_ANNOTATION instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
WRITE_ANNOTATION
public static final AccessLevel WRITE_ANNOTATION
Deprecated.Specifies that the user or group is granted or denied permission to view anAnnotationobject'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:AccessRight.CREATE_INSTANCE | AccessRight.VIEW_CONTENT | AccessRight.WRITE | AccessLevel.READ
-
FULL_CONTROL_CLASS_DEF_AS_INT
public static final int FULL_CONTROL_CLASS_DEF_AS_INT
Deprecated.Anintvalue associated with the FULL_CONTROL_CLASS_DEF instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
FULL_CONTROL_CLASS_DEF
public static final AccessLevel FULL_CONTROL_CLASS_DEF
Deprecated.Specifies full access rights to functions that can be performed on aClassDefinitionobject. 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:AccessRight.READ | AccessRight.WRITE | AccessRight.LINK | AccessRight.CREATE_INSTANCE |
AccessRight.CREATE_CHILD | AccessRight.DELETE | AccessRight.READ_ACL | AccessRight.WRITE_ACL | AccessRight.WRITE_OWNER
-
FULL_CONTROL_CUSTOM_AS_INT
public static final int FULL_CONTROL_CUSTOM_AS_INT
Deprecated.Anintvalue associated with the FULL_CONTROL_CUSTOM instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
FULL_CONTROL_CUSTOM
public static final AccessLevel FULL_CONTROL_CUSTOM
Deprecated.Specifies that the user or group is granted or denied permission to link to and view aCustomObjectobject's properties and security. Setting this access level is equivalent to setting the following combination of individual and Level access rights:AccessRight.RESERVED13 | AccessRight.DELETE | AccessRight.RESERVED12 | AccessRight.WRITE_ACL | AccessRight.WRITE_OWNER | AccessLevel.WRITE_CUSTOM
-
READ_AS_INT
public static final int READ_AS_INT
Deprecated.Anintvalue associated with the READ instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
READ
public static final AccessLevel READ
Deprecated.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:AccessRight.READ | AccessRight.READ_ACL
-
FULL_CONTROL_DEFAULT_AS_INT
public static final int FULL_CONTROL_DEFAULT_AS_INT
Deprecated.Anintvalue associated with the FULL_CONTROL_DEFAULT instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
FULL_CONTROL_DEFAULT
public static final 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. 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:AccessRight.RESERVED13 | AccessRight.DELETE | AccessRight.RESERVED12 | AccessRight.WRITE_ACL | AccessRight.WRITE_OWNER | AccessLevel.WRITE_DEFAULT
-
WRITE_FOLDER_AS_INT
public static final int WRITE_FOLDER_AS_INT
Deprecated.Anintvalue associated with the WRITE_FOLDER instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
WRITE_FOLDER
public static final AccessLevel WRITE_FOLDER
Deprecated.Specifies that the user or group is granted or denied permission to create a subfolder under aFolderobject. 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:AccessRight.CHANGE_STATE | AccessRight.CREATE_CHILD | AccessRight.CREATE_INSTANCE |
AccessRight.LINK | AccessRight.UNLINK | AccessRight.MINOR_VERSION | AccessRight.READ_ACL |
AccessRight.PUBLISH | AccessRight.VIEW_CONTENT | AccessRight.WRITE | AccessLevel.READ
-
WRITE_DOCUMENT_AS_INT
public static final int WRITE_DOCUMENT_AS_INT
Deprecated.Anintvalue associated with the WRITE_DOCUMENT instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
WRITE_DOCUMENT
public static final AccessLevel WRITE_DOCUMENT
Deprecated.Specifies that the user or group is granted or denied permission to link to aDocumentobject; 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:AccessRight.CHANGE_STATE | AccessRight.CREATE_INSTANCE | AccessRight.LINK | AccessRight.UNLINK | AccessRight.VIEW_CONTENT | AccessRight.WRITE | AccessRight.READ_ACL | AccessLevel.READ
-
FULL_CONTROL_DOMAIN_AS_INT
public static final int FULL_CONTROL_DOMAIN_AS_INT
Deprecated.Anintvalue associated with the FULL_CONTROL_DOMAIN instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
FULL_CONTROL_DOMAIN
public static final AccessLevel FULL_CONTROL_DOMAIN
Deprecated.Specifies full access rights to functions that can be performed on aDomainobject.AccessRight.WRITE_ACL | AccessRight.READ_ACL | AccessRight.DELETE | AccessRight.CREATE_CHILD | AccessRight.WRITE | AccessRight.READ
-
FULL_CONTROL_MARKING_AS_INT
public static final int FULL_CONTROL_MARKING_AS_INT
Deprecated.Anintvalue associated with the FULL_CONTROL_MARKING instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
FULL_CONTROL_MARKING
public static final AccessLevel FULL_CONTROL_MARKING
Deprecated.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:AccessRight.ADD_MARKING | AccessRight.REMOVE_MARKING | AccessRight.USE_MARKING
-
USE_OBJECT_STORE_AS_INT
public static final int USE_OBJECT_STORE_AS_INT
Deprecated.Anintvalue associated with the USE_OBJECT_STORE instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
USE_OBJECT_STORE
public static final AccessLevel USE_OBJECT_STORE
Deprecated.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.AccessRight.STORE_OBJECTS | AccessRight.MODIFY_OBJECTS | AccessRight.REMOVE_OBJECTS | AccessRight.CONNECT
-
WRITE_CUSTOM_AS_INT
public static final int WRITE_CUSTOM_AS_INT
Deprecated.Anintvalue associated with the WRITE_CUSTOM instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
WRITE_CUSTOM
public static final AccessLevel WRITE_CUSTOM
Deprecated.Specifies that the user or group is granted or denied permission to link to aCustomObjectobject; 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:AccessRight.CREATE_INSTANCE | AccessRight.LINK | AccessRight.WRITE | AccessLevel.READ
-
USE_DOMAIN_AS_INT
public static final int USE_DOMAIN_AS_INT
Deprecated.Anintvalue associated with the USE_DOMAIN instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
USE_DOMAIN
public static final AccessLevel USE_DOMAIN
Deprecated.Specifies that the user or group is granted or denied permission to use aDomainobject.AccessRight.READ
-
FULL_CONTROL_ANNOTATION_AS_INT
public static final int FULL_CONTROL_ANNOTATION_AS_INT
Deprecated.Anintvalue associated with the FULL_CONTROL_ANNOTATION instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
FULL_CONTROL_ANNOTATION
public static final AccessLevel FULL_CONTROL_ANNOTATION
Deprecated.Specifies full access rights to functions that can be performed on anAnnotationobject. 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:AccessRight.DELETE | AccessRight.WRITE_ACL | AccessRight.WRITE_OWNER | AccessLevel.WRITE_ANNOTATION
-
PUBLISH_AS_INT
public static final int PUBLISH_AS_INT
Deprecated.Anintvalue associated with the PUBLISH instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
PUBLISH
public static final 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. Setting this access level is equivalent to setting the following combination of access rights:AccessRight.READ | AccessRight.LINK | AccessRight.UNLINK | AccessRight.PUBLISH | AccessRight.READ_ACL | AccessRight.VIEW_CONTENT
-
VIEW_OBJECT_STORE_AS_INT
public static final int VIEW_OBJECT_STORE_AS_INT
Deprecated.Anintvalue associated with the VIEW_OBJECT_STORE instance of this class. Consider using the static instances of this class instead of the associated int values. The int values risk binary incompatibility (but not source incompatibility) from release to release.- See Also:
- Constant Field Values
-
VIEW_OBJECT_STORE
public static final AccessLevel VIEW_OBJECT_STORE
Deprecated.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:AccessRight.CONNECT
-
-
Method Detail
-
getValue
public int getValue()
Deprecated.Returns the internal integer value associated with a specific instance of this class.- Returns:
- The enumeration instance's ordinal value.
- See Also:
getInstanceFromInt(int)
-
toString
public java.lang.String toString()
Deprecated.Returns aStringrepresentation of this enumeration instance.- Overrides:
toStringin classjava.lang.Object- Returns:
- The enumeration instance's description.
-
getInstanceFromInt
public static AccessLevel getInstanceFromInt(int value)
Deprecated.Returns an instance of this class using its associated integer value.- Parameters:
value- The integer value. (See the *_AS_INT fields.)- Returns:
- The enumeration instance with the given ordinal value.
- Throws:
EngineRuntimeException- If an enumeration instance with the given ordinal value does not exist.- See Also:
getValue()
-
-