|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbexee.model.process.impl.BPELProcessImpl
A default implementation of a BPELProcess.
| Constructor Summary | |
BPELProcessImpl()
|
|
| Method Summary | |
void |
addPartnerWSDL(javax.wsdl.Definition wsdl)
Add a partner's WSDL description. |
void |
addPartnerWSDL(java.util.List wsdl)
Add partner's WSDL descriptions. |
java.util.List |
getCreationReceives()
Get a list of all receive activities which might cause a process instance creation. |
java.lang.String |
getName()
Convencience method to get the name of the underlying process. |
java.util.List |
getPartnerWSDL()
Get a list of Partner's WSDLs. |
Process |
getProcess()
Get the pure BPEL process. |
javax.wsdl.Definition |
getWSDL()
Get the pure BPEL prcess' WSDL. |
boolean |
isSynchronous()
Is this process synchronous. |
void |
setProcess(Process process)
Set the pure BPEL process. |
void |
setSynchronous(boolean synchronous)
Set this BPELProcess' synchronous property. |
void |
setWSDL(javax.wsdl.Definition definition)
Set this BPELProcess' own WSDL description. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BPELProcessImpl()
| Method Detail |
public void setProcess(Process process)
BPELProcess
setProcess in interface BPELProcessprocess - public Process getProcess()
BPELProcess
getProcess in interface BPELProcesspublic java.util.List getCreationReceives()
BPELProcess
getCreationReceives in interface BPELProcesspublic boolean isSynchronous()
BPELProcess
isSynchronous in interface BPELProcesspublic void setWSDL(javax.wsdl.Definition definition)
BPELProcessBPELProcess' own WSDL description.
setWSDL in interface BPELProcessdefinition - public void addPartnerWSDL(javax.wsdl.Definition wsdl)
BPELProcess
addPartnerWSDL in interface BPELProcesswsdl - public void addPartnerWSDL(java.util.List wsdl)
BPELProcess
addPartnerWSDL in interface BPELProcesswsdl - public java.util.List getPartnerWSDL()
BPELProcess
getPartnerWSDL in interface BPELProcesspublic javax.wsdl.Definition getWSDL()
BPELProcess
getWSDL in interface BPELProcesspublic void setSynchronous(boolean synchronous)
BPELProcessBPELProcess' synchronous property.
setSynchronous in interface BPELProcesssynchronous - public java.lang.String getName()
BPELProcessProcess is set, it will return
null.
getName in interface BPELProcessProcess or null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||