Uses of Interface
bexee.model.elements.Links

Packages that use Links
bexee.model.activity This package contains all interfaces representing BPEL activities as specified in the bpel4ws.xsd XML Schema.  
bexee.model.activity.impl This package contains default implementations of the interfaces from the bexee.model.activity package. 
bexee.model.elements This package contains all interfaces representing BPEL elements as specified in the bpel4ws.xsd XML Schema.  
 

Uses of Links in bexee.model.activity
 

Methods in bexee.model.activity that return Links
 Links Flow.getLinks()
          Get a list of Links owned by this flow activity.
 

Methods in bexee.model.activity with parameters of type Links
 void Flow.setLinks(Links links)
          Set the Links of this Flow.
 

Uses of Links in bexee.model.activity.impl
 

Methods in bexee.model.activity.impl that return Links
 Links FlowImpl.getLinks()
           
 

Methods in bexee.model.activity.impl with parameters of type Links
 void FlowImpl.setLinks(Links links)
           
 

Uses of Links in bexee.model.elements
 

Methods in bexee.model.elements that return Links
 Links Links.getLinks()
           
 



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