Class DefinitionELResolver

java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.common.el.DefinitionELResolver

public class DefinitionELResolver extends org.flowable.common.engine.impl.javax.el.ELResolver
Resolves the definition of a case instance or process instance
  • Field Details

  • Constructor Details

    • DefinitionELResolver

      public DefinitionELResolver()
  • Method Details

    • getCommonPropertyType

      public Class<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object object)
      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 object)
      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 arg0, Object arg1, Object arg2)
      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
    • 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
    • isCaseInstanceOrProcessInstance

      protected boolean isCaseInstanceOrProcessInstance(Object base)
    • isCaseInstance

      protected boolean isCaseInstance(Object base)
    • isProcessInstance

      protected boolean isProcessInstance(Object base)
    • 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
    • getCmmnEngineConfiguration

      protected org.flowable.cmmn.engine.CmmnEngineConfiguration getCmmnEngineConfiguration()
    • getProcessEngineConfiguration

      protected org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl getProcessEngineConfiguration()