| 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.
|
| Constructor and Description |
|---|
ScopeDaoImpl(SessionManager sm,
HScope scope) |
| Modifier and Type | Method and Description |
|---|---|
HScope |
HScope.getParentScope()
Get the "parent"
HScope of this scope. |
HScope |
HCorrelationSet.getScope() |
HScope |
HPartnerLink.getScope() |
HScope |
HXmlData.getScope() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<HScope> |
HProcessInstance.getScopes() |
| Modifier and Type | Method and Description |
|---|---|
void |
HScope.setParentScope(HScope parentScope) |
void |
HCorrelationSet.setScope(HScope scope) |
void |
HPartnerLink.setScope(HScope scope) |
void |
HXmlData.setScope(HScope scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
HProcessInstance.setScopes(java.util.Collection<HScope> scopes) |
| Constructor and Description |
|---|
HCorrelationSet(HScope scope,
java.lang.String name) |
Copyright © 2021 WSO2. All Rights Reserved.