| process.WfMOpenTestCase
All known Subclasses: process.Transition, procdef.Create, process.ProcLifeCycleEngineTriggeredActivityTriggeringSubProcess, procdef.Import, process.ProcLifeCycleEngineTriggeredParentProcessTriggeringActivity, tools.WSIF, process.ProcLifeCycle, procdef.ClusteredProcData, process.DeferredChoice, process.ProcLifeCycleEngineTriggeredSubProcessTriggeringActivity, process.Deadline, process.ProcLifeCycleFailingToolInvocation, process.ProcLifeCycleEngineTriggeredActivityTriggeringParentProcess, procdef.ProcData, tools.WSIFLocal, tools.XSLT, procdef.ClusteredCreate,
WfMOpenTestCase | public class WfMOpenTestCase extends TestCase (Code) | | Base test case for WfMOpen test cases.
author: Christian Weidauer version: 1.0 |
ABORTED | final protected static String ABORTED(Code) | | Describe constant ABORTED here.
|
COMPLETED | final protected static String COMPLETED(Code) | | Describe constant COMPLETED here.
|
NOT_STARTED | final protected static String NOT_STARTED(Code) | | Describe constant NOT_STARTED here.
|
RUNNING | final protected static String RUNNING(Code) | | Describe constant RUNNING here.
|
SUSPENDED | final protected static String SUSPENDED(Code) | | Describe constant SUSPENDED here.
|
TERMINATED | final protected static String TERMINATED(Code) | | Describe constant TERMINATED here.
|
setStateDirectly | protected boolean setStateDirectly(Code) | | setStateDirectly defines how a state transition is caused.
|
xpdlFile | protected String xpdlFile(Code) | | Describe variable xpdlFile here.
|
WfMOpenTestCase | public WfMOpenTestCase(String name)(Code) | | Constructor of this TestCase
Parameters: name - a String value |
createProcess | protected SmartWfProcess createProcess(String pkgId, String prcId) throws Exception(Code) | | Describe createProcess method here.
Parameters: pkgId - a String value Parameters: prcId - a String value Parameters: req - a WfRequester value a SmartWfProcess value exception: Exception - if an error occurs |
createProcess | protected SmartWfProcess createProcess() throws Exception(Code) | | Creates a smart process using its process manager and default
requester.
a SmartWfProcess value exception: Exception - if an error occurs |
importProcessDefinitions | public void importProcessDefinitions() throws Exception(Code) | | Import the process definitions from a XPDL file
using the ProcessDefinitionDirectory bean.
exception: Exception - if an error occurs |
prepareCreateProcess | protected void prepareCreateProcess(String pkgId, String prcId)(Code) | | Prepares the creation of a process.
Parameters: pkgId - a String value Parameters: prcId - a String value exception: Exception - if an error occurs |
removeProcess | protected void removeProcess(SmartWfProcess process) throws Exception(Code) | | Describe removeProcess method here.
Parameters: process - a SmartWfProcess value exception: Exception - if an error occurs |
removeProcessDefinition | public void removeProcessDefinition(String packageId, String processId) throws Exception(Code) | | remove the process definition
using the ProcessDefinitionDirectory bean.
Parameters: packageId - Id attribute of the process package. Parameters: processId - Id attribute of the process. exception: Exception - if an error occurs |
setSetStateDirectly | protected void setSetStateDirectly(boolean setStateDirectly)(Code) | | Describe setSetStateDirectly method here.
Parameters: setStateDirectly - a boolean value |
|
|