Uses of Interface
org.jbpm.workflow.instance.NodeInstanceContainer
-
-
Uses of NodeInstanceContainer in org.jbpm.kie.services.impl.admin.commands
Methods in org.jbpm.kie.services.impl.admin.commands with parameters of type NodeInstanceContainer Modifier and Type Method Description protected void
ListTimersCommand. processNodeInstance(TimerManager tm, NodeInstanceContainer container, List<TimerInstance> timers)
-
Uses of NodeInstanceContainer in org.jbpm.ruleflow.instance
Classes in org.jbpm.ruleflow.instance that implement NodeInstanceContainer Modifier and Type Class Description class
RuleFlowProcessInstance
-
Uses of NodeInstanceContainer in org.jbpm.workflow.instance.context
Methods in org.jbpm.workflow.instance.context that return NodeInstanceContainer Modifier and Type Method Description NodeInstanceContainer
WorkflowContextInstance. getNodeInstanceContainer()
Methods in org.jbpm.workflow.instance.context with parameters of type NodeInstanceContainer Modifier and Type Method Description void
WorkflowContextInstance. setNodeInstanceContainer(NodeInstanceContainer nodeInstanceContainer)
-
Uses of NodeInstanceContainer in org.jbpm.workflow.instance.impl
Classes in org.jbpm.workflow.instance.impl that implement NodeInstanceContainer Modifier and Type Class Description class
WorkflowProcessInstanceImpl
Default implementation of a RuleFlow process instance. -
Uses of NodeInstanceContainer in org.jbpm.workflow.instance.node
Classes in org.jbpm.workflow.instance.node that implement NodeInstanceContainer Modifier and Type Class Description class
CompositeContextNodeInstance
class
CompositeNodeInstance
Runtime counterpart of a composite node.class
DynamicNodeInstance
class
EventSubProcessNodeInstance
class
ForEachNodeInstance
Runtime counterpart of a for each node.class
StateNodeInstance
-