org.jbpm.ruleflow.core.factory
Class SubProcessNodeFactory
java.lang.Object
org.jbpm.ruleflow.core.factory.NodeFactory
org.jbpm.ruleflow.core.factory.SubProcessNodeFactory
public class SubProcessNodeFactory
- extends NodeFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubProcessNodeFactory
public SubProcessNodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory,
NodeContainer nodeContainer,
long id)
createNode
protected Node createNode()
- Specified by:
createNode
in class NodeFactory
getSubProcessNode
protected SubProcessNode getSubProcessNode()
name
public SubProcessNodeFactory name(String name)
processId
public SubProcessNodeFactory processId(String processId)
waitForCompletion
public SubProcessNodeFactory waitForCompletion(boolean waitForCompletion)
inMapping
public SubProcessNodeFactory inMapping(String parameterName,
String variableName)
outMapping
public SubProcessNodeFactory outMapping(String parameterName,
String variableName)
independent
public SubProcessNodeFactory independent(boolean independent)
onEntryAction
public SubProcessNodeFactory onEntryAction(String dialect,
String action)
onExitAction
public SubProcessNodeFactory onExitAction(String dialect,
String action)
timer
public SubProcessNodeFactory timer(String delay,
String period,
String dialect,
String action)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.