Class DataDictionaryVariableELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.engine.impl.datadictionary.el.DataDictionaryVariableELResolver
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetArrayElementValue(DataDictionaryTypedJsonArray arrayVariable, Object property) Class<?>getCommonPropertyType(ELContext context, Object base) getFeatureDescriptors(ELContext elContext, Object o) protected ObjectgetPropertyValue(DataDictionaryTypedObject complexVariable, Object property) Class<?>protected booleanisPropertyReadOnly(Object base, String property) booleanisReadOnly(ELContext context, Object base, Object property) voidMethods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
invoke
-
Field Details
-
readOnly
protected final boolean readOnly
-
-
Constructor Details
-
DataDictionaryVariableELResolver
public DataDictionaryVariableELResolver() -
DataDictionaryVariableELResolver
public DataDictionaryVariableELResolver(boolean readOnly)
-
-
Method Details
-
getCommonPropertyType
- Specified by:
getCommonPropertyTypein classELResolver
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptorsin classELResolver
-
getType
- Specified by:
getTypein classELResolver
-
getValue
- Specified by:
getValuein classELResolver
-
getPropertyValue
-
getArrayElementValue
-
isReadOnly
- Specified by:
isReadOnlyin classELResolver
-
isPropertyReadOnly
-
setValue
- Specified by:
setValuein classELResolver
-