Class ProcessVariableLocalMap

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

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

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

Author:
Michael Scholz