|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ProcessInstanceDAO in org.apache.ode.bpel.dao |
|---|
| Methods in org.apache.ode.bpel.dao that return ProcessInstanceDAO | |
|---|---|
ProcessInstanceDAO |
ProcessDAO.createInstance(CorrelatorDAO instantiatingCorrelator)
Create a new process instance object. |
ProcessInstanceDAO |
MessageExchangeDAO.getInstance()
|
ProcessInstanceDAO |
CorrelationSetDAO.getInstance()
|
ProcessInstanceDAO |
ProcessDAO.getInstance(java.lang.Long iid)
Get a process instance (by identifier). |
ProcessInstanceDAO |
BpelDAOConnection.getInstance(java.lang.Long iid)
Retrieve a process instance from the database. |
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. |
| Methods in org.apache.ode.bpel.dao that return types with arguments of type ProcessInstanceDAO | |
|---|---|
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)
|
| Methods in org.apache.ode.bpel.dao with parameters of type ProcessInstanceDAO | |
|---|---|
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 |
ProcessDAO.removeRoutes(java.lang.String routeId,
ProcessInstanceDAO target)
Remove the routes with the given Id for all the correlators in the process. |
void |
CorrelatorDAO.removeRoutes(java.lang.String routeGroupId,
ProcessInstanceDAO target)
Remove all routes with the given route-group identifier. |
void |
MessageExchangeDAO.setInstance(ProcessInstanceDAO dao)
|
| Method parameters in org.apache.ode.bpel.dao with type arguments of type ProcessInstanceDAO | |
|---|---|
java.util.Map<java.lang.Long,java.util.Collection<CorrelationSetDAO>> |
BpelDAOConnection.getCorrelationSets(java.util.Collection<ProcessInstanceDAO> instances)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||