Uses of Interface
org.jbpm.process.instance.ProcessInstance
-
-
Uses of ProcessInstance in org.jbpm.process.instance
Methods in org.jbpm.process.instance that return ProcessInstance Modifier and Type Method Description abstract ProcessInstanceAbstractProcessInstanceFactory. createProcessInstance()ProcessInstanceAbstractProcessInstanceFactory. createProcessInstance(org.kie.api.definition.process.Process process, org.kie.internal.process.CorrelationKey correlationKey, org.drools.core.common.InternalKnowledgeRuntime kruntime, Map<String,Object> parameters)ProcessInstanceProcessInstanceFactory. createProcessInstance(org.kie.api.definition.process.Process process, org.kie.internal.process.CorrelationKey correlationKey, org.drools.core.common.InternalKnowledgeRuntime kruntime, Map<String,Object> parameters)ProcessInstanceContextInstance. getProcessInstance() -
Uses of ProcessInstance in org.jbpm.process.instance.context
Methods in org.jbpm.process.instance.context that return ProcessInstance Modifier and Type Method Description ProcessInstanceAbstractContextInstance. getProcessInstance()Methods in org.jbpm.process.instance.context with parameters of type ProcessInstance Modifier and Type Method Description voidAbstractContextInstance. setProcessInstance(ProcessInstance processInstance) -
Uses of ProcessInstance in org.jbpm.process.instance.impl
Classes in org.jbpm.process.instance.impl that implement ProcessInstance Modifier and Type Class Description classProcessInstanceImplDefault implementation of a process instance.Methods in org.jbpm.process.instance.impl with parameters of type ProcessInstance Modifier and Type Method Description ContextInstanceContextInstanceFactory. 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 ProcessInstance Modifier and Type Method Description ContextInstanceReuseContextInstanceFactory. getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) -
Uses of ProcessInstance in org.jbpm.process.instance.timer
Methods in org.jbpm.process.instance.timer with parameters of type ProcessInstance Modifier and Type Method Description voidTimerManager. registerTimer(TimerInstance timer, ProcessInstance processInstance) -
Uses of ProcessInstance in org.jbpm.ruleflow.instance
Classes in org.jbpm.ruleflow.instance that implement ProcessInstance Modifier and Type Class Description classRuleFlowProcessInstanceMethods in org.jbpm.ruleflow.instance that return ProcessInstance Modifier and Type Method Description ProcessInstanceRuleFlowProcessInstanceFactory. createProcessInstance() -
Uses of ProcessInstance in org.jbpm.workflow.instance
Subinterfaces of ProcessInstance in org.jbpm.workflow.instance Modifier and Type Interface Description interfaceWorkflowProcessInstance -
Uses of ProcessInstance in org.jbpm.workflow.instance.context
Methods in org.jbpm.workflow.instance.context with parameters of type ProcessInstance Modifier and Type Method Description ContextInstanceWorkflowReuseContextInstanceFactory. 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 ProcessInstance Modifier and Type Class Description classWorkflowProcessInstanceImplDefault 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 ProcessInstance Modifier and Type Method Description voidSubProcessNodeInstance. processInstanceCompleted(ProcessInstance processInstance)
-