Uses of Interface
bexee.model.elements.PartnerLinks

Packages that use PartnerLinks
bexee.core Core classes and interfaces of the bexee engine. 
bexee.model Java representation of the BPEL language. 
bexee.model.elements This package contains all interfaces representing BPEL elements as specified in the bpel4ws.xsd XML Schema.  
bexee.model.elements.impl This package contains default implementations of the interfaces from the bexee.model.elements package. 
bexee.model.process This package contains interface which are used in order to represent a BPEL process.  
bexee.model.process.impl This package contains default implementations for the bexee.model.process package. 
 

Uses of PartnerLinks in bexee.core
 

Methods in bexee.core with parameters of type PartnerLinks
 void ProcessControllerImpl.process(PartnerLinks partnerLinks, ProcessInstance instance)
           
 void ProcessController.process(PartnerLinks partnerLinks, ProcessInstance instance)
          Execute PartnerLinks BPEL element.
 

Uses of PartnerLinks in bexee.model
 

Methods in bexee.model with parameters of type PartnerLinks
 void BPELElementVisitor.visit(PartnerLinks partnerLinks)
          Visit a PartnerLinks BPELElement.
 void AbstractBPELElementVisitor.visit(PartnerLinks partnerLinks)
          Empty method body for PartnerLinks
 

Uses of PartnerLinks in bexee.model.elements
 

Methods in bexee.model.elements that return PartnerLinks
 PartnerLinks Partner.getPartnerLinks()
           
 

Methods in bexee.model.elements with parameters of type PartnerLinks
 void Partner.setPartnerLinks(PartnerLinks partnerLinks)
           
 

Uses of PartnerLinks in bexee.model.elements.impl
 

Classes in bexee.model.elements.impl that implement PartnerLinks
 class PartnerLinksImpl
          Default implementation of the PartnerLinks BPEL element.
 

Uses of PartnerLinks in bexee.model.process
 

Methods in bexee.model.process that return PartnerLinks
 PartnerLinks Process.getPartnerLinks()
          Get the PartnerLinks of this process.
 

Methods in bexee.model.process with parameters of type PartnerLinks
 void Process.setPartnerLinks(PartnerLinks partnerLinks)
          Set the PartnerLinks of this process.
 

Uses of PartnerLinks in bexee.model.process.impl
 

Methods in bexee.model.process.impl that return PartnerLinks
 PartnerLinks ProcessImpl.getPartnerLinks()
           
 

Methods in bexee.model.process.impl with parameters of type PartnerLinks
 void ProcessImpl.setPartnerLinks(PartnerLinks partnerLinks)
           
 



Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.