Uses of Interface
org.apache.ode.bpel.dao.PartnerLinkDAO

Uses of PartnerLinkDAO in org.apache.ode.bpel.dao
 

Methods in org.apache.ode.bpel.dao that return PartnerLinkDAO
 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.
 

Methods in org.apache.ode.bpel.dao that return types with arguments of type PartnerLinkDAO
 java.util.Collection<PartnerLinkDAO> ScopeDAO.getPartnerLinks()
          Get all partner link storage object associated with this scope instance.
 

Methods in org.apache.ode.bpel.dao with parameters of type PartnerLinkDAO
 void MessageExchangeDAO.setPartnerLink(PartnerLinkDAO plinkDAO)
           
 



Copyright © 2015 WSO2. All Rights Reserved.