public class RuleFlowProcess extends WorkflowProcessImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
RULEFLOW_TYPE |
CASE_TYPE, PROCESS_TYPE| Constructor and Description |
|---|
RuleFlowProcess() |
| Modifier and Type | Method and Description |
|---|---|
protected org.kie.api.definition.process.NodeContainer |
createNodeContainer() |
List<org.kie.api.definition.process.Node> |
getAutoStartNodes() |
CompensationScope |
getCompensationScope() |
ExceptionScope |
getExceptionScope() |
StartNode |
getStart(String trigger) |
List<org.kie.api.definition.process.Node> |
getStartNodes() |
static List<org.kie.api.definition.process.Node> |
getStartNodes(org.kie.api.definition.process.Node[] nodes) |
SwimlaneContext |
getSwimlaneContext() |
List<StartNode> |
getTimerStart() |
VariableScope |
getVariableScope() |
addNode, getNode, getNodes, getProcessType, internalGetNode, isAutoComplete, isDynamic, removeNode, setAutoComplete, setDynamicaddContext, equals, getContext, getContexts, getDefaultContext, getFunctionImports, getGlobalNames, getGlobals, getId, getImports, getKnowledgeType, getMetaData, getMetaData, getName, getNamespace, getPackageName, getResource, getRuntimeMetaData, getType, getVersion, hashCode, resolveContext, setDefaultContext, setFunctionImports, setGlobals, setId, setImports, setMetaData, setName, setPackageName, setResource, setRuntimeMetaData, setType, setVersionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetFunctionImports, getGlobalNames, getGlobals, getImports, setFunctionImports, setGlobals, setImportssetId, setMetaData, setName, setPackageName, setType, setVersiongetId, getMetaData, getName, getPackageName, getResource, getType, getVersion, setResourcegetKnowledgeType, getNamespaceaddContext, getContext, getContexts, getDefaultContext, setDefaultContextresolveContextpublic static final String RULEFLOW_TYPE
public VariableScope getVariableScope()
public SwimlaneContext getSwimlaneContext()
public ExceptionScope getExceptionScope()
public CompensationScope getCompensationScope()
protected org.kie.api.definition.process.NodeContainer createNodeContainer()
createNodeContainer in class WorkflowProcessImplpublic List<org.kie.api.definition.process.Node> getStartNodes()
public static List<org.kie.api.definition.process.Node> getStartNodes(org.kie.api.definition.process.Node[] nodes)
public List<org.kie.api.definition.process.Node> getAutoStartNodes()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.