|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Object
java.lang.Enum<Application.SectionFlag>
oracle.imaging.Application.SectionFlag
public static enum Application.SectionFlag
Flags that identify which sections are applicable to a specific request.
For example, to get a list of applications with just the application properties, the SectionFlags.PROPERTIES flag would be specified. To see all of the application data, specify SectionFlags.ALL
| Enum Constant Summary | |
|---|---|
DESCRIPTIONThe description of an application is requested or provided. |
|
DOCUMENTPERMISSIONSThe document permissions section of an application is requested or provided. |
|
DOCUMENTSECURITYThe document security section of an application is requested or provided. |
|
FIELDDEFINITIONSThe field definitions section of an application is requested or provided. |
|
HISTORYThe audit history for the application. |
|
LIFECYCLEPOLICYThe lifecycle policy section of an application is requested or provided. |
|
NAMEThe name of an application is requested or provided. |
|
PERMISSIONSThe permissions section of an application is requested or provided. |
|
PROPERTIESThe properties section of an application is requested or provided. |
|
SECURITYThe security section of an application is requested or provided. |
|
WORKFLOWCONFIGThe workflow configuration section of an application is requested or provided. |
|
| Method Summary | |
|---|---|
static Application.SectionFlag |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static Application.SectionFlag[] |
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 Application.SectionFlag NAME
public static final Application.SectionFlag DESCRIPTION
public static final Application.SectionFlag PROPERTIES
public static final Application.SectionFlag FIELDDEFINITIONS
public static final Application.SectionFlag PERMISSIONS
public static final Application.SectionFlag DOCUMENTPERMISSIONS
public static final Application.SectionFlag SECURITY
public static final Application.SectionFlag DOCUMENTSECURITY
public static final Application.SectionFlag LIFECYCLEPOLICY
public static final Application.SectionFlag WORKFLOWCONFIG
public static final Application.SectionFlag HISTORY
| Method Detail |
|---|
public static Application.SectionFlag[] values()
for (Application.SectionFlag c : Application.SectionFlag.values())
System.out.println(c);
public static Application.SectionFlag 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 null
|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||