Class TransientVariableInstance

java.lang.Object
org.flowable.variable.service.impl.persistence.entity.TransientVariableInstance
All Implemented Interfaces:
VariableInstance, ValueFields

public class TransientVariableInstance extends Object implements VariableInstance
A dummy implementation of VariableInstance, used for storing transient variables on a VariableScope, as the VariableScope works with instances of VariableInstance and not with raw key/values. Nothing more than a thin wrapper around a name and value. All the other methods are not implemented.
Author:
Joram Barrez