public interface MessageRouteDAO
pick
or receive
activity.Modifier and Type | Method and Description |
---|---|
CorrelationKey |
getCorrelationKey() |
CorrelationKeySet |
getCorrelationKeySet()
Returns a correlation key set for the message route
|
java.lang.String |
getGroupId() |
int |
getIndex() |
java.lang.String |
getRoute() |
ProcessInstanceDAO |
getTargetInstance()
Get the BPEL process instance to which this consumer belongs.
|
void |
setCorrelationKey(CorrelationKey key) |
void |
setCorrelationKeySet(CorrelationKeySet keySet) |
ProcessInstanceDAO getTargetInstance()
java.lang.String getGroupId()
int getIndex()
java.lang.String getRoute()
CorrelationKeySet getCorrelationKeySet()
void setCorrelationKeySet(CorrelationKeySet keySet)
void setCorrelationKey(CorrelationKey key)
CorrelationKey getCorrelationKey()