Package org.camunda.bpm.engine.impl.el
Interface ElProviderCompatible
- All Known Implementing Classes:
JuelExpressionManager,MockExpressionManager
public interface ElProviderCompatible
Implementations indicate that they are compatible with
ElProvider and
can provide one. A class that implements ExpressionManager may
implement this interface to be used as an ElProvider as well.-
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.dmn.engine.impl.spi.el.ElProvider
-
Method Details
-
toElProvider
org.camunda.bpm.dmn.engine.impl.spi.el.ElProvider toElProvider()- Returns:
- an
ElProvider
-