org.jbpm.ruleflow.core
Class RuleFlowProcess
java.lang.Object
org.jbpm.process.core.impl.ProcessImpl
org.jbpm.workflow.core.impl.WorkflowProcessImpl
org.jbpm.ruleflow.core.RuleFlowProcess
- All Implemented Interfaces:
- Serializable, ContextContainer, ContextResolver, KieDefinition, NodeContainer, Process, WorkflowProcess
public class RuleFlowProcess
- extends WorkflowProcessImpl
- See Also:
- Serialized Form
Methods inherited from class org.jbpm.process.core.impl.ProcessImpl |
addContext, 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, setVersion |
RULEFLOW_TYPE
public static final String RULEFLOW_TYPE
- See Also:
- Constant Field Values
RuleFlowProcess
public RuleFlowProcess()
getVariableScope
public VariableScope getVariableScope()
getSwimlaneContext
public SwimlaneContext getSwimlaneContext()
getExceptionScope
public ExceptionScope getExceptionScope()
getCompensationScope
public CompensationScope getCompensationScope()
createNodeContainer
protected NodeContainer createNodeContainer()
- Overrides:
createNodeContainer
in class WorkflowProcessImpl
getStartNodes
public List<Node> getStartNodes()
getStartNodes
public static List<Node> getStartNodes(Node[] nodes)
getStart
public StartNode getStart(String trigger)
getTimerStart
public List<StartNode> getTimerStart()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.