|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BPELProcess | |
bexee.admin | bexee Administration package. |
bexee.core | Core classes and interfaces of the bexee engine. |
bexee.dao | Persistence package; a "Data Access Object" pattern implementation for bexee. |
bexee.model | Java representation of the BPEL language. |
bexee.model.process.impl | This package contains default implementations for the bexee.model.process package. |
bexee.model.xmltobpel | This package contains BPEL process element and activity factories used by the Digester. |
Uses of BPELProcess in bexee.admin |
Methods in bexee.admin that return BPELProcess | |
protected BPELProcess |
Manager.createBPELProcess(java.lang.String bpel)
Create a new BPELProcess given a bpel xml document. |
Uses of BPELProcess in bexee.core |
Methods in bexee.core that return BPELProcess | |
BPELProcess |
ProcessInstance.getProcess()
Get the BPELProcess associated with this ProcessInstance. |
protected BPELProcess |
Dispatcher.getBPELProcess(BexeeMessage message)
Gets the BPELProcess belonging to the incoming message. |
Constructors in bexee.core with parameters of type BPELProcess | |
ProcessInstance(BPELProcess process,
ProcessContext context)
Create a new ProcessInstance instance with a BPELProcess and a ProcessContext. |
Uses of BPELProcess in bexee.dao |
Methods in bexee.dao that return BPELProcess | |
BPELProcess |
MemoryBPELProcessDAO.find(java.lang.String name)
|
BPELProcess |
JDOBPELProcessDAO.find(java.lang.String name)
|
BPELProcess |
BPELProcessDAO.find(java.lang.String name)
Finds a BPELProcess given its name. |
Methods in bexee.dao with parameters of type BPELProcess | |
java.lang.String |
MemoryBPELProcessDAO.insert(BPELProcess process)
|
void |
MemoryBPELProcessDAO.update(BPELProcess process)
|
java.lang.String |
MemoryBPELProcessDAO.replace(BPELProcess process)
|
java.lang.String |
JDOBPELProcessDAO.insert(BPELProcess process)
|
void |
JDOBPELProcessDAO.update(BPELProcess process)
|
java.lang.String |
JDOBPELProcessDAO.replace(BPELProcess process)
|
java.lang.String |
BPELProcessDAO.insert(BPELProcess process)
Inserts a new BPELProcess . |
void |
BPELProcessDAO.update(BPELProcess process)
Updates an existing BPELProcess . |
java.lang.String |
BPELProcessDAO.replace(BPELProcess process)
Replaces an existing BPELProcess .
|
Uses of BPELProcess in bexee.model |
Methods in bexee.model that return BPELProcess | |
BPELProcess |
BPELProcessFactoryImpl.createBPELProcess(java.io.InputStream bpelDocumentStream)
Create a BPELProcess for the BPEL document passed as an
InputStream . |
abstract BPELProcess |
BPELProcessFactory.createBPELProcess(java.io.InputStream bpelDocumentStream)
The concrete factories will have to implement this method. |
Uses of BPELProcess in bexee.model.process.impl |
Classes in bexee.model.process.impl that implement BPELProcess | |
class |
BPELProcessImpl
A default implementation of a BPELProcess . |
Uses of BPELProcess in bexee.model.xmltobpel |
Methods in bexee.model.xmltobpel with parameters of type BPELProcess | |
static BPELElementFactory |
BPELElementFactory.getInstance(BPELProcess process)
Create a new factory instance or if one already exists for this BPELProcessm, retrieve the existing one. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |