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
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 Object
getArrayElementValue
(DataDictionaryTypedJsonArray arrayVariable, Object property) Class
<?> getCommonPropertyType
(org.flowable.common.engine.impl.javax.el.ELContext context, Object base) getFeatureDescriptors
(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object o) protected Object
getPropertyValue
(DataDictionaryTypedObject complexVariable, Object property) Class
<?> protected boolean
isPropertyReadOnly
(Object base, String property) boolean
isReadOnly
(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) void
setValue
(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
invoke
-
Field Details
-
readOnly
protected final boolean readOnly
-
-
Constructor Details
-
DataDictionaryVariableELResolver
public DataDictionaryVariableELResolver() -
DataDictionaryVariableELResolver
public DataDictionaryVariableELResolver(boolean readOnly)
-
-
Method Details
-
getCommonPropertyType
public Class<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext context, Object base) - Specified by:
getCommonPropertyType
in classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object o) - Specified by:
getFeatureDescriptors
in classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getType
public Class<?> getType(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) - Specified by:
getType
in classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getValue
public Object getValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) - Specified by:
getValue
in classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getPropertyValue
-
getArrayElementValue
-
isReadOnly
public boolean isReadOnly(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) - Specified by:
isReadOnly
in classorg.flowable.common.engine.impl.javax.el.ELResolver
-
isPropertyReadOnly
-
setValue
public void setValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property, Object value) - Specified by:
setValue
in classorg.flowable.common.engine.impl.javax.el.ELResolver
-