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.Serializable
    Provides a set of commonly used combinations of access rights for simplifying presentation of access rights in a user interface (UI). Alternatively, you can use the AccessPermissionDescription interface for presenting access levels and access rights in a UI. Unlike this interface, the AccessPermissionDescription interface includes methods that provide descriptive information about access rights and access levels.

    Access level definitions are subject to change. Do not use AccessLevel constants 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 AccessLevel FULL_CONTROL
      Deprecated. 
      Specifies full access rights to an object for base level permissions.
      static AccessLevel FULL_CONTROL_ANNOTATION
      Deprecated. 
      Specifies full access rights to functions that can be performed on an Annotation object.
      static int FULL_CONTROL_ANNOTATION_AS_INT
      Deprecated. 
      An int value associated with the FULL_CONTROL_ANNOTATION instance of this class.
      static int FULL_CONTROL_AS_INT
      Deprecated. 
      An int value associated with the FULL_CONTROL instance of this class.
      static AccessLevel FULL_CONTROL_CLASS_DEF
      Deprecated. 
      Specifies full access rights to functions that can be performed on a ClassDefinition object.
      static int FULL_CONTROL_CLASS_DEF_AS_INT
      Deprecated. 
      An int value associated with the FULL_CONTROL_CLASS_DEF instance of this class.
      static 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 int FULL_CONTROL_CUSTOM_AS_INT
      Deprecated. 
      An int value associated with the FULL_CONTROL_CUSTOM instance of this class.
      static 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 int FULL_CONTROL_DEFAULT_AS_INT
      Deprecated. 
      An int value associated with the FULL_CONTROL_DEFAULT instance of this class.
      static AccessLevel FULL_CONTROL_DOCUMENT
      Deprecated. 
      Specifies full access rights to functions that can be performed on a Document object.
      static int FULL_CONTROL_DOCUMENT_AS_INT
      Deprecated. 
      An int value associated with the FULL_CONTROL_DOCUMENT instance of this class.
      static AccessLevel FULL_CONTROL_DOMAIN
      Deprecated. 
      Specifies full access rights to functions that can be performed on a Domain object.
      static int FULL_CONTROL_DOMAIN_AS_INT
      Deprecated. 
      An int value associated with the FULL_CONTROL_DOMAIN instance of this class.
      static AccessLevel FULL_CONTROL_FOLDER
      Deprecated. 
      Specifies full access rights to functions that can be performed on a Folder object.
      static int FULL_CONTROL_FOLDER_AS_INT
      Deprecated. 
      An int value associated with the FULL_CONTROL_FOLDER instance of this class.
      static AccessLevel FULL_CONTROL_MARKING
      Deprecated. 
      Specifies full access rights to an object for performing marking operations on an object.
      static int FULL_CONTROL_MARKING_AS_INT
      Deprecated. 
      An int value associated with the FULL_CONTROL_MARKING instance of this class.
      static AccessLevel FULL_CONTROL_OBJECT_STORE
      Deprecated. 
      Specifies that the user or group is granted or denied full access rights to an object store.
      static int FULL_CONTROL_OBJECT_STORE_AS_INT
      Deprecated. 
      An int value associated with the FULL_CONTROL_OBJECT_STORE instance of this class.
      static AccessLevel FULL_CONTROL_TASK
      Deprecated. 
      Specifies full access rights to functions that can be performed on a CmTask object.
      static int FULL_CONTROL_TASK_AS_INT
      Deprecated. 
      An int value associated with the FULL_CONTROL_TASK instance of this class.
      static 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 int LINK_CLASS_DEF_AS_INT
      Deprecated. 
      An int value associated with the LINK_CLASS_DEF instance of this class.
      static 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 int LINK_CUSTOM_AS_INT
      Deprecated. 
      An int value associated with the LINK_CUSTOM instance of this class.
      static 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 int LINK_FOLDER_AS_INT
      Deprecated. 
      An int value associated with the LINK_FOLDER instance of this class.
      static 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 int MAJOR_VERSION_DOCUMENT_AS_INT
      Deprecated. 
      An int value associated with the MAJOR_VERSION_DOCUMENT instance of this class.
      static 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 int MINOR_VERSION_DOCUMENT_AS_INT
      Deprecated. 
      An int value associated with the MINOR_VERSION_DOCUMENT instance of this class.
      static 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 int PUBLISH_AS_INT
      Deprecated. 
      An int value associated with the PUBLISH instance of this class.
      static AccessLevel READ
      Deprecated. 
      Specifies that the user or group is granted or denied permission to view an object's properties and security.
      static int READ_AS_INT
      Deprecated. 
      An int value associated with the READ instance of this class.
      static AccessLevel USE_DOMAIN
      Deprecated. 
      Specifies that the user or group is granted or denied permission to use a Domain object.
      static int USE_DOMAIN_AS_INT
      Deprecated. 
      An int value associated with the USE_DOMAIN instance of this class.
      static AccessLevel USE_OBJECT_STORE
      Deprecated. 
      Specifies that the user or group is granted or denied permission to use an object store.
      static int USE_OBJECT_STORE_AS_INT
      Deprecated. 
      An int value associated with the USE_OBJECT_STORE instance of this class.
      static AccessLevel VIEW
      Deprecated. 
      Specifies that the user or group is granted or denied permission to view an object's properties, security, and content.
      static int VIEW_AS_INT
      Deprecated. 
      An int value associated with the VIEW instance of this class.
      static 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 int VIEW_OBJECT_STORE_AS_INT
      Deprecated. 
      An int value associated with the VIEW_OBJECT_STORE instance of this class.
      static 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 int WRITE_ANNOTATION_AS_INT
      Deprecated. 
      An int value associated with the WRITE_ANNOTATION instance of this class.
      static 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 int WRITE_CLASS_DEF_AS_INT
      Deprecated. 
      An int value associated with the WRITE_CLASS_DEF instance of this class.
      static 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 int WRITE_CUSTOM_AS_INT
      Deprecated. 
      An int value associated with the WRITE_CUSTOM instance of this class.
      static 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 int WRITE_DEFAULT_AS_INT
      Deprecated. 
      An int value associated with the WRITE_DEFAULT instance of this class.
      static 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 int WRITE_DOCUMENT_AS_INT
      Deprecated. 
      An int value associated with the WRITE_DOCUMENT instance of this class.
      static AccessLevel WRITE_FOLDER
      Deprecated. 
      Specifies that the user or group is granted or denied permission to create a subfolder under a Folder object.
      static int WRITE_FOLDER_AS_INT
      Deprecated. 
      An int value associated with the WRITE_FOLDER instance of this class.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static AccessLevel getInstanceFromInt(int value)
      Deprecated. 
      Returns an instance of this class using its associated integer value.
      int getValue()
      Deprecated. 
      Returns the internal integer value associated with a specific instance of this class.
      java.lang.String toString()
      Deprecated. 
      Returns a String representation of this enumeration instance.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • FULL_CONTROL_ANNOTATION_AS_INT

        public static final int FULL_CONTROL_ANNOTATION_AS_INT
        Deprecated. 
        An int value 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 an Annotation 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:
        AccessRight.DELETE | AccessRight.WRITE_ACL | AccessRight.WRITE_OWNER | AccessLevel.WRITE_ANNOTATION
      • FULL_CONTROL_CUSTOM_AS_INT

        public static final int FULL_CONTROL_CUSTOM_AS_INT
        Deprecated. 
        An int value 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 a CustomObject object'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
      • USE_OBJECT_STORE_AS_INT

        public static final int USE_OBJECT_STORE_AS_INT
        Deprecated. 
        An int value 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
      • FULL_CONTROL_FOLDER_AS_INT

        public static final int FULL_CONTROL_FOLDER_AS_INT
        Deprecated. 
        An int value 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 a Folder object. A user or group assigned this level of access is granted or denied permission to link to and unlink from the Folder 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:
        AccessRight.RESERVED13 | AccessRight.DELETE | AccessRight.RESERVED12 | AccessRight.MAJOR_VERSION | AccessRight.WRITE_ACL | AccessRight.WRITE_OWNER | AccessLevel.WRITE_FOLDER
      • FULL_CONTROL_CLASS_DEF_AS_INT

        public static final int FULL_CONTROL_CLASS_DEF_AS_INT
        Deprecated. 
        An int value 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 a ClassDefinition 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:
        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_AS_INT

        public static final int FULL_CONTROL_AS_INT
        Deprecated. 
        An int value 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 available AccessLevel.FULL_CONTROL_* constants.
      • WRITE_DEFAULT_AS_INT

        public static final int WRITE_DEFAULT_AS_INT
        Deprecated. 
        An int value 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
      • VIEW_AS_INT

        public static final int VIEW_AS_INT
        Deprecated. 
        An int value 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
      • WRITE_FOLDER_AS_INT

        public static final int WRITE_FOLDER_AS_INT
        Deprecated. 
        An int value 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 a Folder 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:
        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

      • FULL_CONTROL_MARKING_AS_INT

        public static final int FULL_CONTROL_MARKING_AS_INT
        Deprecated. 
        An int value 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
      • WRITE_ANNOTATION_AS_INT

        public static final int WRITE_ANNOTATION_AS_INT
        Deprecated. 
        An int value 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 an Annotation 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:
        AccessRight.CREATE_INSTANCE | AccessRight.VIEW_CONTENT | AccessRight.WRITE | AccessLevel.READ
      • LINK_CUSTOM_AS_INT

        public static final int LINK_CUSTOM_AS_INT
        Deprecated. 
        An int value 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 a CustomObject object'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
      • MINOR_VERSION_DOCUMENT_AS_INT

        public static final int MINOR_VERSION_DOCUMENT_AS_INT
        Deprecated. 
        An int value 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 a Document object's content. The user or group can also link to a Document 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:
        AccessRight.MINOR_VERSION | AccessLevel.WRITE_DOCUMENT
      • WRITE_DOCUMENT_AS_INT

        public static final int WRITE_DOCUMENT_AS_INT
        Deprecated. 
        An int value 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 a Document 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:
        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. 
        An int value 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 a Domain object.
        AccessRight.WRITE_ACL | AccessRight.READ_ACL | AccessRight.DELETE | AccessRight.CREATE_CHILD | AccessRight.WRITE | AccessRight.READ
      • PUBLISH_AS_INT

        public static final int PUBLISH_AS_INT
        Deprecated. 
        An int value 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
      • USE_DOMAIN_AS_INT

        public static final int USE_DOMAIN_AS_INT
        Deprecated. 
        An int value 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 a Domain object.
        AccessRight.READ
      • FULL_CONTROL_DOCUMENT_AS_INT

        public static final int FULL_CONTROL_DOCUMENT_AS_INT
        Deprecated. 
        An int value 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 a Document object. A user or group assigned this level of access is granted or denied permission to link to the Document 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:
        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. 
        An int value 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 a CmTask object. A user or group assigned this level of access is granted or denied permission to link to the CmTask object, 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_CUSTOM_AS_INT

        public static final int WRITE_CUSTOM_AS_INT
        Deprecated. 
        An int value 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 a CustomObject 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:
        AccessRight.CREATE_INSTANCE | AccessRight.LINK | AccessRight.WRITE | AccessLevel.READ
      • VIEW_OBJECT_STORE_AS_INT

        public static final int VIEW_OBJECT_STORE_AS_INT
        Deprecated. 
        An int value 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
      • FULL_CONTROL_OBJECT_STORE_AS_INT

        public static final int FULL_CONTROL_OBJECT_STORE_AS_INT
        Deprecated. 
        An int value 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
      • MAJOR_VERSION_DOCUMENT_AS_INT

        public static final int MAJOR_VERSION_DOCUMENT_AS_INT
        Deprecated. 
        An int value 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 a Document object's content. The user or group can also link to a Document 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:
        AccessRight.MAJOR_VERSION | AccessRight.MINOR_VERSION | AccessLevel.WRITE_DOCUMENT
      • LINK_FOLDER_AS_INT

        public static final int LINK_FOLDER_AS_INT
        Deprecated. 
        An int value 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 a Folder 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:
        AccessRight.LINK | AccessRight.UNLINK | AccessLevel.READ
      • WRITE_CLASS_DEF_AS_INT

        public static final int WRITE_CLASS_DEF_AS_INT
        Deprecated. 
        An int value 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
      • FULL_CONTROL_DEFAULT_AS_INT

        public static final int FULL_CONTROL_DEFAULT_AS_INT
        Deprecated. 
        An int value 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
      • LINK_CLASS_DEF_AS_INT

        public static final int LINK_CLASS_DEF_AS_INT
        Deprecated. 
        An int value 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 a ClassDefinition object'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
      • READ_AS_INT

        public static final int READ_AS_INT
        Deprecated. 
        An int value 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
    • 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 a String representation of this enumeration instance.
        Overrides:
        toString in class java.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()

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