Uses of Interface
org.jbpm.process.core.Context
-
-
Uses of Context in org.jbpm.process.core
Methods in org.jbpm.process.core that return Context Modifier and Type Method Description ContextContextable. getContext(String contextType)ContextContextContainer. getContext(String contextType, long id)ContextContextContainer. getDefaultContext(String contextType)ContextContext. resolveContext(Object param)ContextContextResolver. resolveContext(String contextId, Object param)Methods in org.jbpm.process.core that return types with arguments of type Context Modifier and Type Method Description List<Context>ContextContainer. getContexts(String contextType)Methods in org.jbpm.process.core with parameters of type Context Modifier and Type Method Description voidContextContainer. 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 Modifier and Type Class Description classAbstractContext -
Uses of Context in org.jbpm.process.core.context.exception
Classes in org.jbpm.process.core.context.exception that implement Context Modifier and Type Class Description classCompensationScopeThis scope represents the collection of compensation handlers in a (sub)process.classExceptionScopeMethods in org.jbpm.process.core.context.exception that return Context Modifier and Type Method Description ContextCompensationScope. resolveContext(Object activityRefStr)Resolves in one of two cases: when the (String) activityRefStr is equal to: 1. the id of an activity that has a compensation handler.ContextExceptionScope. resolveContext(Object param) -
Uses of Context in org.jbpm.process.core.context.exclusive
Classes in org.jbpm.process.core.context.exclusive that implement Context Modifier and Type Class Description classExclusiveGroupMethods in org.jbpm.process.core.context.exclusive that return Context Modifier and Type Method Description ContextExclusiveGroup. resolveContext(Object param) -
Uses of Context in org.jbpm.process.core.context.swimlane
Classes in org.jbpm.process.core.context.swimlane that implement Context Modifier and Type Class Description classSwimlaneContextMethods in org.jbpm.process.core.context.swimlane that return Context Modifier and Type Method Description ContextSwimlaneContext. resolveContext(Object param) -
Uses of Context in org.jbpm.process.core.context.variable
Classes in org.jbpm.process.core.context.variable that implement Context Modifier and Type Class Description classVariableScopeMethods in org.jbpm.process.core.context.variable that return Context Modifier and Type Method Description ContextVariableScope. resolveContext(Object param) -
Uses of Context in org.jbpm.process.core.impl
Methods in org.jbpm.process.core.impl that return Context Modifier and Type Method Description ContextContextContainerImpl. getContext(String contextType, long id)ContextProcessImpl. getContext(String contextType, long id)ContextContextContainerImpl. getDefaultContext(String contextType)ContextProcessImpl. getDefaultContext(String contextType)ContextProcessImpl. resolveContext(String contextId, Object param)Methods in org.jbpm.process.core.impl that return types with arguments of type Context Modifier and Type Method Description List<Context>ContextContainerImpl. getContexts(String contextType)List<Context>ProcessImpl. getContexts(String contextType)Methods in org.jbpm.process.core.impl with parameters of type Context Modifier and Type Method Description voidContextContainerImpl. 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 Context Modifier and Type Method Description ContextContextInstance. getContext()Methods in org.jbpm.process.instance with parameters of type Context Modifier and Type Method Description ContextInstanceContextInstanceContainer. getContextInstance(Context context) -
Uses of Context in org.jbpm.process.instance.context
Methods in org.jbpm.process.instance.context that return Context Modifier and Type Method Description ContextAbstractContextInstance. getContext() -
Uses of Context in org.jbpm.process.instance.impl
Methods in org.jbpm.process.instance.impl with parameters of type Context Modifier and Type Method Description ContextInstanceContextInstanceFactory. getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance)ContextInstanceProcessInstanceImpl. getContextInstance(Context context)ContextInstanceFactoryContextInstanceFactoryRegistry. getContextInstanceFactory(Context context)Method parameters in org.jbpm.process.instance.impl with type arguments of type Context Modifier and Type Method Description voidContextInstanceFactoryRegistry. 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 Context Modifier and Type Method Description ContextInstanceReuseContextInstanceFactory. getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance) -
Uses of Context in org.jbpm.workflow.core
Methods in org.jbpm.workflow.core that return Context Modifier and Type Method Description ContextNodeContainer. resolveContext(String contextId, Object param) -
Uses of Context in org.jbpm.workflow.core.impl
Methods in org.jbpm.workflow.core.impl that return Context Modifier and Type Method Description ContextNodeImpl. getContext(String contextId)ContextNodeContainerImpl. resolveContext(String contextId, Object param)ContextNodeImpl. resolveContext(String contextId, Object param)Methods in org.jbpm.workflow.core.impl with parameters of type Context Modifier and Type Method Description voidNodeImpl. setContext(String contextId, Context context) -
Uses of Context in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node that return Context Modifier and Type Method Description ContextCompositeContextNode. getContext(String contextType, long id)ContextForEachNode. getContext(String contextType)ContextForEachNode. getContext(String contextType, long id)ContextRuleSetNode. getContext(String contextId)ContextRuleSetNode. getContext(String contextType, long id)ContextSubProcessNode. getContext(String contextId)ContextSubProcessNode. getContext(String contextType, long id)ContextWorkItemNode. getContext(String contextId)ContextWorkItemNode. getContext(String contextType, long id)ContextCompositeContextNode. getDefaultContext(String contextType)ContextRuleSetNode. getDefaultContext(String contextType)ContextSubProcessNode. getDefaultContext(String contextType)ContextWorkItemNode. getDefaultContext(String contextType)ContextCompositeContextNode. resolveContext(String contextId, Object param)Methods in org.jbpm.workflow.core.node that return types with arguments of type Context Modifier and Type Method Description List<Context>CompositeContextNode. getContexts(String contextType)List<Context>ForEachNode. getContexts(String contextType)List<Context>RuleSetNode. getContexts(String contextType)List<Context>SubProcessNode. getContexts(String contextType)List<Context>WorkItemNode. getContexts(String contextType)Methods in org.jbpm.workflow.core.node with parameters of type Context Modifier and Type Method Description voidCompositeContextNode. 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 Context Modifier and Type Method Description ContextInstanceWorkflowReuseContextInstanceFactory. 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 Context Modifier and Type Method Description ContextNodeInstanceImpl. 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 Context Modifier and Type Method Description ContextInstanceCompositeContextNodeInstance. getContextInstance(Context context)ContextInstanceRuleSetNodeInstance. getContextInstance(Context context)ContextInstanceSubProcessNodeInstance. getContextInstance(Context context)ContextInstanceWorkItemNodeInstance. getContextInstance(Context context)
-