Class ProcessVariableMap

java.lang.Object
org.camunda.bpm.engine.cdi.impl.ProcessVariableMap
All Implemented Interfaces:
Map<String,Object>, VariableMap

public class ProcessVariableMap extends Object
Allows to expose the process variables of the current business process as a java.util.Map<String,Object>

The map delegates changes to BusinessProcess.setVariable(String, Object) and BusinessProcess.getVariable(String), so that they are not flushed prematurely.

Author:
Daniel Meyer