Uses of Interface
bexee.model.elements.Copy

Packages that use Copy
bexee.core Core classes and interfaces of the bexee engine. 
bexee.model Java representation of the BPEL language. 
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. 
 

Uses of Copy in bexee.core
 

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

Uses of Copy in bexee.model
 

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

Uses of Copy in bexee.model.activity
 

Methods in bexee.model.activity that return Copy
 Copy Assign.getCopy()
          Get the copy element of this assign.
 

Methods in bexee.model.activity with parameters of type Copy
 void Assign.setCopy(Copy copy)
          Set the copy element of this assign.
 

Uses of Copy in bexee.model.activity.impl
 

Methods in bexee.model.activity.impl that return Copy
 Copy AssignImpl.getCopy()
           
 

Methods in bexee.model.activity.impl with parameters of type Copy
 void AssignImpl.setCopy(Copy copy)
           
 

Uses of Copy in bexee.model.elements.impl
 

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



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