|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface VariableScope
方法摘要 | |
---|---|
void |
createVariableLocal(String variableName,
Object value)
|
Object |
getVariable(String variableName)
|
Object |
getVariableLocal(String variableName)
|
Set<String> |
getVariableNames()
|
Set<String> |
getVariableNamesLocal()
|
Map<String,Object> |
getVariables()
|
Map<String,Object> |
getVariablesLocal()
|
boolean |
hasVariable(String variableName)
|
boolean |
hasVariableLocal(String variableName)
|
boolean |
hasVariables()
|
boolean |
hasVariablesLocal()
|
void |
removeVariable(String variableName)
Removes the variable and creates a new HistoricVariableUpdateEntity . |
void |
removeVariableLocal(String variableName)
Removes the local variable and creates a new HistoricVariableUpdateEntity . |
void |
removeVariables()
Removes the (local) variables and creates a new HistoricVariableUpdateEntity for each of them. |
void |
removeVariables(Collection<String> variableNames)
Removes the variables and creates a new HistoricVariableUpdateEntity for each of them. |
void |
removeVariablesLocal()
Removes the (local) variables and creates a new HistoricVariableUpdateEntity for each of them. |
void |
removeVariablesLocal(Collection<String> variableNames)
Removes the local variables and creates a new HistoricVariableUpdateEntity for each of them. |
void |
setVariable(String variableName,
Object value)
|
Object |
setVariableLocal(String variableName,
Object value)
|
void |
setVariables(Map<String,? extends Object> variables)
|
void |
setVariablesLocal(Map<String,? extends Object> variables)
|
方法详细信息 |
---|
Map<String,Object> getVariables()
Map<String,Object> getVariablesLocal()
Object getVariable(String variableName)
Object getVariableLocal(String variableName)
Set<String> getVariableNames()
Set<String> getVariableNamesLocal()
void setVariable(String variableName, Object value)
Object setVariableLocal(String variableName, Object value)
void setVariables(Map<String,? extends Object> variables)
void setVariablesLocal(Map<String,? extends Object> variables)
boolean hasVariables()
boolean hasVariablesLocal()
boolean hasVariable(String variableName)
boolean hasVariableLocal(String variableName)
void createVariableLocal(String variableName, Object value)
void removeVariable(String variableName)
HistoricVariableUpdateEntity
.
void removeVariableLocal(String variableName)
HistoricVariableUpdateEntity
.
void removeVariables(Collection<String> variableNames)
HistoricVariableUpdateEntity
for each of them.
void removeVariablesLocal(Collection<String> variableNames)
HistoricVariableUpdateEntity
for each of them.
void removeVariables()
HistoricVariableUpdateEntity
for each of them.
void removeVariablesLocal()
HistoricVariableUpdateEntity
for each of them.
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |