org.camunda.bpm.extension.osgi.application.impl
Class BlueprintBundleLocalELResolver
java.lang.Object
org.camunda.bpm.engine.impl.javax.el.ELResolver
org.camunda.bpm.extension.osgi.application.impl.BlueprintBundleLocalELResolver
public class BlueprintBundleLocalELResolver
- extends org.camunda.bpm.engine.impl.javax.el.ELResolver
| Fields inherited from class org.camunda.bpm.engine.impl.javax.el.ELResolver |
RESOLVABLE_AT_DESIGN_TIME, TYPE |
|
Method Summary |
org.osgi.service.blueprint.container.BlueprintContainer |
getBlueprintContainer()
|
Class<?> |
getCommonPropertyType(org.camunda.bpm.engine.impl.javax.el.ELContext context,
Object base)
|
Iterator<FeatureDescriptor> |
getFeatureDescriptors(org.camunda.bpm.engine.impl.javax.el.ELContext context,
Object base)
|
Class<?> |
getType(org.camunda.bpm.engine.impl.javax.el.ELContext context,
Object base,
Object property)
|
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 |
setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
|
void |
setValue(org.camunda.bpm.engine.impl.javax.el.ELContext context,
Object base,
Object property,
Object value)
|
| 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 |
BlueprintBundleLocalELResolver
public BlueprintBundleLocalELResolver()
getCommonPropertyType
public Class<?> getCommonPropertyType(org.camunda.bpm.engine.impl.javax.el.ELContext context,
Object base)
- 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 base)
- 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 base,
Object property)
- Specified by:
getType in class org.camunda.bpm.engine.impl.javax.el.ELResolver
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
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
setBlueprintContainer
public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
getBlueprintContainer
public org.osgi.service.blueprint.container.BlueprintContainer getBlueprintContainer()
Copyright © 2015 camunda services GmbH. All rights reserved.