|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessContext | |
bexee.core | Core classes and interfaces of the bexee engine. |
bexee.dao | Persistence package; a "Data Access Object" pattern implementation for bexee. |
Uses of ProcessContext in bexee.core |
Methods in bexee.core that return ProcessContext | |
ProcessContext |
ProcessInstance.getContext()
Get the ProcessContext associated with this ProcessInstance. |
protected ProcessContext |
Dispatcher.getProcessContext(BexeeMessage message)
Gets the ProcessContext belonging to the incoming message. |
Constructors in bexee.core with parameters of type ProcessContext | |
ProcessInstance(BPELProcess process,
ProcessContext context)
Create a new ProcessInstance instance with a BPELProcess and a ProcessContext. |
Uses of ProcessContext in bexee.dao |
Methods in bexee.dao that return ProcessContext | |
ProcessContext |
ProcessContextDAO.find(java.lang.String key)
Finds a ProcessContext given its key. |
ProcessContext |
MemoryProcessContextDAO.find(java.lang.String id)
|
ProcessContext |
JDOProcessContextDAO.find(java.lang.String key)
|
Methods in bexee.dao with parameters of type ProcessContext | |
java.lang.String |
ProcessContextDAO.insert(ProcessContext ctx)
Inserts a new ProcessContext . |
void |
ProcessContextDAO.update(ProcessContext ctx)
Updates an existing ProcessContext . |
java.lang.String |
MemoryProcessContextDAO.insert(ProcessContext ctx)
|
void |
MemoryProcessContextDAO.update(ProcessContext ctx)
|
java.lang.String |
JDOProcessContextDAO.insert(ProcessContext ctx)
|
void |
JDOProcessContextDAO.update(ProcessContext ctx)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |