Uses of Interface
org.camunda.bpm.dmn.feel.impl.FeelEngineFactory
-
Packages that use FeelEngineFactory Package Description org.camunda.bpm.dmn.engine.impl org.camunda.bpm.dmn.feel.impl.juel org.camunda.bpm.dmn.feel.impl.scala -
-
Uses of FeelEngineFactory in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl declared as FeelEngineFactory Modifier and Type Field Description protected FeelEngineFactory
DefaultDmnEngineConfiguration. feelEngineFactory
Methods in org.camunda.bpm.dmn.engine.impl that return FeelEngineFactory Modifier and Type Method Description FeelEngineFactory
DefaultDmnEngineConfiguration. getFeelEngineFactory()
Methods in org.camunda.bpm.dmn.engine.impl with parameters of type FeelEngineFactory Modifier and Type Method Description DefaultDmnEngineConfiguration
DefaultDmnEngineConfiguration. feelEngineFactory(FeelEngineFactory feelEngineFactory)
Set the factory to create aFeelEngine
void
DefaultDmnEngineConfiguration. setFeelEngineFactory(FeelEngineFactory feelEngineFactory)
Set the factory to create aFeelEngine
-
Uses of FeelEngineFactory in org.camunda.bpm.dmn.feel.impl.juel
Classes in org.camunda.bpm.dmn.feel.impl.juel that implement FeelEngineFactory Modifier and Type Class Description class
FeelEngineFactoryImpl
-
Uses of FeelEngineFactory in org.camunda.bpm.dmn.feel.impl.scala
Classes in org.camunda.bpm.dmn.feel.impl.scala that implement FeelEngineFactory Modifier and Type Class Description class
ScalaFeelEngineFactory
-