|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Correlation | |
bexee.core | Core classes and interfaces of the bexee engine. |
bexee.model | Java representation of the BPEL language. |
bexee.model.elements | This package contains all interfaces representing BPEL elements as specified in the bpel4ws.xsd XML Schema. |
bexee.model.elements.impl | This package contains default implementations
of the interfaces from the bexee.model.elements package. |
Uses of Correlation in bexee.core |
Methods in bexee.core with parameters of type Correlation | |
void |
ProcessControllerImpl.process(Correlation correlation,
ProcessInstance instance)
|
void |
ProcessController.process(Correlation correlation,
ProcessInstance instance)
Execute a Correlation BPEL element. |
Uses of Correlation in bexee.model |
Methods in bexee.model with parameters of type Correlation | |
void |
BPELElementVisitor.visit(Correlation correlation)
Visit a Correlation BPELElement . |
void |
AbstractBPELElementVisitor.visit(Correlation correlation)
Empty method body for Correlation |
Uses of Correlation in bexee.model.elements |
Methods in bexee.model.elements with parameters of type Correlation | |
void |
Correlations.addCorrelation(Correlation correlation)
|
Uses of Correlation in bexee.model.elements.impl |
Classes in bexee.model.elements.impl that implement Correlation | |
class |
CorrelationImpl
Default implementation of the Correlation BPEL element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |