@Deprecated public interface ProcessContext extends ProcessContext
| Modifier and Type | Field and Description |
|---|---|
static String |
VAR_NAME_PROCESS_TYPE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Instruction |
getInstruction()
Deprecated.
Gets get instruction.
|
<T extends Instruction> |
getInstruction(Class<T> clazz)
Deprecated.
Gets get instruction.
|
Object |
getVariable(String name)
Deprecated.
Gets get variable.
|
Map<String,Object> |
getVariables()
Deprecated.
Gets get variables.
|
boolean |
hasVariable(String name)
Deprecated.
Has variable boolean.
|
Object |
removeVariable(String name)
Deprecated.
Remove variable.
|
void |
setInstruction(Instruction instruction)
Deprecated.
Sets set instruction.
|
void |
setVariable(String name,
Object value)
Deprecated.
Sets set variable.
|
void |
setVariables(Map<String,Object> variables)
Deprecated.
Sets set variables.
|
static final String VAR_NAME_PROCESS_TYPE
Object getVariable(String name)
getVariable in interface ProcessContextname - the namevoid setVariable(String name, Object value)
setVariable in interface ProcessContextname - the namevalue - the valueMap<String,Object> getVariables()
getVariables in interface ProcessContextvoid setVariables(Map<String,Object> variables)
setVariables in interface ProcessContextvariables - the variablesObject removeVariable(String name)
removeVariable in interface ProcessContextname - the nameboolean hasVariable(String name)
hasVariable in interface ProcessContextname - the nameInstruction getInstruction()
getInstruction in interface ProcessContextvoid setInstruction(Instruction instruction)
setInstruction in interface ProcessContextinstruction - the instruction<T extends Instruction> T getInstruction(Class<T> clazz)
getInstruction in interface ProcessContextT - the type parameterclazz - the clazzCopyright © 2025 Apache. All rights reserved.