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