wt.clients.workflow.initiate
Class InitiateHelper

java.lang.Object
  extended bywt.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

Field Summary
private static ResourceBundle resource
           
private static String RESOURCE
           
 
Constructor Summary
(package private) InitiateHelper()
           
 
Method Summary
static WfProcess createProcess(WfProcessTemplate processTemplate, ProjectReference projectReference, WTContainerRef context_ref)
           
static WfProcess createProcess(WfProcessTemplate processTemplate, TeamTemplateReference tTR, WTContainerRef context_ref)
           
static WfProcessTemplate getProcessTemplate(String templateOID)
           
protected  ResourceBundle getResource()
           
protected  void initResources()
           
static void startProcess(WfProcess myProcess, ProcessData myContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resource

private static ResourceBundle resource

RESOURCE

private static String RESOURCE
Constructor Detail

InitiateHelper

InitiateHelper()
Method Detail

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