|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ProcessStoreEvent.Type>
org.apache.ode.bpel.iapi.ProcessStoreEvent.Type
public static enum ProcessStoreEvent.Type
Enum Constant Summary | |
---|---|
ACTIVATED
A process that was previously disabled or retired has become activated. |
|
DEPLOYED
A process was deployed to the store. |
|
DISABLED
A process has been disabled: it should no longer execute for new or old instances. |
|
PROPERTY_CHANGED
A process property was changed. |
|
RETIRED
A process has been retired (i.e. |
|
UNDEPLOYED
A process was undeployed to from the store. |
Method Summary | |
---|---|
static ProcessStoreEvent.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProcessStoreEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ProcessStoreEvent.Type DEPLOYED
public static final ProcessStoreEvent.Type UNDEPLOYED
public static final ProcessStoreEvent.Type RETIRED
public static final ProcessStoreEvent.Type ACTIVATED
public static final ProcessStoreEvent.Type DISABLED
public static final ProcessStoreEvent.Type PROPERTY_CHANGED
Method Detail |
---|
public static final ProcessStoreEvent.Type[] values()
for(ProcessStoreEvent.Type c : ProcessStoreEvent.Type.values()) System.out.println(c);
public static ProcessStoreEvent.Type 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 name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |