protected static class DefaultContextAssociationManager.ScopedAssociation extends Object
Modifier and Type | Field and Description |
---|---|
protected VariableMap |
cachedVariables |
protected VariableMap |
cachedVariablesLocal |
protected Execution |
execution |
protected Task |
task |
Modifier | Constructor and Description |
---|---|
protected |
ScopedAssociation() |
Modifier and Type | Method and Description |
---|---|
void |
flushVariableCache() |
VariableMap |
getCachedVariables() |
VariableMap |
getCachedVariablesLocal() |
Execution |
getExecution() |
Task |
getTask() |
<T extends TypedValue> |
getVariable(String variableName) |
<T extends 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 VariableMap cachedVariables
protected VariableMap cachedVariablesLocal
protected Execution execution
protected Task task
public Execution getExecution()
public void setExecution(Execution execution)
public Task getTask()
public void setTask(Task task)
public <T extends TypedValue> T getVariable(String variableName)
public VariableMap getCachedVariables()
public <T extends TypedValue> T getVariableLocal(String variableName)
public VariableMap getCachedVariablesLocal()
public void flushVariableCache()
Copyright © 2022. All rights reserved.