|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DelegateVariableMapping
Represents a delegated mapping of input and output variables.
| Method Summary | |
|---|---|
void |
mapInputVariables(DelegateExecution superExecution,
org.camunda.bpm.engine.variable.VariableMap subVariables)
Maps the input variables into the given variables map. |
void |
mapOutputVariables(DelegateExecution superExecution,
VariableScope subInstance)
Maps the output variables into the outer process. |
| Method Detail |
|---|
void mapInputVariables(DelegateExecution superExecution,
org.camunda.bpm.engine.variable.VariableMap subVariables)
superExecution - the execution object of the super (outer) processsubVariables - the variables map of the sub (inner) process
void mapOutputVariables(DelegateExecution superExecution,
VariableScope subInstance)
superExecution - the execution object of the super (outer) process, which gets the output variablessubInstance - the instance of the sub process, which contains the variables
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||