| 
 | 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<SystemSecurity.SystemArea>
java.lang.Enum<SystemSecurity.SystemArea>
       oracle.imaging.SystemSecurity.SystemArea
oracle.imaging.SystemSecurity.SystemArea
public static enum SystemSecurity.SystemArea
Identifies a specific Imaging system area for a request.
| Enum Constant Summary | |
|---|---|
| APPLICATIONSThe Applications area of the Imaging system. | |
| CONNECTIONSThe Connections area of the Imaging system. | |
| INPUTSThe Inputs area of the Imaging system. | |
| SEARCHESThe Searches area of the Imaging system. | |
| SOLUTIONSThe Solutions area of the Imaging system. | |
| Method Summary | |
|---|---|
|  java.lang.String | getFriendlyName()Get the friendly name of the system area. | 
| static SystemSecurity.SystemArea | toEnum(java.lang.String friendlyName)Gets the SystemArea enum equivalent to the friendlyName. | 
| static SystemSecurity.SystemArea | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static SystemSecurity.SystemArea[] | 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 SystemSecurity.SystemArea APPLICATIONS
public static final SystemSecurity.SystemArea INPUTS
public static final SystemSecurity.SystemArea SEARCHES
public static final SystemSecurity.SystemArea SOLUTIONS
public static final SystemSecurity.SystemArea CONNECTIONS
| Method Detail | 
|---|
public static SystemSecurity.SystemArea[] values()
for (SystemSecurity.SystemArea c : SystemSecurity.SystemArea.values())
    System.out.println(c);
public static SystemSecurity.SystemArea 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 getFriendlyName()
public static SystemSecurity.SystemArea toEnum(java.lang.String friendlyName)
friendlyName -| 
 | 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 | |||||||