Uses of Interface
org.jbpm.process.instance.ContextInstance
Packages that use ContextInstance
Package
Description
-
Uses of ContextInstance in org.jbpm.process.instance
Methods in org.jbpm.process.instance that return ContextInstanceModifier and TypeMethodDescriptionContextableInstance.getContextInstance(String contextId) ContextInstanceContainer.getContextInstance(String contextId, long id) ContextInstanceContainer.getContextInstance(Context context) Methods in org.jbpm.process.instance that return types with arguments of type ContextInstanceMethods in org.jbpm.process.instance with parameters of type ContextInstanceModifier and TypeMethodDescriptionvoidContextInstanceContainer.addContextInstance(String contextId, ContextInstance contextInstance) voidContextInstanceContainer.removeContextInstance(String contextId, ContextInstance contextInstance) -
Uses of ContextInstance in org.jbpm.process.instance.context
Classes in org.jbpm.process.instance.context that implement ContextInstance -
Uses of ContextInstance in org.jbpm.process.instance.context.exception
Classes in org.jbpm.process.instance.context.exception that implement ContextInstanceModifier and TypeClassDescriptionclassclassclass -
Uses of ContextInstance in org.jbpm.process.instance.context.exclusive
Classes in org.jbpm.process.instance.context.exclusive that implement ContextInstance -
Uses of ContextInstance in org.jbpm.process.instance.context.swimlane
Classes in org.jbpm.process.instance.context.swimlane that implement ContextInstance -
Uses of ContextInstance in org.jbpm.process.instance.context.variable
Classes in org.jbpm.process.instance.context.variable that implement ContextInstance -
Uses of ContextInstance in org.jbpm.process.instance.impl
Methods in org.jbpm.process.instance.impl that return ContextInstanceModifier and TypeMethodDescriptionContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) ProcessInstanceImpl.getContextInstance(String contextId) ProcessInstanceImpl.getContextInstance(String contextId, long id) ProcessInstanceImpl.getContextInstance(Context context) Methods in org.jbpm.process.instance.impl that return types with arguments of type ContextInstanceMethods in org.jbpm.process.instance.impl with parameters of type ContextInstanceModifier and TypeMethodDescriptionvoidProcessInstanceImpl.addContextInstance(String contextId, ContextInstance contextInstance) voidProcessInstanceImpl.removeContextInstance(String contextId, ContextInstance contextInstance) voidProcessInstanceImpl.setContextInstance(String contextId, ContextInstance contextInstance) -
Uses of ContextInstance in org.jbpm.process.instance.impl.factory
Methods in org.jbpm.process.instance.impl.factory that return ContextInstanceModifier and TypeMethodDescriptionReuseContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) Constructor parameters in org.jbpm.process.instance.impl.factory with type arguments of type ContextInstance -
Uses of ContextInstance in org.jbpm.workflow.instance
Methods in org.jbpm.workflow.instance that return ContextInstanceModifier and TypeMethodDescriptionNodeInstance.resolveContextInstance(String contextId, Object param) -
Uses of ContextInstance in org.jbpm.workflow.instance.context
Subinterfaces of ContextInstance in org.jbpm.workflow.instance.contextFields in org.jbpm.workflow.instance.context with type parameters of type ContextInstanceModifier and TypeFieldDescriptionfinal Class<? extends ContextInstance>WorkflowReuseContextInstanceFactory.clsMethods in org.jbpm.workflow.instance.context that return ContextInstanceModifier and TypeMethodDescriptionWorkflowReuseContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) Constructor parameters in org.jbpm.workflow.instance.context with type arguments of type ContextInstanceModifierConstructorDescriptionWorkflowReuseContextInstanceFactory(Class<? extends ContextInstance> cls) -
Uses of ContextInstance in org.jbpm.workflow.instance.impl
Methods in org.jbpm.workflow.instance.impl that return ContextInstanceModifier and TypeMethodDescriptionNodeInstanceImpl.resolveContextInstance(String contextId, Object param) -
Uses of ContextInstance in org.jbpm.workflow.instance.node
Methods in org.jbpm.workflow.instance.node that return ContextInstanceModifier and TypeMethodDescriptionCompositeContextNodeInstance.getContextInstance(String contextId) CompositeContextNodeInstance.getContextInstance(String contextId, long id) CompositeContextNodeInstance.getContextInstance(Context context) ForEachNodeInstance.ForEachJoinNodeInstance.getContextInstance(String contextId) ForEachNodeInstance.ForEachSplitNodeInstance.getContextInstance(String contextId) ForEachNodeInstance.getContextInstance(String contextId) LambdaSubProcessNodeInstance.getContextInstance(String contextId, long id) LambdaSubProcessNodeInstance.getContextInstance(Context context) RuleSetNodeInstance.getContextInstance(String contextId, long id) RuleSetNodeInstance.getContextInstance(Context context) SubProcessNodeInstance.getContextInstance(String contextId, long id) SubProcessNodeInstance.getContextInstance(Context context) WorkItemNodeInstance.getContextInstance(String contextId, long id) WorkItemNodeInstance.getContextInstance(Context context) Methods in org.jbpm.workflow.instance.node that return types with arguments of type ContextInstanceModifier and TypeMethodDescriptionCompositeContextNodeInstance.getContextInstances(String contextId) LambdaSubProcessNodeInstance.getContextInstances(String contextId) RuleSetNodeInstance.getContextInstances(String contextId) SubProcessNodeInstance.getContextInstances(String contextId) WorkItemNodeInstance.getContextInstances(String contextId) Methods in org.jbpm.workflow.instance.node with parameters of type ContextInstanceModifier and TypeMethodDescriptionvoidCompositeContextNodeInstance.addContextInstance(String contextId, ContextInstance contextInstance) voidLambdaSubProcessNodeInstance.addContextInstance(String contextId, ContextInstance contextInstance) voidRuleSetNodeInstance.addContextInstance(String contextId, ContextInstance contextInstance) voidSubProcessNodeInstance.addContextInstance(String contextId, ContextInstance contextInstance) voidWorkItemNodeInstance.addContextInstance(String contextId, ContextInstance contextInstance) voidCompositeContextNodeInstance.removeContextInstance(String contextId, ContextInstance contextInstance) voidLambdaSubProcessNodeInstance.removeContextInstance(String contextId, ContextInstance contextInstance) voidRuleSetNodeInstance.removeContextInstance(String contextId, ContextInstance contextInstance) voidSubProcessNodeInstance.removeContextInstance(String contextId, ContextInstance contextInstance) voidWorkItemNodeInstance.removeContextInstance(String contextId, ContextInstance contextInstance) voidCompositeContextNodeInstance.setContextInstance(String contextId, ContextInstance contextInstance)