|
||||||||||
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)
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. |
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 |