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 voidListTimersCommand. 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 classRuleFlowProcessInstance -
Uses of NodeInstanceContainer in org.jbpm.workflow.instance.context
Methods in org.jbpm.workflow.instance.context that return NodeInstanceContainer Modifier and Type Method Description NodeInstanceContainerWorkflowContextInstance. getNodeInstanceContainer()Methods in org.jbpm.workflow.instance.context with parameters of type NodeInstanceContainer Modifier and Type Method Description voidWorkflowContextInstance. 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 classWorkflowProcessInstanceImplDefault 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 classCompositeContextNodeInstanceclassCompositeNodeInstanceRuntime counterpart of a composite node.classDynamicNodeInstanceclassEventSubProcessNodeInstanceclassForEachNodeInstanceRuntime counterpart of a for each node.classStateNodeInstance
-