Package org.camunda.bpm.engine.impl.el
Interface ElProviderCompatible
-
- All Known Implementing Classes:
JuelExpressionManager,MockExpressionManager
public interface ElProviderCompatibleImplementations indicate that they are compatible withElProviderand can provide one. A class that implementsExpressionManagermay implement this interface to be used as anElProvideras well.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.camunda.bpm.dmn.engine.impl.spi.el.ElProvidertoElProvider()
-