| 
 | 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<Document.SectionFlag>
java.lang.Enum<Document.SectionFlag>
       oracle.imaging.Document.SectionFlag
oracle.imaging.Document.SectionFlag
public static enum Document.SectionFlag
Flags that identify which sections are applicable when using the Document data structure in various DocumentService operations.
For example, to get a list of documents with just the document properties, the SectionFlag.PROPERTIES flag would be specified. To see all of the document details, specify SectionFlag.ALL
| Enum Constant Summary | |
|---|---|
| FIELDVALUESThe field values section of a document is requested or provided. | |
| HISTORYThe audit history for the document. | |
| PERMISSIONSThe permissions section of a document is requested or provided. | |
| PROPERTIESThe properties section of a document is requested or provided. | |
| Method Summary | |
|---|---|
| static Document.SectionFlag | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static Document.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 Document.SectionFlag PROPERTIES
public static final Document.SectionFlag FIELDVALUES
public static final Document.SectionFlag PERMISSIONS
public static final Document.SectionFlag HISTORY
| Method Detail | 
|---|
public static Document.SectionFlag[] values()
for (Document.SectionFlag c : Document.SectionFlag.values())
    System.out.println(c);
public static Document.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 | |||||||