|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scope | |
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. |
Uses of Scope in bexee.model |
Methods in bexee.model with parameters of type Scope | |
void |
BPELElementVisitor.visit(Scope scope)
Visit a Scope BPELElement . |
void |
AtomicActivityVisitor.visit(Scope scope)
Traverse the only activity of a Scope . |
void |
AbstractBPELElementVisitor.visit(Scope scope)
Empty method body for Scope |
Uses of Scope in bexee.model.activity |
Methods in bexee.model.activity that return Scope | |
Scope |
Compensate.getScope()
Get the root scope of this Compensate. |
Methods in bexee.model.activity with parameters of type Scope | |
void |
Compensate.setScope(Scope scope)
Set the root scope of this Compensate. |
Uses of Scope in bexee.model.activity.impl |
Classes in bexee.model.activity.impl that implement Scope | |
class |
ScopeImpl
Default implementation of the Scope activity. |
Methods in bexee.model.activity.impl that return Scope | |
Scope |
CompensateImpl.getScope()
|
Methods in bexee.model.activity.impl with parameters of type Scope | |
void |
CompensateImpl.setScope(Scope scope)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |