Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


oracle.bpel.services.workflow.runtimeconfig
Enum IRuntimeConfigService.ServicesEnum

java.lang.Object
  extended by java.lang.Enum<IRuntimeConfigService.ServicesEnum>
      extended by oracle.bpel.services.workflow.runtimeconfig.IRuntimeConfigService.ServicesEnum

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IRuntimeConfigService.ServicesEnum>
Enclosing interface:
IRuntimeConfigService

public static enum IRuntimeConfigService.ServicesEnum
extends java.lang.Enum<IRuntimeConfigService.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 RuntimeConfigService.xsd


Enum Constant Summary
ALL
           
EVIDENCE
           
IDENTITY
           
NOTIFICATION
           
RUNTIMECONFIG
           
VERIFICATION_ACTIONS
           
VERIFICATION_CACHE
           

 

Method Summary
static IRuntimeConfigService.ServicesEnum get(java.lang.String value)
           
static IRuntimeConfigService.ServicesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IRuntimeConfigService.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

ALL

public static final IRuntimeConfigService.ServicesEnum ALL

EVIDENCE

public static final IRuntimeConfigService.ServicesEnum EVIDENCE

IDENTITY

public static final IRuntimeConfigService.ServicesEnum IDENTITY

NOTIFICATION

public static final IRuntimeConfigService.ServicesEnum NOTIFICATION

RUNTIMECONFIG

public static final IRuntimeConfigService.ServicesEnum RUNTIMECONFIG

VERIFICATION_CACHE

public static final IRuntimeConfigService.ServicesEnum VERIFICATION_CACHE

VERIFICATION_ACTIONS

public static final IRuntimeConfigService.ServicesEnum VERIFICATION_ACTIONS

Method Detail

values

public static IRuntimeConfigService.ServicesEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (IRuntimeConfigService.ServicesEnum c : IRuntimeConfigService.ServicesEnum.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static IRuntimeConfigService.ServicesEnum valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

get

public static IRuntimeConfigService.ServicesEnum get(java.lang.String value)

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.