public interface HierarchicalProcessContext extends ProcessContext
VAR_NAME_PROCESS_TYPE| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearLocally()
Clear locally.
|
Object |
getVariableLocally(String name)
Gets get variable locally.
|
Map<String,Object> |
getVariablesLocally()
Gets get variables locally.
|
boolean |
hasVariableLocal(String name)
Has variable local boolean.
|
Object |
removeVariableLocally(String name)
Remove variable locally.
|
void |
setVariableLocally(String name,
Object value)
Sets set variable locally.
|
void |
setVariablesLocally(Map<String,Object> variables)
Sets set variables locally.
|
getInstruction, getInstruction, getVariable, getVariables, hasVariable, removeVariable, setInstruction, setVariable, setVariablesObject getVariableLocally(String name)
name - the namevoid setVariableLocally(String name, Object value)
name - the namevalue - the valueMap<String,Object> getVariablesLocally()
void setVariablesLocally(Map<String,Object> variables)
variables - the variablesboolean hasVariableLocal(String name)
name - the nameObject removeVariableLocally(String name)
name - the namevoid clearLocally()
Copyright © 2022 Seata. All rights reserved.