Uses of Interface
org.jbpm.workflow.instance.WorkflowProcessInstance
Packages that use WorkflowProcessInstance
Package
Description
-
Uses of WorkflowProcessInstance in org.jbpm.ruleflow.instance
Classes in org.jbpm.ruleflow.instance that implement WorkflowProcessInstance -
Uses of WorkflowProcessInstance in org.jbpm.workflow.instance.impl
Classes in org.jbpm.workflow.instance.impl that implement WorkflowProcessInstanceModifier and TypeClassDescriptionclassDefault implementation of a RuleFlow process instance.Methods in org.jbpm.workflow.instance.impl that return WorkflowProcessInstanceMethods in org.jbpm.workflow.instance.impl with parameters of type WorkflowProcessInstanceModifier and TypeMethodDescriptionorg.kie.api.runtime.process.NodeInstanceNodeInstanceFactory.getNodeInstance(org.kie.api.definition.process.Node node, WorkflowProcessInstance processInstance, org.kie.api.runtime.process.NodeInstanceContainer nodeInstanceContainer) voidNodeInstanceImpl.setProcessInstance(WorkflowProcessInstance processInstance) -
Uses of WorkflowProcessInstance in org.jbpm.workflow.instance.impl.factory
Methods in org.jbpm.workflow.instance.impl.factory with parameters of type WorkflowProcessInstanceModifier 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) org.kie.api.runtime.process.NodeInstanceDefaultNodeInstanceFactory.getNodeInstance(org.kie.api.definition.process.Node node, WorkflowProcessInstance processInstance, org.kie.api.runtime.process.NodeInstanceContainer nodeInstanceContainer) org.kie.api.runtime.process.NodeInstanceSingletonNodeInstanceFactory.getNodeInstance(org.kie.api.definition.process.Node node, WorkflowProcessInstance processInstance, org.kie.api.runtime.process.NodeInstanceContainer nodeInstanceContainer) -
Uses of WorkflowProcessInstance in org.jbpm.workflow.instance.node
Methods in org.jbpm.workflow.instance.node with parameters of type WorkflowProcessInstanceModifier and TypeMethodDescriptionstatic StringDynamicUtils.internalAddDynamicSubProcess(WorkflowProcessInstance processInstance, DynamicNodeInstance dynamicContext, org.kie.api.runtime.KieRuntime ksession, String processId, Map<String, Object> parameters) voidCompositeNodeInstance.setProcessInstance(WorkflowProcessInstance processInstance) -
Uses of WorkflowProcessInstance in org.kie.kogito.process.impl
Fields in org.kie.kogito.process.impl declared as WorkflowProcessInstanceModifier and TypeFieldDescriptionprotected WorkflowProcessInstanceAbstractProcessInstance.processInstanceMethods in org.kie.kogito.process.impl that return WorkflowProcessInstanceModifier and TypeMethodDescriptionAbstractProcessInstance.internalGetProcessInstance()protected WorkflowProcessInstanceAbstractProcessInstance.processInstance()Methods in org.kie.kogito.process.impl with parameters of type WorkflowProcessInstanceModifier and TypeMethodDescriptionvoidAbstractProcessInstance.internalSetProcessInstance(WorkflowProcessInstance processInstance)