Uses of Package
org.camunda.bpm.engine.impl.javax.el

Packages that use org.camunda.bpm.engine.impl.javax.el
org.camunda.bpm.application   
org.camunda.bpm.application.impl   
org.camunda.bpm.engine.impl.core.variable.scope   
org.camunda.bpm.engine.impl.delegate   
org.camunda.bpm.engine.impl.dmn.el   
org.camunda.bpm.engine.impl.el   
org.camunda.bpm.engine.impl.javax.el   
org.camunda.bpm.engine.impl.juel   
org.camunda.bpm.engine.test.mock   
 

Classes in org.camunda.bpm.engine.impl.javax.el used by org.camunda.bpm.application
BeanELResolver
          Defines property resolution behavior on objects using the JavaBeans component architecture.
ELResolver
          Enables customization of variable and property resolution behavior for EL expression evaluation.
 

Classes in org.camunda.bpm.engine.impl.javax.el used by org.camunda.bpm.application.impl
ELResolver
          Enables customization of variable and property resolution behavior for EL expression evaluation.
 

Classes in org.camunda.bpm.engine.impl.javax.el used by org.camunda.bpm.engine.impl.core.variable.scope
ELContext
          Context information for expression evaluation.
 

Classes in org.camunda.bpm.engine.impl.javax.el used by org.camunda.bpm.engine.impl.delegate
ELContext
          Context information for expression evaluation.
ValueExpression
          An Expression that can get or set a value.
 

Classes in org.camunda.bpm.engine.impl.javax.el used by org.camunda.bpm.engine.impl.dmn.el
ValueExpression
          An Expression that can get or set a value.
 

Classes in org.camunda.bpm.engine.impl.javax.el used by org.camunda.bpm.engine.impl.el
ELContext
          Context information for expression evaluation.
ELResolver
          Enables customization of variable and property resolution behavior for EL expression evaluation.
ExpressionFactory
          Parses a String into a ValueExpression or MethodExpression instance for later evaluation.
FunctionMapper
          The interface to a map between EL function names and methods.
ValueExpression
          An Expression that can get or set a value.
VariableMapper
          The interface to a map between EL variables and the EL expressions they are associated with.
 

Classes in org.camunda.bpm.engine.impl.javax.el used by org.camunda.bpm.engine.impl.javax.el
BeanELResolver.BeanProperty
           
ELContext
          Context information for expression evaluation.
ELContextEvent
          An event which indicates that an ELContext has been created.
ELException
          Represents any of the exception conditions that can arise during expression evaluation.
ELResolver
          Enables customization of variable and property resolution behavior for EL expression evaluation.
Expression
          Base class for the expression subclasses ValueExpression and MethodExpression, implementing characterstics common to both.
ExpressionFactory
          Parses a String into a ValueExpression or MethodExpression instance for later evaluation.
FunctionMapper
          The interface to a map between EL function names and methods.
MethodExpression
          An Expression that refers to a method on an object.
MethodInfo
          Holds information about a method that a MethodExpression evaluated to.
ValueExpression
          An Expression that can get or set a value.
ValueReference
          This class encapsulates a base model object and one of its properties.
VariableMapper
          The interface to a map between EL variables and the EL expressions they are associated with.
 

Classes in org.camunda.bpm.engine.impl.javax.el used by org.camunda.bpm.engine.impl.juel
ELContext
          Context information for expression evaluation.
ELException
          Represents any of the exception conditions that can arise during expression evaluation.
ELResolver
          Enables customization of variable and property resolution behavior for EL expression evaluation.
Expression
          Base class for the expression subclasses ValueExpression and MethodExpression, implementing characterstics common to both.
ExpressionFactory
          Parses a String into a ValueExpression or MethodExpression instance for later evaluation.
FunctionMapper
          The interface to a map between EL function names and methods.
MethodExpression
          An Expression that refers to a method on an object.
MethodInfo
          Holds information about a method that a MethodExpression evaluated to.
PropertyNotWritableException
          Thrown when a property could not be written to while setting the value on a ValueExpression.
ValueExpression
          An Expression that can get or set a value.
ValueReference
          This class encapsulates a base model object and one of its properties.
VariableMapper
          The interface to a map between EL variables and the EL expressions they are associated with.
 

Classes in org.camunda.bpm.engine.impl.javax.el used by org.camunda.bpm.engine.test.mock
ELContext
          Context information for expression evaluation.
ELResolver
          Enables customization of variable and property resolution behavior for EL expression evaluation.
 



Copyright © 2016 camunda services GmbH. All rights reserved.