| Package | Description |
|---|---|
| org.apache.ode.daohib.bpel |
An implementation of the BPEL data access objects (DAO) api using hibernate.
|
| org.apache.ode.daohib.bpel.hobj |
Hibernate POJOs for bpel.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ProcessDaoImpl.deleteInstances(java.util.Collection<HProcessInstance> instances,
java.util.Set<ProcessConf.CLEANUP_CATEGORY> categories) |
| Constructor and Description |
|---|
ProcessInstanceDaoImpl(SessionManager sm,
HProcessInstance instance) |
| Modifier and Type | Method and Description |
|---|---|
HProcessInstance |
HCorrelatorSelector.getInstance() |
HProcessInstance |
HCorrelationSet.getInstance() |
HProcessInstance |
HBpelEvent.getInstance() |
HProcessInstance |
HActivityRecovery.getInstance()
Get the
HProcessInstance to which this scope object belongs. |
HProcessInstance |
HScope.getInstance()
Get the
HProcessInstance to which this scope object belongs. |
HProcessInstance |
HMessageExchange.getInstance() |
HProcessInstance |
HXmlData.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<HProcessInstance> |
HProcess.getInstances() |
| Modifier and Type | Method and Description |
|---|---|
void |
HCorrelatorSelector.setInstance(HProcessInstance instance) |
void |
HCorrelationSet.setInstance(HProcessInstance instance) |
void |
HBpelEvent.setInstance(HProcessInstance instance) |
void |
HActivityRecovery.setInstance(HProcessInstance instance) |
void |
HScope.setInstance(HProcessInstance instance) |
void |
HMessageExchange.setInstance(HProcessInstance instance) |
void |
HXmlData.setInstance(HProcessInstance instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
HProcess.setInstances(java.util.Collection<HProcessInstance> instances) |
Copyright © 2021 WSO2. All Rights Reserved.