Uses of Interface
bexee.model.activity.Sequence

Packages that use Sequence
bexee.core Core classes and interfaces of the bexee engine. 
bexee.model Java representation of the BPEL language. 
bexee.model.activity.impl This package contains default implementations of the interfaces from the bexee.model.activity package. 
bexee.model.xmltobpel This package contains BPEL process element and activity factories used by the Digester
 

Uses of Sequence in bexee.core
 

Methods in bexee.core with parameters of type Sequence
 void ProcessControllerImpl.process(Sequence sequence, ProcessInstance instance)
           
 void ProcessController.process(Sequence sequence, ProcessInstance instance)
          Execute a Sequence structured activity.
 

Uses of Sequence in bexee.model
 

Methods in bexee.model with parameters of type Sequence
 void BPELElementVisitor.visit(Sequence sequence)
          Visit a Sequence BPELElement.
 void AtomicActivityVisitor.visit(Sequence sequence)
          Traverse all activities within a Sequence activity.
 void AbstractBPELElementVisitor.visit(Sequence sequence)
          Empty method body for Sequence
 

Uses of Sequence in bexee.model.activity.impl
 

Classes in bexee.model.activity.impl that implement Sequence
 class SequenceImpl
          Default implementation of the Sequence activity.
 

Uses of Sequence in bexee.model.xmltobpel
 

Methods in bexee.model.xmltobpel that return Sequence
 Sequence BPELElementFactory.createSequence(StandardAttributes standardAttributes)
          Create a new Sequence BPEL activity.
 



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