|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CorrelationPattern | |
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. |
bexee.model.xmltobpel | This package contains BPEL process element and activity factories used by the Digester. |
Uses of CorrelationPattern in bexee.core |
Methods in bexee.core with parameters of type CorrelationPattern | |
void |
ProcessControllerImpl.process(CorrelationPattern correlationPattern,
ProcessInstance instance)
|
void |
ProcessController.process(CorrelationPattern correlationPattern,
ProcessInstance instance)
Execute a CorrelationPattern BPEL element. |
Uses of CorrelationPattern in bexee.model |
Methods in bexee.model with parameters of type CorrelationPattern | |
void |
BPELElementVisitor.visit(CorrelationPattern correlationPattern)
Visit a CorrelationPattern BPELElement . |
void |
AbstractBPELElementVisitor.visit(CorrelationPattern correlationPattern)
Empty method body for CorrelationPattern |
Uses of CorrelationPattern in bexee.model.elements |
Methods in bexee.model.elements that return CorrelationPattern | |
CorrelationPattern |
Correlation.getPattern()
|
Methods in bexee.model.elements with parameters of type CorrelationPattern | |
void |
Correlation.setPattern(CorrelationPattern pattern)
|
Uses of CorrelationPattern in bexee.model.elements.impl |
Classes in bexee.model.elements.impl that implement CorrelationPattern | |
class |
CorrelationPatternImpl
Default implementation of the CorrelationPattern BPEL element. |
Methods in bexee.model.elements.impl that return CorrelationPattern | |
CorrelationPattern |
CorrelationImpl.getPattern()
|
Methods in bexee.model.elements.impl with parameters of type CorrelationPattern | |
void |
CorrelationImpl.setPattern(CorrelationPattern pattern)
|
Uses of CorrelationPattern in bexee.model.xmltobpel |
Methods in bexee.model.xmltobpel that return CorrelationPattern | |
CorrelationPattern |
BPELElementFactory.createCorrelationPattern(java.lang.String patternString)
Create a CorrelationPattern with a patternString. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |