|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NodeInstanceContainer in org.drools.runtime.process |
---|
Subinterfaces of NodeInstanceContainer in org.drools.runtime.process | |
---|---|
interface |
WorkflowProcessInstance
A workflow process instance represents one specific instance of a workflow process that is currently executing. |
Methods in org.drools.runtime.process that return NodeInstanceContainer | |
---|---|
NodeInstanceContainer |
NodeInstance.getNodeInstanceContainer()
The node instance container that this node instance is part of. |
Uses of NodeInstanceContainer in org.jbpm.marshalling.impl |
---|
Methods in org.jbpm.marshalling.impl with parameters of type NodeInstanceContainer | |
---|---|
NodeInstance |
ProcessInstanceMarshaller.readNodeInstance(org.drools.marshalling.impl.MarshallerReaderContext context,
NodeInstanceContainer nodeInstanceContainer,
WorkflowProcessInstance processInstance)
|
NodeInstance |
AbstractProtobufProcessInstanceMarshaller.readNodeInstance(org.drools.marshalling.impl.MarshallerReaderContext context,
NodeInstanceContainer nodeInstanceContainer,
WorkflowProcessInstance processInstance)
|
NodeInstance |
AbstractProcessInstanceMarshaller.readNodeInstance(org.drools.marshalling.impl.MarshallerReaderContext context,
NodeInstanceContainer nodeInstanceContainer,
WorkflowProcessInstance processInstance)
|
Uses of NodeInstanceContainer in org.jbpm.ruleflow.instance |
---|
Classes in org.jbpm.ruleflow.instance that implement NodeInstanceContainer | |
---|---|
class |
RuleFlowProcessInstance
|
Uses of NodeInstanceContainer in org.jbpm.workflow.instance |
---|
Subinterfaces of NodeInstanceContainer in org.jbpm.workflow.instance | |
---|---|
interface |
NodeInstanceContainer
|
Uses of NodeInstanceContainer in org.jbpm.workflow.instance.impl |
---|
Classes in org.jbpm.workflow.instance.impl that implement NodeInstanceContainer | |
---|---|
class |
WorkflowProcessInstanceImpl
Default implementation of a RuleFlow process instance. |
Methods in org.jbpm.workflow.instance.impl that return NodeInstanceContainer | |
---|---|
NodeInstanceContainer |
NodeInstanceImpl.getNodeInstanceContainer()
|
Methods in org.jbpm.workflow.instance.impl with parameters of type NodeInstanceContainer | |
---|---|
NodeInstance |
NodeInstanceFactory.getNodeInstance(Node node,
WorkflowProcessInstance processInstance,
NodeInstanceContainer nodeInstanceContainer)
|
void |
NodeInstanceImpl.setNodeInstanceContainer(NodeInstanceContainer nodeInstanceContainer)
|
Uses of NodeInstanceContainer in org.jbpm.workflow.instance.impl.factory |
---|
Methods in org.jbpm.workflow.instance.impl.factory with parameters of type NodeInstanceContainer | |
---|---|
NodeInstance |
ReuseNodeFactory.getNodeInstance(Node node,
WorkflowProcessInstance processInstance,
NodeInstanceContainer nodeInstanceContainer)
|
NodeInstance |
CreateNewNodeFactory.getNodeInstance(Node node,
WorkflowProcessInstance processInstance,
NodeInstanceContainer nodeInstanceContainer)
|
Uses of NodeInstanceContainer in org.jbpm.workflow.instance.node |
---|
Classes in org.jbpm.workflow.instance.node that implement NodeInstanceContainer | |
---|---|
class |
CompositeContextNodeInstance
|
class |
CompositeNodeInstance
Runtime counterpart of a composite node. |
class |
DynamicNodeInstance
|
class |
ForEachNodeInstance
Runtime counterpart of a for each node. |
class |
StateNodeInstance
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |