Uses of Class
org.jbpm.workflow.instance.impl.NodeInstanceImpl
Packages that use NodeInstanceImpl
Package
Description
-
Uses of NodeInstanceImpl in org.jbpm.workflow.core.impl
Methods in org.jbpm.workflow.core.impl with parameters of type NodeInstanceImplModifier and TypeMethodDescriptionNodeIoHelper.processInputs(NodeInstanceImpl nodeInstanceImpl, Function<String, Object> soureResolver) NodeIoHelper.processInputs(NodeInstanceImpl nodeInstanceImpl, Function<String, Object> sourceResolver, Function<String, Object> targetResolver) NodeIoHelper.processInputs(NodeInstanceImpl nodeInstanceImpl, List<DataAssociation> dataInputAssociation, Function<String, Object> sourceResolver, Function<String, Object> targetResolver) static voidNodeIoHelper.processOutputs(NodeInstanceImpl nodeInstanceImpl, Function<String, Object> sourceResolver, Function<String, Object> targetResolver) static voidNodeIoHelper.processOutputs(NodeInstanceImpl nodeInstanceImpl, List<DataAssociation> dataOutputAssociations, Function<String, Object> sourceResolver, Function<String, Object> targetResolver) Constructors in org.jbpm.workflow.core.impl with parameters of type NodeInstanceImpl -
Uses of NodeInstanceImpl in org.jbpm.workflow.core.node
Subclasses of NodeInstanceImpl in org.jbpm.workflow.core.nodeModifier and TypeClassDescriptionclassRuntime counterpart of an event node. -
Uses of NodeInstanceImpl in org.jbpm.workflow.instance.impl
Subclasses of NodeInstanceImpl in org.jbpm.workflow.instance.impl -
Uses of NodeInstanceImpl in org.jbpm.workflow.instance.impl.factory
Methods in org.jbpm.workflow.instance.impl.factory with parameters of type NodeInstanceImplModifier and TypeMethodDescriptionprotected org.kie.api.runtime.process.NodeInstanceAbstractNodeInstanceFactory.createInstance(NodeInstanceImpl nodeInstance, org.kie.api.definition.process.Node node, WorkflowProcessInstance processInstance, org.kie.api.runtime.process.NodeInstanceContainer nodeInstanceContainer) Constructor parameters in org.jbpm.workflow.instance.impl.factory with type arguments of type NodeInstanceImplModifierConstructorDescriptionDefaultNodeInstanceFactory(Class<? extends NodeImpl> nodeDefinition, Supplier<NodeInstanceImpl> supplier) SingletonNodeInstanceFactory(Class<? extends NodeImpl> nodeDefinition, Supplier<NodeInstanceImpl> nodeInstanceSupplier) -
Uses of NodeInstanceImpl in org.jbpm.workflow.instance.node
Subclasses of NodeInstanceImpl in org.jbpm.workflow.instance.nodeModifier 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.