|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.el.StartProcessVariableScope
public class StartProcessVariableScope
Variable-scope only used to resolve variables when NO execution is active but expression-resolving is needed. This occurs eg. when start-form properties have default's defined. Even though variables are not available yet, expressions should be resolved anyway.
构造方法摘要 | |
---|---|
StartProcessVariableScope()
|
方法摘要 | |
---|---|
void |
createVariableLocal(String variableName,
Object value)
|
void |
createVariablesLocal(Map<String,? extends Object> variables)
|
static StartProcessVariableScope |
getSharedInstance()
Since a StartProcessVariableScope has no state, it's safe to use the same
instance to prevent too many useless instances created. |
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)
|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public StartProcessVariableScope()
方法详细信息 |
---|
public static StartProcessVariableScope getSharedInstance()
StartProcessVariableScope
has no state, it's safe to use the same
instance to prevent too many useless instances created.
public Map<String,Object> getVariables()
VariableScope
中的 getVariables
public Map<String,Object> getVariablesLocal()
VariableScope
中的 getVariablesLocal
public Object getVariable(String variableName)
VariableScope
中的 getVariable
public Object getVariableLocal(String variableName)
VariableScope
中的 getVariableLocal
public Set<String> getVariableNames()
VariableScope
中的 getVariableNames
public Set<String> getVariableNamesLocal()
VariableScope
中的 getVariableNamesLocal
public void setVariable(String variableName, Object value)
VariableScope
中的 setVariable
public Object setVariableLocal(String variableName, Object value)
VariableScope
中的 setVariableLocal
public void setVariables(Map<String,? extends Object> variables)
VariableScope
中的 setVariables
public void setVariablesLocal(Map<String,? extends Object> variables)
VariableScope
中的 setVariablesLocal
public boolean hasVariables()
VariableScope
中的 hasVariables
public boolean hasVariablesLocal()
VariableScope
中的 hasVariablesLocal
public boolean hasVariable(String variableName)
VariableScope
中的 hasVariable
public boolean hasVariableLocal(String variableName)
VariableScope
中的 hasVariableLocal
public void createVariableLocal(String variableName, Object value)
VariableScope
中的 createVariableLocal
public void createVariablesLocal(Map<String,? extends Object> variables)
public void removeVariable(String variableName)
VariableScope
复制的描述HistoricVariableUpdateEntity
.
VariableScope
中的 removeVariable
public void removeVariableLocal(String variableName)
VariableScope
复制的描述HistoricVariableUpdateEntity
.
VariableScope
中的 removeVariableLocal
public void removeVariables()
VariableScope
复制的描述HistoricVariableUpdateEntity
for each of them.
VariableScope
中的 removeVariables
public void removeVariablesLocal()
VariableScope
复制的描述HistoricVariableUpdateEntity
for each of them.
VariableScope
中的 removeVariablesLocal
public void removeVariables(Collection<String> variableNames)
VariableScope
复制的描述HistoricVariableUpdateEntity
for each of them.
VariableScope
中的 removeVariables
public void removeVariablesLocal(Collection<String> variableNames)
VariableScope
复制的描述HistoricVariableUpdateEntity
for each of them.
VariableScope
中的 removeVariablesLocal
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |