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 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 class org.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 class org.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 class org.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 class org.flowable.common.engine.impl.javax.el.ELResolver
    • getPropertyValue

      protected Object getPropertyValue(DataDictionaryTypedObject complexVariable, Object property)
    • getArrayElementValue

      protected Object getArrayElementValue(DataDictionaryTypedJsonArray arrayVariable, Object property)
    • isReadOnly

      public boolean isReadOnly(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property)
      Specified by:
      isReadOnly in class org.flowable.common.engine.impl.javax.el.ELResolver
    • isPropertyReadOnly

      protected boolean isPropertyReadOnly(Object base, String property)
    • setValue

      public void setValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property, Object value)
      Specified by:
      setValue in class org.flowable.common.engine.impl.javax.el.ELResolver