@Entity public class MessageRouteDAOImpl extends java.lang.Object implements MessageRouteDAO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DELETE_MESSAGE_ROUTES_BY_INSTANCE |
static java.lang.String |
DELETE_MESSAGE_ROUTES_BY_INSTANCE_IDS |
| Constructor and Description |
|---|
MessageRouteDAOImpl() |
MessageRouteDAOImpl(CorrelationKeySet keySet,
java.lang.String groupId,
int index,
ProcessInstanceDAOImpl processInst,
CorrelatorDAOImpl correlator,
java.lang.String routePolicy) |
| Modifier and Type | Method and Description |
|---|---|
CorrelationKey |
getCorrelationKey() |
CorrelationKeySet |
getCorrelationKeySet() |
java.lang.String |
getGroupId() |
java.lang.Long |
getId() |
int |
getIndex() |
java.lang.String |
getRoute() |
ProcessInstanceDAO |
getTargetInstance() |
void |
setCorrelationKey(CorrelationKey key) |
void |
setCorrelationKeySet(CorrelationKeySet keySet) |
public static final java.lang.String DELETE_MESSAGE_ROUTES_BY_INSTANCE
public static final java.lang.String DELETE_MESSAGE_ROUTES_BY_INSTANCE_IDS
public MessageRouteDAOImpl()
public MessageRouteDAOImpl(CorrelationKeySet keySet, java.lang.String groupId, int index, ProcessInstanceDAOImpl processInst, CorrelatorDAOImpl correlator, java.lang.String routePolicy)
public java.lang.Long getId()
public CorrelationKey getCorrelationKey()
getCorrelationKey in interface MessageRouteDAOpublic void setCorrelationKey(CorrelationKey key)
setCorrelationKey in interface MessageRouteDAOpublic java.lang.String getGroupId()
getGroupId in interface MessageRouteDAOpublic int getIndex()
getIndex in interface MessageRouteDAOpublic ProcessInstanceDAO getTargetInstance()
getTargetInstance in interface MessageRouteDAOpublic java.lang.String getRoute()
getRoute in interface MessageRouteDAOpublic CorrelationKeySet getCorrelationKeySet()
getCorrelationKeySet in interface MessageRouteDAOpublic void setCorrelationKeySet(CorrelationKeySet keySet)
setCorrelationKeySet in interface MessageRouteDAOCopyright © 2017 WSO2. All Rights Reserved.