Uses of Interface
org.jbpm.process.instance.ContextInstanceContainer
Packages that use ContextInstanceContainer
Package
Description
-
Uses of ContextInstanceContainer in org.jbpm.process.instance
Subinterfaces of ContextInstanceContainer in org.jbpm.process.instanceModifier and TypeInterfaceDescriptioninterfaceA process instance is the representation of a process during its execution.Methods in org.jbpm.process.instance that return ContextInstanceContainer -
Uses of ContextInstanceContainer in org.jbpm.process.instance.context
Methods in org.jbpm.process.instance.context that return ContextInstanceContainerMethods in org.jbpm.process.instance.context with parameters of type ContextInstanceContainerModifier and TypeMethodDescriptionvoidAbstractContextInstance.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 ContextInstanceContainerModifier and TypeMethodDescriptionvoidVariableScopeInstance.setContextInstanceContainer(ContextInstanceContainer contextInstanceContainer) -
Uses of ContextInstanceContainer in org.jbpm.process.instance.impl
Classes in org.jbpm.process.instance.impl that implement ContextInstanceContainerModifier and TypeClassDescriptionclassDefault implementation of a process instance.Methods in org.jbpm.process.instance.impl with parameters of type ContextInstanceContainerModifier and TypeMethodDescriptionContextInstanceFactory.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 ContextInstanceContainerModifier and TypeMethodDescriptionReuseContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) -
Uses of ContextInstanceContainer in org.jbpm.ruleflow.instance
Classes in org.jbpm.ruleflow.instance that implement ContextInstanceContainer -
Uses of ContextInstanceContainer in org.jbpm.workflow.instance
Subinterfaces of ContextInstanceContainer in org.jbpm.workflow.instance -
Uses of ContextInstanceContainer in org.jbpm.workflow.instance.context
Methods in org.jbpm.workflow.instance.context with parameters of type ContextInstanceContainerModifier and TypeMethodDescriptionWorkflowReuseContextInstanceFactory.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 ContextInstanceContainerModifier and TypeClassDescriptionclassDefault implementation of a RuleFlow process instance. -
Uses of ContextInstanceContainer in org.jbpm.workflow.instance.node
Classes in org.jbpm.workflow.instance.node that implement ContextInstanceContainerModifier and TypeClassDescriptionclassclassclassclassRuntime counterpart of a for each node.classclassRuntime counterpart of a SubFlow node.classRuntime counterpart of a ruleset node.classclassRuntime counterpart of a SubFlow node.classRuntime counterpart of a work item node.