public class ProcessCreatorForHelp extends Object
Constructor and Description |
---|
ProcessCreatorForHelp() |
Modifier and Type | Method and Description |
---|---|
static org.jbpm.ruleflow.core.RuleFlowProcess |
newProcessWithOneSubProcess(String processId,
String subProcessId) |
static org.jbpm.ruleflow.core.RuleFlowProcess |
newProcessWithOneWork(String processId,
String workName) |
static org.jbpm.ruleflow.core.RuleFlowProcess |
newShortestProcess(String processId) |
static org.jbpm.ruleflow.core.RuleFlowProcess |
newSimpleEventProcess(String processId,
String eventType) |
public static org.jbpm.ruleflow.core.RuleFlowProcess newSimpleEventProcess(String processId, String eventType)
public static org.jbpm.ruleflow.core.RuleFlowProcess newProcessWithOneWork(String processId, String workName)
public static org.jbpm.ruleflow.core.RuleFlowProcess newProcessWithOneSubProcess(String processId, String subProcessId)
public static org.jbpm.ruleflow.core.RuleFlowProcess newShortestProcess(String processId)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.