Uses of Interface
org.jbpm.process.instance.ContextInstanceContainer
-
-
Uses of ContextInstanceContainer in org.jbpm.process.instance
Subinterfaces of ContextInstanceContainer in org.jbpm.process.instance Modifier and Type Interface Description interfaceProcessInstanceA process instance is the representation of a process during its execution.Methods in org.jbpm.process.instance that return ContextInstanceContainer Modifier and Type Method Description ContextInstanceContainerContextInstance. getContextInstanceContainer() -
Uses of ContextInstanceContainer in org.jbpm.process.instance.context
Methods in org.jbpm.process.instance.context that return ContextInstanceContainer Modifier and Type Method Description ContextInstanceContainerAbstractContextInstance. getContextInstanceContainer()Methods in org.jbpm.process.instance.context with parameters of type ContextInstanceContainer Modifier and Type Method Description voidAbstractContextInstance. setContextInstanceContainer(ContextInstanceContainer contextInstanceContainer) -
Uses of ContextInstanceContainer in org.jbpm.process.instance.context.variable
Methods in org.jbpm.process.instance.context.variable with parameters of type ContextInstanceContainer Modifier and Type Method Description voidVariableScopeInstance. setContextInstanceContainer(ContextInstanceContainer contextInstanceContainer) -
Uses of ContextInstanceContainer in org.jbpm.process.instance.impl
Classes in org.jbpm.process.instance.impl that implement ContextInstanceContainer Modifier and Type Class Description classProcessInstanceImplDefault implementation of a process instance.Methods in org.jbpm.process.instance.impl with parameters of type ContextInstanceContainer Modifier and Type Method Description ContextInstanceContextInstanceFactory. getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) -
Uses of ContextInstanceContainer in org.jbpm.process.instance.impl.factory
Methods in org.jbpm.process.instance.impl.factory with parameters of type ContextInstanceContainer Modifier and Type Method Description ContextInstanceReuseContextInstanceFactory. getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) -
Uses of ContextInstanceContainer in org.jbpm.ruleflow.instance
Classes in org.jbpm.ruleflow.instance that implement ContextInstanceContainer Modifier and Type Class Description classRuleFlowProcessInstance -
Uses of ContextInstanceContainer in org.jbpm.workflow.instance
Subinterfaces of ContextInstanceContainer in org.jbpm.workflow.instance Modifier and Type Interface Description interfaceWorkflowProcessInstance -
Uses of ContextInstanceContainer in org.jbpm.workflow.instance.context
Methods in org.jbpm.workflow.instance.context with parameters of type ContextInstanceContainer Modifier and Type Method Description ContextInstanceWorkflowReuseContextInstanceFactory. getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) -
Uses of ContextInstanceContainer in org.jbpm.workflow.instance.impl
Classes in org.jbpm.workflow.instance.impl that implement ContextInstanceContainer Modifier and Type Class Description classWorkflowProcessInstanceImplDefault implementation of a RuleFlow process instance. -
Uses of ContextInstanceContainer in org.jbpm.workflow.instance.node
Classes in org.jbpm.workflow.instance.node that implement ContextInstanceContainer Modifier and Type Class Description classCompositeContextNodeInstanceclassDynamicNodeInstanceclassEventSubProcessNodeInstanceclassForEachNodeInstanceRuntime counterpart of a for each node.classHumanTaskNodeInstanceclassRuleSetNodeInstanceRuntime counterpart of a ruleset node.classStateNodeInstanceclassSubProcessNodeInstanceRuntime counterpart of a SubFlow node.classWorkItemNodeInstanceRuntime counterpart of a work item node.
-