| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Object
   java.lang.Enum<BasePermissions.Permission>
java.lang.Enum<BasePermissions.Permission>
       oracle.imaging.BasePermissions.Permission
oracle.imaging.BasePermissions.Permission
public static enum BasePermissions.Permission
The enumeration of all permissions within the Imaging System. These permissions are an integral part of the Imaging System and any changes will have a ripple effect on other classes.
| Enum Constant Summary | |
|---|---|
| ADMINISTRATORAllows full permissions to all Application Definitions, Input Definitions, or Search Definitions. | |
| ANNOTATE_HIDDENAllows marking annotations as hidden as well as manipulation of these annotation types within the specific Application including viewing, creating, modifying and deleting. | |
| ANNOTATE_RESTRICTEDAllows marking annotations as restricted as well as manipulation of these annotation types within the specific Application including viewing, creating, modifying and deleting. | |
| ANNOTATE_STANDARDAllows manipulation of standard annotations within the specific Application including viewing, creating, modifying and deleting. | |
| CREATEAllows creation of Application Definitions, Input Mapping Definitions, or Search Definitions. | |
| DELETEAllows deleting of the specific Application, documents within the specific Application, the specific Input Mapping, or the specific Search. | |
| GRANTACCESSAllows granting Application permissions to other users specific to this Application. | |
| LOCK_ADMINISTRATORAllows the ability to override locks within a specific Application. | |
| MODIFYAllows modifying of the specific Application, the specific Input Mapping, or Searches. | |
| VIEWAllows viewing of the specific Application, documents within the specific Application, the specific Input Mapping, or Searches. | |
| WRITEAllows creation and modifying of documents within the specific Application. | |
| Method Summary | |
|---|---|
|  java.lang.String | getPropName() | 
| static BasePermissions.Permission | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static BasePermissions.Permission[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final BasePermissions.Permission ADMINISTRATOR
public static final BasePermissions.Permission ANNOTATE_STANDARD
public static final BasePermissions.Permission ANNOTATE_RESTRICTED
public static final BasePermissions.Permission ANNOTATE_HIDDEN
public static final BasePermissions.Permission CREATE
public static final BasePermissions.Permission WRITE
public static final BasePermissions.Permission DELETE
public static final BasePermissions.Permission GRANTACCESS
public static final BasePermissions.Permission LOCK_ADMINISTRATOR
public static final BasePermissions.Permission MODIFY
public static final BasePermissions.Permission VIEW
| Method Detail | 
|---|
public static BasePermissions.Permission[] values()
for (BasePermissions.Permission c : BasePermissions.Permission.values())
    System.out.println(c);
public static BasePermissions.Permission valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getPropName()
| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||