Uses of Interface
bexee.model.elements.BpelCase

Packages that use BpelCase
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.impl This package contains default implementations of the interfaces from the bexee.model.elements package. 
bexee.model.xmltobpel This package contains BPEL process element and activity factories used by the Digester
 

Uses of BpelCase in bexee.model.activity
 

Methods in bexee.model.activity with parameters of type BpelCase
 void Switch.addCase(BpelCase bpelCase)
           
 

Uses of BpelCase in bexee.model.activity.impl
 

Methods in bexee.model.activity.impl with parameters of type BpelCase
 void SwitchImpl.addCase(BpelCase bpelCase)
           
 

Uses of BpelCase in bexee.model.elements.impl
 

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

Uses of BpelCase in bexee.model.xmltobpel
 

Methods in bexee.model.xmltobpel that return BpelCase
 BpelCase BPELElementFactory.createBpelCase(java.lang.String condition)
          Create a new BpelCase for the use within a Switch activity.
 



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