Uses of Interface
org.jbpm.process.core.Context
Packages that use Context
Package
Description
-
Uses of Context in org.jbpm.process.core
Methods in org.jbpm.process.core that return ContextModifier and TypeMethodDescriptionContextable.getContext(String contextType) ContextContainer.getContext(String contextType, long id) ContextContainer.getDefaultContext(String contextType) Context.resolveContext(Object param) ContextResolver.resolveContext(String contextId, Object param) Methods in org.jbpm.process.core that return types with arguments of type ContextMethods in org.jbpm.process.core with parameters of type ContextModifier and TypeMethodDescriptionvoidContextContainer.addContext(Context context) voidContextable.setContext(String contextType, Context context) voidContextContainer.setDefaultContext(Context context) -
Uses of Context in org.jbpm.process.core.context
Classes in org.jbpm.process.core.context that implement Context -
Uses of Context in org.jbpm.process.core.context.exception
Classes in org.jbpm.process.core.context.exception that implement ContextModifier and TypeClassDescriptionclassThis scope represents the collection of compensation handlers in a (sub)process.classMethods in org.jbpm.process.core.context.exception that return ContextModifier and TypeMethodDescriptionCompensationScope.resolveContext(Object activityRefStr) Resolves in one of two cases: when the (String) activityRefStr is equal to: 1.ExceptionScope.resolveContext(Object param) -
Uses of Context in org.jbpm.process.core.context.exclusive
Classes in org.jbpm.process.core.context.exclusive that implement ContextMethods in org.jbpm.process.core.context.exclusive that return Context -
Uses of Context in org.jbpm.process.core.context.swimlane
Classes in org.jbpm.process.core.context.swimlane that implement ContextMethods in org.jbpm.process.core.context.swimlane that return Context -
Uses of Context in org.jbpm.process.core.context.variable
Classes in org.jbpm.process.core.context.variable that implement ContextMethods in org.jbpm.process.core.context.variable that return Context -
Uses of Context in org.jbpm.process.core.impl
Methods in org.jbpm.process.core.impl that return ContextModifier and TypeMethodDescriptionContextContainerImpl.getContext(String contextType, long id) ProcessImpl.getContext(String contextType, long id) ContextContainerImpl.getDefaultContext(String contextType) ProcessImpl.getDefaultContext(String contextType) ProcessImpl.resolveContext(String contextId, Object param) Methods in org.jbpm.process.core.impl that return types with arguments of type ContextModifier and TypeMethodDescriptionContextContainerImpl.getContexts(String contextType) ProcessImpl.getContexts(String contextType) Methods in org.jbpm.process.core.impl with parameters of type ContextModifier and TypeMethodDescriptionvoidContextContainerImpl.addContext(Context context) voidProcessImpl.addContext(Context context) voidContextContainerImpl.setDefaultContext(Context context) voidProcessImpl.setDefaultContext(Context context) -
Uses of Context in org.jbpm.process.instance
Methods in org.jbpm.process.instance that return ContextMethods in org.jbpm.process.instance with parameters of type Context -
Uses of Context in org.jbpm.process.instance.context
Methods in org.jbpm.process.instance.context that return Context -
Uses of Context in org.jbpm.process.instance.impl
Methods in org.jbpm.process.instance.impl with parameters of type ContextModifier and TypeMethodDescriptionContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) ProcessInstanceImpl.getContextInstance(Context context) ContextInstanceFactoryRegistry.getContextInstanceFactory(Context context) Method parameters in org.jbpm.process.instance.impl with type arguments of type ContextModifier and TypeMethodDescriptionvoidContextInstanceFactoryRegistry.register(Class<? extends Context> cls, ContextInstanceFactory factory) -
Uses of Context in org.jbpm.process.instance.impl.factory
Methods in org.jbpm.process.instance.impl.factory with parameters of type ContextModifier and TypeMethodDescriptionReuseContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) -
Uses of Context in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory with parameters of type Context -
Uses of Context in org.jbpm.workflow.core
Methods in org.jbpm.workflow.core that return Context -
Uses of Context in org.jbpm.workflow.core.impl
Methods in org.jbpm.workflow.core.impl that return ContextModifier and TypeMethodDescriptionNodeImpl.getContext(String contextId) NodeContainerImpl.resolveContext(String contextId, Object param) NodeImpl.resolveContext(String contextId, Object param) Methods in org.jbpm.workflow.core.impl with parameters of type Context -
Uses of Context in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node that return ContextModifier and TypeMethodDescriptionCompositeContextNode.getContext(String contextType, long id) ForEachNode.getContext(String contextType) ForEachNode.getContext(String contextType, long id) RuleSetNode.getContext(String contextId) RuleSetNode.getContext(String contextType, long id) SubProcessNode.getContext(String contextId) SubProcessNode.getContext(String contextType, long id) WorkItemNode.getContext(String contextId) WorkItemNode.getContext(String contextType, long id) CompositeContextNode.getDefaultContext(String contextType) RuleSetNode.getDefaultContext(String contextType) SubProcessNode.getDefaultContext(String contextType) WorkItemNode.getDefaultContext(String contextType) CompositeContextNode.resolveContext(String contextId, Object param) Methods in org.jbpm.workflow.core.node that return types with arguments of type ContextModifier and TypeMethodDescriptionCompositeContextNode.getContexts(String contextType) ForEachNode.getContexts(String contextType) RuleSetNode.getContexts(String contextType) SubProcessNode.getContexts(String contextType) WorkItemNode.getContexts(String contextType) Methods in org.jbpm.workflow.core.node with parameters of type ContextModifier and TypeMethodDescriptionvoidCompositeContextNode.addContext(Context context) voidForEachNode.addContext(Context context) voidRuleSetNode.addContext(Context context) voidSubProcessNode.addContext(Context context) voidWorkItemNode.addContext(Context context) voidCompositeContextNode.setDefaultContext(Context context) voidForEachNode.setDefaultContext(Context context) voidRuleSetNode.setDefaultContext(Context context) voidSubProcessNode.setDefaultContext(Context context) voidWorkItemNode.setDefaultContext(Context context) -
Uses of Context in org.jbpm.workflow.instance.context
Methods in org.jbpm.workflow.instance.context with parameters of type ContextModifier and TypeMethodDescriptionWorkflowReuseContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) -
Uses of Context in org.jbpm.workflow.instance.impl
Methods in org.jbpm.workflow.instance.impl that return ContextModifier and TypeMethodDescriptionNodeInstanceImpl.resolveContext(String contextId, Object param) -
Uses of Context in org.jbpm.workflow.instance.node
Methods in org.jbpm.workflow.instance.node with parameters of type ContextModifier and TypeMethodDescriptionCompositeContextNodeInstance.getContextInstance(Context context) LambdaSubProcessNodeInstance.getContextInstance(Context context) RuleSetNodeInstance.getContextInstance(Context context) SubProcessNodeInstance.getContextInstance(Context context) WorkItemNodeInstance.getContextInstance(Context context)