Class ServiceRegistryVariableContainerElResolver

java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
org.flowable.common.engine.impl.el.VariableContainerELResolver
com.flowable.serviceregistry.engine.impl.expression.ServiceRegistryVariableContainerElResolver

public class ServiceRegistryVariableContainerElResolver extends org.flowable.common.engine.impl.el.VariableContainerELResolver
  • Field Summary

    Fields inherited from class org.flowable.common.engine.impl.el.VariableContainerELResolver

    CURRENT_TENANT_ID_KEY, LOGGED_IN_USER_KEY, VARIABLE_CONTAINER_KEY

    Fields inherited from class org.flowable.common.engine.impl.javax.el.ELResolver

    RESOLVABLE_AT_DESIGN_TIME, TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property)
     

    Methods inherited from class org.flowable.common.engine.impl.el.VariableContainerELResolver

    getCommonPropertyType, getFeatureDescriptors, getType, getVariableContainer, isReadOnly, setValue

    Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver

    invoke

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServiceRegistryVariableContainerElResolver

      public ServiceRegistryVariableContainerElResolver()
  • Method Details

    • getValue

      public Object getValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property)
      Overrides:
      getValue in class org.flowable.common.engine.impl.el.VariableContainerELResolver