wt.clients.workflow.initiate
Class InitiateHelper
java.lang.Object
wt.clients.workflow.initiate.InitiateHelper
- class InitiateHelper
- extends Object
Initiate
contains static methods for interacting
with the server. It encapsulates some of the persistence and
navigation operations for initiating a workflow.
- See Also:
wt.wf
package
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resource
private static ResourceBundle resource
RESOURCE
private static String RESOURCE
InitiateHelper
InitiateHelper()
initResources
protected void initResources()
getResource
protected ResourceBundle getResource()
getProcessTemplate
public static WfProcessTemplate getProcessTemplate(String templateOID)
throws Exception
- Throws:
Exception
createProcess
public static WfProcess createProcess(WfProcessTemplate processTemplate,
ProjectReference projectReference,
WTContainerRef context_ref)
throws Exception
- Throws:
Exception
createProcess
public static WfProcess createProcess(WfProcessTemplate processTemplate,
TeamTemplateReference tTR,
WTContainerRef context_ref)
throws Exception
- Throws:
Exception
startProcess
public static void startProcess(WfProcess myProcess,
ProcessData myContext)
throws Exception
- Throws:
Exception