org.camunda.bpm.extension.osgi.blueprint
Class BlueprintELResolver

java.lang.Object
  extended by org.camunda.bpm.engine.impl.javax.el.ELResolver
      extended by org.camunda.bpm.extension.osgi.blueprint.BlueprintELResolver

public class BlueprintELResolver
extends org.camunda.bpm.engine.impl.javax.el.ELResolver

See Also:
org.camunda.bpm.engine.test.spring.ApplicationContextElResolver

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
 
Constructor Summary
BlueprintELResolver()
           
 
Method Summary
 void bindService(org.camunda.bpm.engine.delegate.JavaDelegate delegate, Map<?,?> props)
           
 Class<?> getCommonPropertyType(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object arg)
           
 Iterator<FeatureDescriptor> getFeatureDescriptors(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object arg)
           
 Class<?> getType(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object arg1, Object arg2)
           
 Object getValue(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object base, Object property)
           
 boolean isReadOnly(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object base, Object property)
           
 void setValue(org.camunda.bpm.engine.impl.javax.el.ELContext context, Object base, Object property, Object value)
           
 void unbindService(org.camunda.bpm.engine.delegate.JavaDelegate delegate, Map<?,?> props)
           
 
Methods inherited from class org.camunda.bpm.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 Detail

BlueprintELResolver

public BlueprintELResolver()
Method Detail

getValue

public Object getValue(org.camunda.bpm.engine.impl.javax.el.ELContext context,
                       Object base,
                       Object property)
Specified by:
getValue in class org.camunda.bpm.engine.impl.javax.el.ELResolver

bindService

public void bindService(org.camunda.bpm.engine.delegate.JavaDelegate delegate,
                        Map<?,?> props)

unbindService

public void unbindService(org.camunda.bpm.engine.delegate.JavaDelegate delegate,
                          Map<?,?> props)

isReadOnly

public boolean isReadOnly(org.camunda.bpm.engine.impl.javax.el.ELContext context,
                          Object base,
                          Object property)
Specified by:
isReadOnly in class org.camunda.bpm.engine.impl.javax.el.ELResolver

setValue

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

getCommonPropertyType

public Class<?> getCommonPropertyType(org.camunda.bpm.engine.impl.javax.el.ELContext context,
                                      Object arg)
Specified by:
getCommonPropertyType in class org.camunda.bpm.engine.impl.javax.el.ELResolver

getFeatureDescriptors

public Iterator<FeatureDescriptor> getFeatureDescriptors(org.camunda.bpm.engine.impl.javax.el.ELContext context,
                                                         Object arg)
Specified by:
getFeatureDescriptors in class org.camunda.bpm.engine.impl.javax.el.ELResolver

getType

public Class<?> getType(org.camunda.bpm.engine.impl.javax.el.ELContext context,
                        Object arg1,
                        Object arg2)
Specified by:
getType in class org.camunda.bpm.engine.impl.javax.el.ELResolver


Copyright © 2015 camunda services GmbH. All rights reserved.