Class CompositeReadOnlyVariableContainer

java.lang.Object
com.flowable.platform.common.util.CompositeReadOnlyVariableContainer
All Implemented Interfaces:
VariableContainer

public class CompositeReadOnlyVariableContainer extends Object implements VariableContainer
A read-only variable container, which iterates a collection of given variable containers to resolve a variable, in the order of iteration. The first variable container which contains the variable is used to return it.
Author:
Arthur Hupka-Merle