public interface ActivityInstantiationBuilder<T extends ActivityInstantiationBuilder<T>>
Modifier and Type | Method and Description |
---|---|
T |
setVariable(String name,
Object value)
Adds a variable to be set when the current instruction is executed.
|
T |
setVariableLocal(String name,
Object value)
Adds a local variable to be set when the current instruction is executed.
|
T |
setVariables(Map<String,Object> variables)
Adds all variables to be set when the current instruction is executed
|
T |
setVariablesLocal(Map<String,Object> variables)
Adds all local variables to be set when the current instruction is executed
|
T setVariable(String name, Object value)
T setVariableLocal(String name, Object value)
T setVariables(Map<String,Object> variables)
Copyright © 2018. All rights reserved.