|
jBPM :: Distribution 6.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeContainer | |
---|---|
org.jbpm.bpmn2.xml | |
org.jbpm.ruleflow.core | |
org.jbpm.workflow.core | |
org.jbpm.workflow.core.impl | |
org.jbpm.workflow.core.node | |
org.jbpm.workflow.instance | |
org.jbpm.workflow.instance.impl | |
org.jbpm.workflow.instance.node | |
org.kie.api.definition.process | The classes that make up a Process definition. |
Uses of NodeContainer in org.jbpm.bpmn2.xml |
---|
Methods in org.jbpm.bpmn2.xml with parameters of type NodeContainer | |
---|---|
protected static void |
ProcessHandler.addCompensationScope(RuleFlowProcess process,
Node node,
NodeContainer parentContainer,
String compensationHandlerId)
|
static void |
ProcessHandler.linkAssociations(Definitions definitions,
NodeContainer nodeContainer,
List<Association> associations)
|
static void |
ProcessHandler.linkBoundaryEvents(NodeContainer nodeContainer)
|
static void |
ProcessHandler.linkConnections(NodeContainer nodeContainer,
List<SequenceFlow> connections)
|
static void |
ProcessHandler.linkIntermediateLinks(NodeContainer process,
List<IntermediateLink> links)
|
Uses of NodeContainer in org.jbpm.ruleflow.core |
---|
Classes in org.jbpm.ruleflow.core that implement NodeContainer | |
---|---|
class |
RuleFlowProcess
|
Methods in org.jbpm.ruleflow.core that return NodeContainer | |
---|---|
protected NodeContainer |
RuleFlowProcess.createNodeContainer()
|
Uses of NodeContainer in org.jbpm.workflow.core |
---|
Subinterfaces of NodeContainer in org.jbpm.workflow.core | |
---|---|
interface |
NodeContainer
|
Methods in org.jbpm.workflow.core with parameters of type NodeContainer | |
---|---|
void |
Node.setNodeContainer(NodeContainer nodeContainer)
|
Uses of NodeContainer in org.jbpm.workflow.core.impl |
---|
Classes in org.jbpm.workflow.core.impl that implement NodeContainer | |
---|---|
class |
NodeContainerImpl
|
class |
WorkflowProcessImpl
Default implementation of a RuleFlow process. |
Methods in org.jbpm.workflow.core.impl that return NodeContainer | |
---|---|
protected NodeContainer |
WorkflowProcessImpl.createNodeContainer()
|
NodeContainer |
NodeImpl.getNodeContainer()
|
Methods in org.jbpm.workflow.core.impl with parameters of type NodeContainer | |
---|---|
void |
NodeImpl.setNodeContainer(NodeContainer nodeContainer)
|
Uses of NodeContainer in org.jbpm.workflow.core.node |
---|
Classes in org.jbpm.workflow.core.node that implement NodeContainer | |
---|---|
class |
CompositeContextNode
|
class |
CompositeNode
|
class |
DynamicNode
|
class |
EventSubProcessNode
|
class |
ForEachNode
A for each node. |
class |
StateNode
|
Uses of NodeContainer in org.jbpm.workflow.instance |
---|
Methods in org.jbpm.workflow.instance that return NodeContainer | |
---|---|
NodeContainer |
NodeInstanceContainer.getNodeContainer()
|
Uses of NodeContainer in org.jbpm.workflow.instance.impl |
---|
Methods in org.jbpm.workflow.instance.impl that return NodeContainer | |
---|---|
NodeContainer |
WorkflowProcessInstanceImpl.getNodeContainer()
|
Uses of NodeContainer in org.jbpm.workflow.instance.node |
---|
Methods in org.jbpm.workflow.instance.node that return NodeContainer | |
---|---|
NodeContainer |
EventSubProcessNodeInstance.getNodeContainer()
|
NodeContainer |
CompositeNodeInstance.getNodeContainer()
|
Uses of NodeContainer in org.kie.api.definition.process |
---|
Subinterfaces of NodeContainer in org.kie.api.definition.process | |
---|---|
interface |
WorkflowProcess
A WorkflowProcess is a type of Process that uses a flow chart (as a collection of Nodes and Connections) to model the business logic. |
Methods in org.kie.api.definition.process that return NodeContainer | |
---|---|
NodeContainer |
Node.getNodeContainer()
The NodeContainer this Node lives in. |
|
jBPM :: Distribution 6.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |