protected static class DefaultContextAssociationManager.ScopedAssociation extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected org.camunda.bpm.engine.variable.VariableMap | cachedVariables | 
| protected org.camunda.bpm.engine.variable.VariableMap | cachedVariablesLocal | 
| protected Execution | execution | 
| protected Task | task | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | DefaultContextAssociationManager.ScopedAssociation() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | flushVariableCache() | 
| org.camunda.bpm.engine.variable.VariableMap | getCachedVariables() | 
| org.camunda.bpm.engine.variable.VariableMap | getCachedVariablesLocal() | 
| Execution | getExecution() | 
| Task | getTask() | 
| <T extends org.camunda.bpm.engine.variable.value.TypedValue>  | getVariable(String variableName) | 
| <T extends org.camunda.bpm.engine.variable.value.TypedValue>  | getVariableLocal(String variableName) | 
| void | setExecution(Execution execution) | 
| void | setTask(Task task) | 
| void | setVariable(String variableName,
           Object value) | 
| void | setVariableLocal(String variableName,
                Object value) | 
protected org.camunda.bpm.engine.variable.VariableMap cachedVariables
protected org.camunda.bpm.engine.variable.VariableMap cachedVariablesLocal
protected Execution execution
protected Task task
protected DefaultContextAssociationManager.ScopedAssociation()
public Execution getExecution()
public void setExecution(Execution execution)
public Task getTask()
public void setTask(Task task)
public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getVariable(String variableName)
public org.camunda.bpm.engine.variable.VariableMap getCachedVariables()
public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getVariableLocal(String variableName)
public org.camunda.bpm.engine.variable.VariableMap getCachedVariablesLocal()
public void flushVariableCache()
Copyright © 2018. All rights reserved.