| Package | Description |
|---|---|
| org.apache.ode.bpel.evt |
The BPEL event API--used to monitor or analyze the execution of a BPEL
processes.
|
| org.apache.ode.bpel.iapi |
| Modifier and Type | Method and Description |
|---|---|
BpelEvent.TYPE |
ActivityEvent.getType() |
BpelEvent.TYPE |
NewProcessInstanceEvent.getType() |
BpelEvent.TYPE |
CompensationHandlerRegistered.getType() |
BpelEvent.TYPE |
PartnerLinkEvent.getType() |
BpelEvent.TYPE |
CorrelationEvent.getType() |
abstract BpelEvent.TYPE |
BpelEvent.getType() |
BpelEvent.TYPE |
ProcessInstanceEvent.getType() |
BpelEvent.TYPE |
VariableEvent.getType() |
BpelEvent.TYPE |
ScopeEvent.getType() |
BpelEvent.TYPE |
ExpressionEvaluationEvent.getType() |
BpelEvent.TYPE |
CorrelationSetEvent.getType() |
BpelEvent.TYPE |
CorrelationMatchEvent.getType() |
static BpelEvent.TYPE |
BpelEvent.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BpelEvent.TYPE[] |
BpelEvent.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProcessConf.isEventEnabled(java.util.List<java.lang.String> scopeNames,
BpelEvent.TYPE type) |
Copyright © 2015 WSO2. All Rights Reserved.