|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Empty | |
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. |
Uses of Empty in bexee.core |
Methods in bexee.core with parameters of type Empty | |
void |
ProcessControllerImpl.process(Empty empty,
ProcessInstance instance)
|
void |
ProcessController.process(Empty empty,
ProcessInstance instance)
Execute an Empty activity. |
Uses of Empty in bexee.model |
Methods in bexee.model with parameters of type Empty | |
void |
BPELElementVisitor.visit(Empty empty)
Visit an Empty BPELElement . |
void |
AbstractBPELElementVisitor.visit(Empty empty)
Empty method body for Empty |
Uses of Empty in bexee.model.activity.impl |
Classes in bexee.model.activity.impl that implement Empty | |
class |
EmptyImpl
Default implementation of the Empty activity. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |