Class ScopedAssociation
java.lang.Object
org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- Direct Known Subclasses:
ConversationScopedAssociation
,RequestScopedAssociation
-
Field Summary
Modifier and TypeFieldDescriptionprotected VariableMap
protected VariableMap
protected Execution
protected Task
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getTask()
<T extends TypedValue>
TgetVariable
(String variableName) <T extends TypedValue>
TgetVariableLocal
(String variableName) void
setExecution
(Execution execution) void
void
setVariable
(String variableName, Object value) void
setVariableLocal
(String variableName, Object value)
-
Field Details
-
cachedVariables
-
cachedVariablesLocal
-
execution
-
task
-
-
Constructor Details
-
ScopedAssociation
public ScopedAssociation()
-
-
Method Details
-
getExecution
-
setExecution
-
getTask
-
setTask
-
getVariable
-
setVariable
-
getCachedVariables
-
getVariableLocal
-
setVariableLocal
-
getCachedVariablesLocal
-
flushVariableCache
public void flushVariableCache()
-