Uses of Interface
org.jbpm.workflow.instance.NodeInstance
Packages that use NodeInstance
Package
Description
-
Uses of NodeInstance in org.jbpm.process.instance
Methods in org.jbpm.process.instance with parameters of type NodeInstanceModifier and TypeMethodDescriptionvoidProcessInstance.setErrorState(NodeInstance nodeInstanceInError, Exception e) -
Uses of NodeInstance in org.jbpm.process.instance.context.exception
Method parameters in org.jbpm.process.instance.context.exception with type arguments of type NodeInstanceModifier and TypeMethodDescriptionvoidCompensationScopeInstance.addCompensationInstances(Collection<NodeInstance> generatedInstances) -
Uses of NodeInstance in org.jbpm.process.instance.impl
Methods in org.jbpm.process.instance.impl with parameters of type NodeInstanceModifier and TypeMethodDescriptionbooleanConstraintEvaluator.evaluate(NodeInstance instance, org.kie.api.definition.process.Connection connection, Constraint constraint) booleanReturnValueConstraintEvaluator.evaluate(NodeInstance instance, org.kie.api.definition.process.Connection connection, Constraint constraint) booleanRuleConstraintEvaluator.evaluate(NodeInstance instance, org.kie.api.definition.process.Connection connection, Constraint constraint) -
Uses of NodeInstance in org.jbpm.process.instance.impl.humantask
Methods in org.jbpm.process.instance.impl.humantask with parameters of type NodeInstanceModifier and TypeMethodDescriptionstatic InternalHumanTaskWorkItemHumanTaskHelper.decorate(NodeInstance nodeInstance, InternalHumanTaskWorkItem delegate) Constructors in org.jbpm.process.instance.impl.humantask with parameters of type NodeInstanceModifierConstructorDescriptionHumanTaskWorkItemDecoratorImpl(NodeInstance nodeInstance, InternalHumanTaskWorkItem delegate) -
Uses of NodeInstance in org.jbpm.workflow.core.impl
Constructors in org.jbpm.workflow.core.impl with parameters of type NodeInstance -
Uses of NodeInstance in org.jbpm.workflow.core.node
Classes in org.jbpm.workflow.core.node that implement NodeInstanceModifier and TypeClassDescriptionclassRuntime counterpart of an event node. -
Uses of NodeInstance in org.jbpm.workflow.instance
Methods in org.jbpm.workflow.instance that return NodeInstanceModifier and TypeMethodDescriptiondefault NodeInstanceNodeInstanceContainer.getByNodeDefinitionId(String nodeDefinitionId, org.kie.api.definition.process.NodeContainer nodeContainer) NodeInstanceContainer.getFirstNodeInstance(org.kie.api.definition.process.WorkflowElementIdentifier nodeId) default NodeInstanceNodeInstanceContainer.getNodeByPredicate(org.kie.api.definition.process.NodeContainer nodeContainer, Predicate<KogitoNode> nodeTest) NodeInstanceContainer.getNodeInstance(String nodeInstanceId, boolean recursive) NodeInstanceContainer.getNodeInstance(org.kie.api.definition.process.Node node) Methods in org.jbpm.workflow.instance that return types with arguments of type NodeInstanceMethods in org.jbpm.workflow.instance with parameters of type NodeInstanceModifier and TypeMethodDescriptionvoidNodeInstanceContainer.addNodeInstance(NodeInstance nodeInstance) voidNodeInstanceContainer.nodeInstanceCompleted(NodeInstance nodeInstance, String outType) voidNodeInstanceContainer.removeNodeInstance(NodeInstance nodeInstance) -
Uses of NodeInstance in org.jbpm.workflow.instance.impl
Classes in org.jbpm.workflow.instance.impl that implement NodeInstanceModifier and TypeClassDescriptionclassclassDefault implementation of a RuleFlow node instance.Methods in org.jbpm.workflow.instance.impl that return NodeInstanceModifier and TypeMethodDescriptionprotected NodeInstanceNodeInstanceImpl.followConnection(org.kie.api.definition.process.Connection connection) WorkflowProcessInstanceImpl.getFirstNodeInstance(org.kie.api.definition.process.WorkflowElementIdentifier nodeId) NodeInstanceImpl.NodeInstanceTrigger.getNodeInstance()WorkflowProcessInstanceImpl.getNodeInstance(long nodeInstanceId) WorkflowProcessInstanceImpl.getNodeInstance(String nodeInstanceId, boolean recursive) WorkflowProcessInstanceImpl.getNodeInstance(org.kie.api.definition.process.Node node) Methods in org.jbpm.workflow.instance.impl that return types with arguments of type NodeInstanceModifier and TypeMethodDescriptionWorkflowProcessInstanceImpl.getNodeInstances(boolean recursive) WorkflowProcessInstanceImpl.getNodeInstances(org.kie.api.definition.process.WorkflowElementIdentifier nodeId) WorkflowProcessInstanceImpl.getNodeInstances(org.kie.api.definition.process.WorkflowElementIdentifier nodeId, List<NodeInstance> currentView) Methods in org.jbpm.workflow.instance.impl with parameters of type NodeInstanceModifier and TypeMethodDescriptionvoidWorkflowProcessInstanceImpl.addNodeInstance(NodeInstance nodeInstance) voidWorkflowProcessInstanceImpl.nodeInstanceCompleted(NodeInstance nodeInstance, String outType) voidWorkflowProcessInstanceImpl.removeNodeInstance(NodeInstance nodeInstance) voidWorkflowProcessInstanceImpl.setErrorState(NodeInstance nodeInstanceInError, Exception e) protected voidNodeInstanceImpl.triggerNodeInstance(NodeInstance nodeInstance, String type) protected voidNodeInstanceImpl.triggerNodeInstance(NodeInstance nodeInstance, String type, boolean fireEvents) Method parameters in org.jbpm.workflow.instance.impl with type arguments of type NodeInstanceModifier and TypeMethodDescriptionWorkflowProcessInstanceImpl.getNodeInstances(org.kie.api.definition.process.WorkflowElementIdentifier nodeId, List<NodeInstance> currentView) Constructors in org.jbpm.workflow.instance.impl with parameters of type NodeInstanceModifierConstructorDescriptionNodeInstanceResolverFactory(NodeInstance nodeInstance) NodeInstanceTrigger(NodeInstance nodeInstance, String toType) -
Uses of NodeInstance in org.jbpm.workflow.instance.node
Classes in org.jbpm.workflow.instance.node that implement NodeInstanceModifier and TypeClassDescriptionclassRuntime counterpart of an action node.classclassclassclassRuntime counterpart of a composite node.classstatic classclassclassRuntime counterpart of an end node.classRuntime counterpart of an event node.classclassRuntime counterpart of a fault node.classRuntime counterpart of a for each node.classclassclassclassRuntime counterpart of a join node.classRuntime counterpart of a SubFlow node.classRuntime counterpart of a milestone node.classRuntime counterpart of a ruleset node.classRuntime counterpart of a split node.classRuntime counterpart of a start node.classclassclassRuntime counterpart of a SubFlow node.classclassclassRuntime counterpart of a work item node.Methods in org.jbpm.workflow.instance.node that return NodeInstanceModifier and TypeMethodDescriptionCompositeNodeInstance.getFirstNodeInstance(org.kie.api.definition.process.WorkflowElementIdentifier nodeId) CompositeNodeInstance.getNodeInstance(String nodeInstanceId) CompositeNodeInstance.getNodeInstance(String nodeInstanceId, boolean recursive) CompositeNodeInstance.getNodeInstance(org.kie.api.definition.process.Node node) ForEachNodeInstance.getNodeInstance(org.kie.api.definition.process.Node currentNode) Methods in org.jbpm.workflow.instance.node that return types with arguments of type NodeInstanceModifier and TypeMethodDescriptionCompositeNodeInstance.getNodeInstances(boolean recursive) CompositeNodeInstance.getNodeInstances(org.kie.api.definition.process.WorkflowElementIdentifier nodeId) CompositeNodeInstance.getNodeInstances(org.kie.api.definition.process.WorkflowElementIdentifier nodeId, List<NodeInstance> currentView) Methods in org.jbpm.workflow.instance.node with parameters of type NodeInstanceModifier and TypeMethodDescriptionvoidCompositeNodeInstance.addNodeInstance(NodeInstance nodeInstance) voidCompositeNodeInstance.nodeInstanceCompleted(NodeInstance nodeInstance, String outType) voidDynamicNodeInstance.nodeInstanceCompleted(NodeInstance nodeInstance, String outType) voidEventSubProcessNodeInstance.nodeInstanceCompleted(NodeInstance nodeInstance, String outType) voidCompositeNodeInstance.removeNodeInstance(NodeInstance nodeInstance) Method parameters in org.jbpm.workflow.instance.node with type arguments of type NodeInstanceModifier and TypeMethodDescriptionCompositeNodeInstance.getNodeInstances(org.kie.api.definition.process.WorkflowElementIdentifier nodeId, List<NodeInstance> currentView)