| Modifier and Type | Method and Description |
|---|---|
ProcessInstanceDAO |
ProcessDAO.createInstance(CorrelatorDAO instantiatingCorrelator)
Create a new process instance object.
|
ProcessInstanceDAO |
CorrelationSetDAO.getInstance() |
ProcessInstanceDAO |
MessageExchangeDAO.getInstance() |
ProcessInstanceDAO |
BpelDAOConnection.getInstance(java.lang.Long iid)
Retrieve a process instance from the database.
|
ProcessInstanceDAO |
ProcessDAO.getInstance(java.lang.Long iid)
Get a process instance (by identifier).
|
ProcessInstanceDAO |
BpelDAOConnection.getInstanceEagerly(java.lang.Long iid,
boolean withEvents) |
ProcessInstanceDAO |
ScopeDAO.getProcessInstance()
Get the process instance to which this scope belongs.
|
ProcessInstanceDAO |
MessageRouteDAO.getTargetInstance()
Get the BPEL process instance to which this consumer belongs.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ProcessInstanceDAO> |
ProcessDAO.findInstance(CorrelationKey cckey)
Locates a process instance based on a correlation key.
|
java.util.Collection<ProcessInstanceDAO> |
ProcessDAO.getActiveInstances() |
java.util.Collection<ProcessInstanceDAO> |
BpelDAOConnection.instanceQuery(InstanceFilter criteria)
Query instances in the database meeting the requested
criteria.
|
java.util.Collection<ProcessInstanceDAO> |
BpelDAOConnection.instanceQuery(java.lang.String expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
CorrelatorDAO.addRoute(java.lang.String routeGroupId,
ProcessInstanceDAO target,
int index,
CorrelationKeySet correlationKeySet,
java.lang.String routePolicy)
Add a route from the given correlation key to the given process instance.
|
void |
BpelDAOConnection.insertBpelEvent(BpelEvent event,
ProcessDAO process,
ProcessInstanceDAO instance)
Insert a BPEL event into the database.
|
void |
ProcessDAO.instanceCompleted(ProcessInstanceDAO instance)
Callback indicating that a process instance has completed its duties.
|
void |
CorrelatorDAO.removeRoutes(java.lang.String routeGroupId,
ProcessInstanceDAO target)
Remove all routes with the given route-group identifier.
|
void |
ProcessDAO.removeRoutes(java.lang.String routeId,
ProcessInstanceDAO target)
Remove the routes with the given Id for all the correlators in the process.
|
void |
MessageExchangeDAO.setInstance(ProcessInstanceDAO dao) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Long,java.util.Collection<CorrelationSetDAO>> |
BpelDAOConnection.getCorrelationSets(java.util.Collection<ProcessInstanceDAO> instances) |
Copyright © 2016 WSO2. All Rights Reserved.