| 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 |
|---|
PartnerLinkDAOImpl(SessionManager sessionManager,
HPartnerLink hobj) |
| Modifier and Type | Method and Description |
|---|---|
HPartnerLink |
HMessageExchange.getPartnerLink() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<HPartnerLink> |
HProcess.getDeploymentPartnerLinks()
Get the partner links values as deployed.
|
java.util.Set<HPartnerLink> |
HScope.getPartnerLinks()
Get the endpoint references for partner links roles associated with this scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HMessageExchange.setPartnerLink(HPartnerLink link) |
| Modifier and Type | Method and Description |
|---|---|
void |
HProcess.setDeploymentPartnerLinks(java.util.Set<HPartnerLink> partnerlinks)
Set the partner links as deployed.
|
void |
HScope.setPartnerLinks(java.util.Set<HPartnerLink> eprs) |
Copyright © 2021 WSO2. All Rights Reserved.