|
|||||||||
| 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 | |
|---|---|
ACTVIATED
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. it should no longer create new instances. |
|
SCHEDULE_SETTINGS_CHANGED
Cron schedule settings have been changed for the process |
|
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 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 ProcessStoreEvent.Type DEPLOYED
public static final ProcessStoreEvent.Type UNDEPLOYED
public static final ProcessStoreEvent.Type RETIRED
public static final ProcessStoreEvent.Type ACTVIATED
public static final ProcessStoreEvent.Type DISABLED
public static final ProcessStoreEvent.Type PROPERTY_CHANGED
public static final ProcessStoreEvent.Type SCHEDULE_SETTINGS_CHANGED
| Method Detail |
|---|
public static 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
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||