public interface ElContextFactory
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomFunction(String name,
Method method)
Add a custom function which can be used by the context.
|
javax.el.ELContext |
createContext(javax.el.ExpressionFactory expressionFactory,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
Create a
ELContext for the given ExpressionFactory and VariableContext. |
javax.el.ELContext createContext(javax.el.ExpressionFactory expressionFactory,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
ELContext for the given ExpressionFactory and VariableContext.expressionFactory - the ExpressionFactory to usevariableContext - the VariableContext to useELContext instanceCopyright © 2018 Camunda Services GmbH. All rights reserved.