|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Assign | |
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. |
bexee.model.xmltobpel | This package contains BPEL process element and activity factories used by the Digester. |
Uses of Assign in bexee.core |
Methods in bexee.core with parameters of type Assign | |
void |
ProcessControllerImpl.process(Assign assign,
ProcessInstance instance)
|
void |
ProcessController.process(Assign assign,
ProcessInstance instance)
This is the process method for an Activity and is kept here as long as there exist unimplemented activities. |
Uses of Assign in bexee.model |
Methods in bexee.model with parameters of type Assign | |
void |
BPELElementVisitor.visit(Assign sssign)
Visit an Assign BPELElement . |
void |
AbstractBPELElementVisitor.visit(Assign sssign)
Empty method body for Assign |
Uses of Assign in bexee.model.activity.impl |
Classes in bexee.model.activity.impl that implement Assign | |
class |
AssignImpl
This is a default implementation of the Assign activity. |
Uses of Assign in bexee.model.xmltobpel |
Methods in bexee.model.xmltobpel that return Assign | |
Assign |
BPELElementFactory.createAssign(StandardAttributes standardAttributes)
Describe createAssign method here. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |