Interface VariableContainer
-
public interface VariableContainer- Author:
- Joram Barrez
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static VariableContainerempty()StringgetTenantId()ObjectgetVariable(String variableName)booleanhasVariable(String variableName)voidsetTransientVariable(String variableName, Object variableValue)voidsetVariable(String variableName, Object variableValue)
-
-
-
Method Detail
-
empty
static VariableContainer empty()
- Returns:
- an empty (null object) variable container.
-
hasVariable
boolean hasVariable(String variableName)
-
getTenantId
String getTenantId()
-
-