| Modifier and Type | Method and Description |
|---|---|
PartnerLinkDAO |
ScopeDAO.createPartnerLink(int plinkModelId,
java.lang.String pLinkName,
java.lang.String myRole,
java.lang.String partnerRole)
Create a storage space for partner link values for the scope.
|
PartnerLinkDAO |
MessageExchangeDAO.getPartnerLink() |
PartnerLinkDAO |
ScopeDAO.getPartnerLink(int plinkModelId)
Get the parnter link storage object associated with this scope instance
and the provided partner link model id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PartnerLinkDAO> |
ScopeDAO.getPartnerLinks()
Get all partner link storage object associated with this scope instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageExchangeDAO.setPartnerLink(PartnerLinkDAO plinkDAO) |
Copyright © 2017 WSO2. All Rights Reserved.