Class ScopedAssociation
java.lang.Object
org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- Direct Known Subclasses:
- ConversationScopedAssociation,- RequestScopedAssociation
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected VariableMapprotected VariableMapprotected Executionprotected Task
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidgetTask()<T extends TypedValue>
 TgetVariable(String variableName) <T extends TypedValue>
 TgetVariableLocal(String variableName) voidsetExecution(Execution execution) voidvoidsetVariable(String variableName, Object value) voidsetVariableLocal(String variableName, Object value) 
- 
Field Details- 
cachedVariables
- 
cachedVariablesLocal
- 
execution
- 
task
 
- 
- 
Constructor Details- 
ScopedAssociationpublic ScopedAssociation()
 
- 
- 
Method Details- 
getExecution
- 
setExecution
- 
getTask
- 
setTask
- 
getVariable
- 
setVariable
- 
getCachedVariables
- 
getVariableLocal
- 
setVariableLocal
- 
getCachedVariablesLocal
- 
flushVariableCachepublic void flushVariableCache()
 
-