| 
 | 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<Search.SectionFlag>
java.lang.Enum<Search.SectionFlag>
       oracle.imaging.Search.SectionFlag
oracle.imaging.Search.SectionFlag
public static enum Search.SectionFlag
Flags that identify which sections are applicable when using the Search data structure in various SearchService operations.
For example, to get a search with just the properties, the SectionFlag.PROPERTIES flag would be specified.
| Enum Constant Summary | |
|---|---|
| DESCRIPTIONThe description section of an Integration is requested or provided. | |
| EXPRESSIONSThe searchExpressions section of a search is requested or provided. | |
| HISTORYThe audit history for the search is requested. | |
| NAMEThe Name of a search is requested or provided. | |
| PARAMETERSThe parameterDefinitons section of a search is requested or provided. | |
| PERMISSIONSThe permissions section of an search is requested or provided. | |
| PROPERTIESThe properties section of a search is requested or provided. | |
| RESULT_COLUMNSThe formatting section of a search is requested or provided. | |
| SECURITYThe security section of an search is requested or provided. | |
| Method Summary | |
|---|---|
| static Search.SectionFlag | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static Search.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 Search.SectionFlag NAME
public static final Search.SectionFlag DESCRIPTION
public static final Search.SectionFlag PROPERTIES
public static final Search.SectionFlag PARAMETERS
public static final Search.SectionFlag RESULT_COLUMNS
public static final Search.SectionFlag EXPRESSIONS
public static final Search.SectionFlag PERMISSIONS
public static final Search.SectionFlag SECURITY
public static final Search.SectionFlag HISTORY
| Method Detail | 
|---|
public static Search.SectionFlag[] values()
for (Search.SectionFlag c : Search.SectionFlag.values())
    System.out.println(c);
public static Search.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® 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 | |||||||