Method Summary |
|
public void | activityFindByProcess() Returns a list of all activities assigned to a given process
from the ActivityBean. |
public void | checkFormalParams() Create a new process for the given type. |
public void | createAndStartProcess1() Create a new process for the given type and start it. |
public void | createAndStartProcess2() Create a new process for the given type and start it. |
public void | createAndStartProcess3() Create a new process for the given type and start it. |
public void | createProcess1AndRemoveProcessDef() Create a new process and then remove its process definition. |
public void | createProcess2() Create a new process for the given type. |
public void | createProcess3() Create a new process for the given type. |
public void | importProcessDefinitions() Import the process definitions from a XPDL file
unsing the ProcessDefinitionDirectory bean. |
public static void | importProcessDefinitions(String filename) |
public void | removeProcess3() Remove a given process from the database. |
public static Test | suite() Stellt diese TestSuite zusammen. |