| 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.pmapi |
| Modifier and Type | Class and Description |
|---|---|
class |
OptionalCorrelationKey
An instance of this class represents a correlation key that has a 'join' use case in the process definition.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<CorrelationKey> |
CorrelationKeySet.iterator()
Returns an iterator on the correlation keys that this correlation key set contains.
|
| Modifier and Type | Method and Description |
|---|---|
CorrelationKeySet |
CorrelationKeySet.add(CorrelationKey ck)
Adds a correlation key to this correlation key set.
|
boolean |
CorrelationKeySet.contains(CorrelationKey correlationKey)
Returns true if this correlation key set contains the give correlation key.
|
boolean |
CorrelationKey.isMatch(CorrelationKey[] keys)
Check if this key matches any member in a set of keys.
|
| Modifier and Type | Method and Description |
|---|---|
CorrelationKey |
CorrelationSetWriteEvent.getKey()
Correlation key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CorrelationSetWriteEvent.setKey(CorrelationKey key) |
| Constructor and Description |
|---|
CorrelationSetWriteEvent(java.lang.String csetName,
CorrelationKey key) |
| Modifier and Type | Method and Description |
|---|---|
CorrelationKey |
BpelManagementFacade.getCorrelation(java.lang.Long iid,
java.lang.Long scopeId,
java.lang.String correlationSet)
Gets a correlation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
BpelManagementFacade.getProcessInstance(java.lang.String pid,
CorrelationKey ckey)
Get the process instance with the given correlation correlationKey.
|
void |
BpelManagementFacade.setCorrelation(java.lang.Long iid,
java.lang.Long scopeId,
java.lang.String correlationSet,
javax.xml.namespace.QName[] propertyNames,
CorrelationKey values)
Sets a correlation.
|
Copyright © 2015 WSO2. All Rights Reserved.