Class VariableType
java.lang.Object
org.activiti.spring.process.variable.types.VariableType
- Direct Known Subclasses:
JavaObjectVariableType,JsonObjectVariableType
Base variable type for types as defined in extension json files. Used to validate variables against definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()protected booleanisExpression(Object var) parseFromValue(Object value) voidabstract voidvalidate(Object var, List<ActivitiException> errors)
-
Constructor Details
-
VariableType
public VariableType()
-
-
Method Details
-
getName
-
setName
-
validate
-
parseFromValue
- Throws:
ActivitiException
-
isExpression
-