| Package | Description |
|---|---|
| org.apache.ode.bpel.common |
Common BPEL classes and interfaces.
|
| 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 |
|---|---|
CorrelationKeySet |
CorrelationKeySet.add(CorrelationKey ck)
Adds a correlation key to this correlation key set.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CorrelationKeySet> |
CorrelationKeySet.findSubSets()
Finds all subsets of this correlation key set.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CorrelationKeySet.containsAll(CorrelationKeySet c)
Checks if this correlation key set contains all correlation keys from the given correlation key set.
|
boolean |
CorrelationKeySet.isRoutableTo(CorrelationKeySet candidateKeySet,
boolean isAllRoute)
Checks if an incoming message with this correlation key set can be accepted by the given
correlation key set.
|
| Modifier and Type | Method and Description |
|---|---|
CorrelationKeySet |
CorrelationMatchEvent.getCorrelationKeySet() |
CorrelationKeySet |
CorrelationNoMatchEvent.getKeySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
CorrelationMatchEvent.setCorrelationKey(CorrelationKeySet correlationKeySet) |
void |
CorrelationNoMatchEvent.setKeys(CorrelationKeySet keySet) |
| Constructor and Description |
|---|
CorrelationMatchEvent(javax.xml.namespace.QName processName,
javax.xml.namespace.QName processId,
java.lang.Long processInstanceId,
CorrelationKeySet correlationKeySet) |
CorrelationNoMatchEvent(javax.xml.namespace.QName qName,
java.lang.String opName,
java.lang.String mexId,
CorrelationKeySet keySet) |
| Modifier and Type | Method and Description |
|---|---|
CorrelationKeySet |
Scheduler.JobDetails.getCorrelationKeySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
Scheduler.JobDetails.setCorrelationKeySet(CorrelationKeySet correlationKeySet) |
Copyright © 2015 WSO2. All Rights Reserved.