| Modifier and Type | Method and Description |
|---|---|
ProcessDAO |
BpelDAOConnection.createProcess(javax.xml.namespace.QName pid,
javax.xml.namespace.QName type,
java.lang.String guid,
long version) |
ProcessDAO |
BpelDAOConnection.createTransientProcess(java.lang.Long pidId) |
ProcessDAO |
MessageExchangeDAO.getProcess()
Get the process associate with this message exchange.
|
ProcessDAO |
CorrelationSetDAO.getProcess() |
ProcessDAO |
ProcessInstanceDAO.getProcess()
Get the process.
|
ProcessDAO |
BpelDAOConnection.getProcess(javax.xml.namespace.QName processId)
Return the DAO for a bpel process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BpelDAOConnection.insertBpelEvent(BpelEvent event,
ProcessDAO process,
ProcessInstanceDAO instance)
Insert a BPEL event into the database.
|
void |
MessageExchangeDAO.setProcess(ProcessDAO process) |
Copyright © 2021 WSO2. All Rights Reserved.