Uses of Interface
org.jbpm.process.instance.ProcessInstance
Packages that use ProcessInstance
Package
Description
-
Uses of ProcessInstance in org.jbpm.process.instance
Methods in org.jbpm.process.instance that return ProcessInstanceModifier and TypeMethodDescriptionabstract ProcessInstanceAbstractProcessInstanceFactory.createProcessInstance()AbstractProcessInstanceFactory.createProcessInstance(org.kie.api.definition.process.Process process, org.kie.internal.process.CorrelationKey correlationKey, org.drools.core.common.InternalKnowledgeRuntime kruntime, Map<String, Object> parameters) LightProcessRuntimeContext.createProcessInstance(org.kie.api.definition.process.Process process, org.kie.internal.process.CorrelationKey correlationKey) ProcessInstanceFactory.createProcessInstance(org.kie.api.definition.process.Process process, org.kie.internal.process.CorrelationKey correlationKey, org.drools.core.common.InternalKnowledgeRuntime kruntime, Map<String, Object> parameters) ProcessRuntimeContext.createProcessInstance(org.kie.api.definition.process.Process process, org.kie.internal.process.CorrelationKey correlationKey) Methods in org.jbpm.process.instance with parameters of type ProcessInstanceModifier and TypeMethodDescriptionvoidLightProcessRuntimeContext.setupParameters(ProcessInstance processInstance, Map<String, Object> parameters) voidProcessRuntimeContext.setupParameters(ProcessInstance pi, Map<String, Object> parameters) -
Uses of ProcessInstance in org.jbpm.process.instance.context
Methods in org.jbpm.process.instance.context that return ProcessInstanceMethods in org.jbpm.process.instance.context with parameters of type ProcessInstanceModifier and TypeMethodDescriptionvoidAbstractContextInstance.setProcessInstance(ProcessInstance processInstance) -
Uses of ProcessInstance in org.jbpm.process.instance.context.variable
Constructors in org.jbpm.process.instance.context.variable with parameters of type ProcessInstanceModifierConstructorDescriptionVariableScopeListener(ProcessInstance processInstance, String name, String variableIdPrefix, String variableInstanceIdPrefix, List<String> tags) -
Uses of ProcessInstance in org.jbpm.process.instance.impl
Classes in org.jbpm.process.instance.impl that implement ProcessInstanceModifier and TypeClassDescriptionclassDefault implementation of a process instance.Methods in org.jbpm.process.instance.impl with parameters of type ProcessInstanceModifier and TypeMethodDescriptionContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) -
Uses of ProcessInstance in org.jbpm.process.instance.impl.factory
Methods in org.jbpm.process.instance.impl.factory with parameters of type ProcessInstanceModifier and TypeMethodDescriptionReuseContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) -
Uses of ProcessInstance in org.jbpm.ruleflow.instance
Classes in org.jbpm.ruleflow.instance that implement ProcessInstanceMethods in org.jbpm.ruleflow.instance that return ProcessInstance -
Uses of ProcessInstance in org.jbpm.workflow.core
Methods in org.jbpm.workflow.core with parameters of type ProcessInstanceModifier and TypeMethodDescriptionWorkflowProcess.evaluateExpression(String metaData, ProcessInstance processInstance) Method parameters in org.jbpm.workflow.core with type arguments of type ProcessInstanceModifier and TypeMethodDescriptionvoidWorkflowProcess.setExpressionEvaluator(BiFunction<String, ProcessInstance, String> expressionEvaluator) -
Uses of ProcessInstance in org.jbpm.workflow.core.impl
Methods in org.jbpm.workflow.core.impl with parameters of type ProcessInstanceModifier and TypeMethodDescriptionWorkflowProcessImpl.evaluateExpression(String metaData, ProcessInstance processInstance) Method parameters in org.jbpm.workflow.core.impl with type arguments of type ProcessInstanceModifier and TypeMethodDescriptionvoidWorkflowProcessImpl.setExpressionEvaluator(BiFunction<String, ProcessInstance, String> expressionEvaluator) -
Uses of ProcessInstance in org.jbpm.workflow.instance
Subinterfaces of ProcessInstance in org.jbpm.workflow.instance -
Uses of ProcessInstance in org.jbpm.workflow.instance.context
Methods in org.jbpm.workflow.instance.context with parameters of type ProcessInstanceModifier and TypeMethodDescriptionWorkflowReuseContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) -
Uses of ProcessInstance in org.jbpm.workflow.instance.impl
Classes in org.jbpm.workflow.instance.impl that implement ProcessInstanceModifier and TypeClassDescriptionclassDefault implementation of a RuleFlow process instance. -
Uses of ProcessInstance in org.jbpm.workflow.instance.node
Methods in org.jbpm.workflow.instance.node with parameters of type ProcessInstanceModifier and TypeMethodDescriptionvoidLambdaSubProcessNodeInstance.processInstanceCompleted(ProcessInstance processInstance) voidSubProcessNodeInstance.processInstanceCompleted(ProcessInstance processInstance)