public interface ActivityInstantiationBuilder<T extends ActivityInstantiationBuilder<T>>
| Modifier and Type | Method and Description | 
|---|---|
T | 
setVariable(String name,
           Object value)
If an instruction is submitted before then the variable is set when the
 instruction is executed. 
 | 
T | 
setVariableLocal(String name,
                Object value)
If an instruction is submitted before then the local variable is set when
 the instruction is executed. 
 | 
T | 
setVariables(Map<String,Object> variables)
If an instruction is submitted before then all variables are set when the
 instruction is executed. 
 | 
T | 
setVariablesLocal(Map<String,Object> variables)
If an instruction is submitted before then all local variables are set when
 the 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.