Uses of Interface
org.drools.definition.process.NodeContainer

Packages that use NodeContainer
org.drools.definition.process The classes that make up a Process definition. 
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   
 

Uses of NodeContainer in org.drools.definition.process
 

Subinterfaces of NodeContainer in org.drools.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.drools.definition.process that return NodeContainer
 NodeContainer Node.getNodeContainer()
          The NodeContainer this Node lives in.
 

Uses of NodeContainer in org.jbpm.bpmn2.xml
 

Methods in org.jbpm.bpmn2.xml with parameters of type NodeContainer
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 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 CompositeNodeInstance.getNodeContainer()
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.