|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityInstantiationBuilder<T extends ActivityInstantiationBuilder<T>>
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
T setVariable(String name,
Object value)
T setVariableLocal(String name,
Object value)
T setVariables(Map<String,Object> variables)
T setVariablesLocal(Map<String,Object> variables)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||