|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.services.actions.processtemplates.StartProcess
public class StartProcess
Start an instance of the specified Process Template.
The module name, process name, version and start operation can be retrieved by calling QueryProcessTemplates.
StartProcessResult| Constructor Summary | |
|---|---|
StartProcess(java.lang.String moduleName,
java.lang.String processToStart,
java.lang.String version,
java.lang.String starterOperation)
Constructs a new StartProcess Action |
|
| Method Summary | |
|---|---|
java.lang.String |
getModuleName()
Module name of the Process Template. |
java.lang.String |
getProcessToStart()
Name of the Process Template. |
java.lang.String |
getStarterOperation()
The Starter Operation - this can be retrieved by calling QueryProcessTemplates. |
java.lang.String |
getVersion()
Version of the Process Template to start. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartProcess(java.lang.String moduleName,
java.lang.String processToStart,
java.lang.String version,
java.lang.String starterOperation)
moduleName - Module name of the Process Template.processToStart - Name of the Process Template.version - Version of the Process Template to start.starterOperation - The Starter Operation - this can be retrieved by calling QueryProcessTemplates.| Method Detail |
|---|
public java.lang.String getModuleName()
public java.lang.String getProcessToStart()
public java.lang.String getVersion()
public java.lang.String getStarterOperation()
QueryProcessTemplates.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||