|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<IDiagnosticService.ServicesEnum>
oracle.bpel.services.workflow.diagnostics.IDiagnosticService.ServicesEnum
public static enum IDiagnosticService.ServicesEnum
Enumeration that lists all the workflow services which getDiagnostics() funtion supports. ServicesEnum is used as a parameter for getDiagnostics() function. NOTE: Changes to this list requires changes in DiagnosticService.xsd
| Enum Constant Summary | |
|---|---|
ALL |
|
EVIDENCE |
|
IDENTITY |
|
NOTIFICATION |
|
PERFORMANCE |
|
RUNTIMECONFIG |
|
VERIFICATION_ACTIONS |
|
VERIFICATION_CACHE |
|
| Method Summary | |
|---|---|
static IDiagnosticService.ServicesEnum |
get(java.lang.String value) |
static IDiagnosticService.ServicesEnum |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static IDiagnosticService.ServicesEnum[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 IDiagnosticService.ServicesEnum ALL
public static final IDiagnosticService.ServicesEnum EVIDENCE
public static final IDiagnosticService.ServicesEnum IDENTITY
public static final IDiagnosticService.ServicesEnum NOTIFICATION
public static final IDiagnosticService.ServicesEnum RUNTIMECONFIG
public static final IDiagnosticService.ServicesEnum VERIFICATION_CACHE
public static final IDiagnosticService.ServicesEnum VERIFICATION_ACTIONS
public static final IDiagnosticService.ServicesEnum PERFORMANCE
| Method Detail |
|---|
public static IDiagnosticService.ServicesEnum[] values()
for (IDiagnosticService.ServicesEnum c : IDiagnosticService.ServicesEnum.values())
System.out.println(c);
public static IDiagnosticService.ServicesEnum 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 static IDiagnosticService.ServicesEnum get(java.lang.String value)
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||