Class DataDictionaryVariableELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.engine.impl.datadictionary.el.DataDictionaryVariableELResolver
public class DataDictionaryVariableELResolver
extends org.flowable.common.engine.impl.javax.el.ELResolver
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetArrayElementValue(DataDictionaryTypedJsonArray arrayVariable, Object property) Class<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext context, Object base) protected ObjectgetPropertyValue(DataDictionaryTypedObject complexVariable, Object property) Class<?> protected booleanisPropertyReadOnly(Object base, String property) booleanisReadOnly(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) voidsetValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property, Object value) Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
convertToType, invoke
-
Field Details
-
readOnly
protected final boolean readOnly
-
-
Constructor Details
-
DataDictionaryVariableELResolver
public DataDictionaryVariableELResolver() -
DataDictionaryVariableELResolver
public DataDictionaryVariableELResolver(boolean readOnly)
-
-
Method Details
-
getCommonPropertyType
-
getType
-
getValue
-
getPropertyValue
-
getArrayElementValue
-
isReadOnly
-
isPropertyReadOnly
-
setValue
-