Uses of Interface
bexee.model.process.Process

Packages that use Process
bexee.core Core classes and interfaces of the bexee engine. 
bexee.model Java representation of the BPEL language. 
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. 
bexee.model.xmltobpel This package contains BPEL process element and activity factories used by the Digester
 

Uses of Process in bexee.core
 

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

Uses of Process in bexee.model
 

Methods in bexee.model with parameters of type Process
 void BPELElementVisitor.visit(Process process)
          Visit a Process BPELElement.
 void AtomicActivityVisitor.visit(Process process)
          Visit the process, i.e. ask the root Activity to accept this Visitor.
 void AbstractBPELElementVisitor.visit(Process process)
          Empty method body for a Process
 

Uses of Process in bexee.model.process
 

Methods in bexee.model.process that return Process
 Process BPELProcess.getProcess()
          Get the pure BPEL process.
 

Methods in bexee.model.process with parameters of type Process
 void BPELProcess.setProcess(Process process)
          Set the pure BPEL process.
 

Uses of Process in bexee.model.process.impl
 

Classes in bexee.model.process.impl that implement Process
 class ProcessImpl
          A default implementation of a Process.
 

Methods in bexee.model.process.impl that return Process
 Process BPELProcessImpl.getProcess()
           
 

Methods in bexee.model.process.impl with parameters of type Process
 void BPELProcessImpl.setProcess(Process process)
           
 

Uses of Process in bexee.model.xmltobpel
 

Methods in bexee.model.xmltobpel that return Process
 Process BPELElementFactory.createProcess(java.lang.String name, java.lang.String targetNamespace, java.lang.String queryLanguage, java.lang.String expressionLanguage, java.lang.String suppressJoinFailure, java.lang.String enableInstanceCompensation, java.lang.String abstractProcess, java.lang.String xmlns, java.util.Map nameSpaces)
          Create a Process instance with all possible attributes.
 



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