Modifier and Type | Method and Description |
---|---|
Context |
Contextable.getContext(String contextType) |
Context |
ContextContainer.getContext(String contextType,
long id) |
Context |
ContextContainer.getDefaultContext(String contextType) |
Context |
Context.resolveContext(Object param) |
Context |
ContextResolver.resolveContext(String contextId,
Object param) |
Modifier and Type | Method and Description |
---|---|
List<Context> |
ContextContainer.getContexts(String contextType) |
Modifier and Type | Method and Description |
---|---|
void |
ContextContainer.addContext(Context context) |
void |
Contextable.setContext(String contextType,
Context context) |
void |
ContextContainer.setDefaultContext(Context context) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContext |
Modifier and Type | Class and Description |
---|---|
class |
CompensationScope
This scope represents the collection of compensation handlers in a (sub)process.
|
class |
ExceptionScope |
Modifier and Type | Method and Description |
---|---|
Context |
ExceptionScope.resolveContext(Object param) |
Context |
CompensationScope.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.
|
Modifier and Type | Class and Description |
---|---|
class |
ExclusiveGroup |
Modifier and Type | Method and Description |
---|---|
Context |
ExclusiveGroup.resolveContext(Object param) |
Modifier and Type | Class and Description |
---|---|
class |
SwimlaneContext |
Modifier and Type | Method and Description |
---|---|
Context |
SwimlaneContext.resolveContext(Object param) |
Modifier and Type | Class and Description |
---|---|
class |
VariableScope |
Modifier and Type | Method and Description |
---|---|
Context |
VariableScope.resolveContext(Object param) |
Modifier and Type | Method and Description |
---|---|
Context |
ContextContainerImpl.getContext(String contextType,
long id) |
Context |
ProcessImpl.getContext(String contextType,
long id) |
Context |
ContextContainerImpl.getDefaultContext(String contextType) |
Context |
ProcessImpl.getDefaultContext(String contextType) |
Context |
ProcessImpl.resolveContext(String contextId,
Object param) |
Modifier and Type | Method and Description |
---|---|
List<Context> |
ContextContainerImpl.getContexts(String contextType) |
List<Context> |
ProcessImpl.getContexts(String contextType) |
Modifier and Type | Method and Description |
---|---|
void |
ContextContainerImpl.addContext(Context context) |
void |
ProcessImpl.addContext(Context context) |
void |
ContextContainerImpl.setDefaultContext(Context context) |
void |
ProcessImpl.setDefaultContext(Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
ContextInstance.getContext() |
Modifier and Type | Method and Description |
---|---|
ContextInstance |
ContextInstanceContainer.getContextInstance(Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
AbstractContextInstance.getContext() |
Modifier and Type | Method and Description |
---|---|
ContextInstance |
ProcessInstanceImpl.getContextInstance(Context context) |
ContextInstance |
ContextInstanceFactory.getContextInstance(Context context,
ContextInstanceContainer contextInstanceContainer,
ProcessInstance processInstance) |
ContextInstanceFactory |
ContextInstanceFactoryRegistry.getContextInstanceFactory(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
ContextInstanceFactoryRegistry.register(Class<? extends Context> cls,
ContextInstanceFactory factory) |
Modifier and Type | Method and Description |
---|---|
ContextInstance |
ReuseContextInstanceFactory.getContextInstance(Context context,
ContextInstanceContainer contextInstanceContainer,
ProcessInstance processInstance) |
Modifier and Type | Method and Description |
---|---|
Context |
NodeContainer.resolveContext(String contextId,
Object param) |
Modifier and Type | Method and Description |
---|---|
Context |
NodeImpl.getContext(String contextId) |
Context |
NodeContainerImpl.resolveContext(String contextId,
Object param) |
Context |
NodeImpl.resolveContext(String contextId,
Object param) |
Modifier and Type | Method and Description |
---|---|
void |
NodeImpl.setContext(String contextId,
Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
SubProcessNode.getContext(String contextId) |
Context |
RuleSetNode.getContext(String contextId) |
Context |
WorkItemNode.getContext(String contextId) |
Context |
ForEachNode.getContext(String contextType) |
Context |
CompositeContextNode.getContext(String contextType,
long id) |
Context |
SubProcessNode.getContext(String contextType,
long id) |
Context |
RuleSetNode.getContext(String contextType,
long id) |
Context |
WorkItemNode.getContext(String contextType,
long id) |
Context |
ForEachNode.getContext(String contextType,
long id) |
Context |
CompositeContextNode.getDefaultContext(String contextType) |
Context |
SubProcessNode.getDefaultContext(String contextType) |
Context |
RuleSetNode.getDefaultContext(String contextType) |
Context |
WorkItemNode.getDefaultContext(String contextType) |
Context |
CompositeContextNode.resolveContext(String contextId,
Object param) |
Modifier and Type | Method and Description |
---|---|
List<Context> |
CompositeContextNode.getContexts(String contextType) |
List<Context> |
SubProcessNode.getContexts(String contextType) |
List<Context> |
RuleSetNode.getContexts(String contextType) |
List<Context> |
WorkItemNode.getContexts(String contextType) |
List<Context> |
ForEachNode.getContexts(String contextType) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeContextNode.addContext(Context context) |
void |
SubProcessNode.addContext(Context context) |
void |
RuleSetNode.addContext(Context context) |
void |
WorkItemNode.addContext(Context context) |
void |
ForEachNode.addContext(Context context) |
void |
CompositeContextNode.setDefaultContext(Context context) |
void |
SubProcessNode.setDefaultContext(Context context) |
void |
RuleSetNode.setDefaultContext(Context context) |
void |
WorkItemNode.setDefaultContext(Context context) |
void |
ForEachNode.setDefaultContext(Context context) |
Modifier and Type | Method and Description |
---|---|
ContextInstance |
WorkflowReuseContextInstanceFactory.getContextInstance(Context context,
ContextInstanceContainer contextInstanceContainer,
ProcessInstance processInstance) |
Modifier and Type | Method and Description |
---|---|
Context |
NodeInstanceImpl.resolveContext(String contextId,
Object param) |
Modifier and Type | Method and Description |
---|---|
ContextInstance |
CompositeContextNodeInstance.getContextInstance(Context context) |
ContextInstance |
RuleSetNodeInstance.getContextInstance(Context context) |
ContextInstance |
WorkItemNodeInstance.getContextInstance(Context context) |
ContextInstance |
SubProcessNodeInstance.getContextInstance(Context context) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.