|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
void |
abortProcess(Object processId)
Abort (end abnormally) a running process. |
Object |
advanceProcess(Object processId,
Object transition,
Map processVariables)
Advance an already-running process. |
Object |
getId(Object process)
|
Object |
getState(Object process)
|
boolean |
hasEnded(Object process)
|
boolean |
isProcess(Object obj)
|
Object |
lookupProcess(Object processId)
Looks up an already-running process. |
void |
setMessageService(MessageService msgService)
Set a callback to generate messages within Mule. |
Object |
startProcess(Object processType,
Map processVariables)
Start a new process. |
Object |
updateProcess(Object processId,
Map processVariables)
Update the variables/parameters for an already-running process. |
| Method Detail |
public void setMessageService(MessageService msgService)
msgService - An interface within Mule which the BPMS may call to generate
Mule messages.
public Object startProcess(Object processType,
Map processVariables)
throws Exception
processType - - the type of process to startprocessVariables - - optional process variables/parameters to set
Exception
public Object advanceProcess(Object processId,
Object transition,
Map processVariables)
throws Exception
processId - - an ID which identifies the running processtransition - - optionally specify which transition to take from the
current stateprocessVariables - - optional process variables/parameters to set
Exception
public Object updateProcess(Object processId,
Map processVariables)
throws Exception
processId - - an ID which identifies the running processprocessVariables - - process variables/parameters to set
Exception
public void abortProcess(Object processId)
throws Exception
processId - - an ID which identifies the running process
Exception
public Object lookupProcess(Object processId)
throws Exception
Exception
public Object getId(Object process)
throws Exception
Exception
public Object getState(Object process)
throws Exception
Exception
public boolean hasEnded(Object process)
throws Exception
Exception
public boolean isProcess(Object obj)
throws Exception
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||