Package org.jbpm.test.persistence.util
Class ProcessCreatorForHelp
- java.lang.Object
-
- org.jbpm.test.persistence.util.ProcessCreatorForHelp
-
public class ProcessCreatorForHelp extends Object
-
-
Constructor Summary
Constructors Constructor Description ProcessCreatorForHelp()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jbpm.ruleflow.core.RuleFlowProcessnewProcessWithOneSubProcess(String processId, String subProcessId)static org.jbpm.ruleflow.core.RuleFlowProcessnewProcessWithOneWork(String processId, String workName)static org.jbpm.ruleflow.core.RuleFlowProcessnewShortestProcess(String processId)static org.jbpm.ruleflow.core.RuleFlowProcessnewSimpleEventProcess(String processId, String eventType)
-
-
-
Method Detail
-
newSimpleEventProcess
public static org.jbpm.ruleflow.core.RuleFlowProcess newSimpleEventProcess(String processId, String eventType)
-
newProcessWithOneWork
public static org.jbpm.ruleflow.core.RuleFlowProcess newProcessWithOneWork(String processId, String workName)
-
newProcessWithOneSubProcess
public static org.jbpm.ruleflow.core.RuleFlowProcess newProcessWithOneSubProcess(String processId, String subProcessId)
-
newShortestProcess
public static org.jbpm.ruleflow.core.RuleFlowProcess newShortestProcess(String processId)
-
-