Class DataDictionaryVariableELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.engine.impl.datadictionary.el.DataDictionaryVariableELResolver
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Object
getArrayElementValue
(DataDictionaryTypedJsonArray arrayVariable, Object property) Class<?>
getCommonPropertyType
(ELContext context, Object base) getFeatureDescriptors
(ELContext elContext, Object o) protected Object
getPropertyValue
(DataDictionaryTypedObject complexVariable, Object property) Class<?>
boolean
isReadOnly
(ELContext context, Object base, Object property) void
Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
invoke
-
Constructor Details
-
DataDictionaryVariableELResolver
public DataDictionaryVariableELResolver() -
DataDictionaryVariableELResolver
public DataDictionaryVariableELResolver(boolean readOnly)
-
-
Method Details
-
getCommonPropertyType
- Specified by:
getCommonPropertyType
in classELResolver
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptors
in classELResolver
-
getType
- Specified by:
getType
in classELResolver
-
getValue
- Specified by:
getValue
in classELResolver
-
getPropertyValue
-
getArrayElementValue
-
isReadOnly
- Specified by:
isReadOnly
in classELResolver
-
setValue
- Specified by:
setValue
in classELResolver
-