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