|
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<Search.Condition.Property>
oracle.imaging.Search.Condition.Property
public static enum Search.Condition.Property
This is an enumeration of the valid Imaging Attributes that may be used in a search.
| Enum Constant Summary | |
|---|---|
BATCHIDThe batch guid of the objects being searched for. |
|
CREATE_DATEThe creation date of the objects being searched for. |
|
CREATED_BY_NAMEThe user name of the creator of the objects being searched for. |
|
DOCUMENT_CONTENTThe content of the document(s) being searched for. |
|
| Method Summary | |
|---|---|
static Search.Condition.Property |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static Search.Condition.Property[] |
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.Condition.Property CREATE_DATE
public static final Search.Condition.Property CREATED_BY_NAME
public static final Search.Condition.Property BATCHID
public static final Search.Condition.Property DOCUMENT_CONTENT
| Method Detail |
|---|
public static Search.Condition.Property[] values()
for (Search.Condition.Property c : Search.Condition.Property.values())
System.out.println(c);
public static Search.Condition.Property 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 | |||||||