Uses of Interface
org.camunda.bpm.dmn.feel.impl.scala.function.FeelCustomFunctionProvider
-
-
Uses of FeelCustomFunctionProvider in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl with type parameters of type FeelCustomFunctionProvider Modifier and Type Field Description protected java.util.List<FeelCustomFunctionProvider>
DefaultDmnEngineConfiguration. feelCustomFunctionProviders
a list of DMN FEEL custom function providersMethods in org.camunda.bpm.dmn.engine.impl that return types with arguments of type FeelCustomFunctionProvider Modifier and Type Method Description java.util.List<FeelCustomFunctionProvider>
DefaultDmnEngineConfiguration. getFeelCustomFunctionProviders()
Method parameters in org.camunda.bpm.dmn.engine.impl with type arguments of type FeelCustomFunctionProvider Modifier and Type Method Description DefaultDmnEngineConfiguration
DefaultDmnEngineConfiguration. feelCustomFunctionProviders(java.util.List<FeelCustomFunctionProvider> feelCustomFunctionProviders)
Set a list of FEEL Custom Function Providers.void
DefaultDmnEngineConfiguration. setFeelCustomFunctionProviders(java.util.List<FeelCustomFunctionProvider> feelCustomFunctionProviders)
Set a list of FEEL Custom Function Providers. -
Uses of FeelCustomFunctionProvider in org.camunda.bpm.dmn.feel.impl.scala
Fields in org.camunda.bpm.dmn.feel.impl.scala with type parameters of type FeelCustomFunctionProvider Modifier and Type Field Description protected java.util.List<FeelCustomFunctionProvider>
ScalaFeelEngineFactory. customFunctionProviders
Methods in org.camunda.bpm.dmn.feel.impl.scala that return types with arguments of type FeelCustomFunctionProvider Modifier and Type Method Description java.util.List<FeelCustomFunctionProvider>
ScalaFeelEngineFactory. getCustomFunctionProviders()
Method parameters in org.camunda.bpm.dmn.feel.impl.scala with type arguments of type FeelCustomFunctionProvider Modifier and Type Method Description void
ScalaFeelEngineFactory. setCustomFunctionProviders(java.util.List<FeelCustomFunctionProvider> customFunctionProviders)
Constructor parameters in org.camunda.bpm.dmn.feel.impl.scala with type arguments of type FeelCustomFunctionProvider Constructor Description ScalaFeelEngine(java.util.List<FeelCustomFunctionProvider> functionProviders)
ScalaFeelEngineFactory(java.util.List<FeelCustomFunctionProvider> customFunctionProviders)
-
Uses of FeelCustomFunctionProvider in org.camunda.bpm.dmn.feel.impl.scala.function
Method parameters in org.camunda.bpm.dmn.feel.impl.scala.function with type arguments of type FeelCustomFunctionProvider Modifier and Type Method Description protected void
CustomFunctionTransformer. transformFunctions(java.util.List<FeelCustomFunctionProvider> functionProviders)
Constructor parameters in org.camunda.bpm.dmn.feel.impl.scala.function with type arguments of type FeelCustomFunctionProvider Constructor Description CustomFunctionTransformer(java.util.List<FeelCustomFunctionProvider> functionProviders, org.camunda.feel.valuemapper.ValueMapper valueMapper)
-
Uses of FeelCustomFunctionProvider in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type FeelCustomFunctionProvider Modifier and Type Field Description protected java.util.List<FeelCustomFunctionProvider>
ProcessEngineConfigurationImpl. dmnFeelCustomFunctionProviders
a list of DMN FEEL custom function providersMethods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type FeelCustomFunctionProvider Modifier and Type Method Description java.util.List<FeelCustomFunctionProvider>
ProcessEngineConfigurationImpl. getDmnFeelCustomFunctionProviders()
Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type FeelCustomFunctionProvider Modifier and Type Method Description ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. setDmnFeelCustomFunctionProviders(java.util.List<FeelCustomFunctionProvider> dmnFeelCustomFunctionProviders)
-
Uses of FeelCustomFunctionProvider in org.camunda.bpm.engine.impl.dmn.configuration
Fields in org.camunda.bpm.engine.impl.dmn.configuration with type parameters of type FeelCustomFunctionProvider Modifier and Type Field Description protected java.util.List<FeelCustomFunctionProvider>
DmnEngineConfigurationBuilder. feelCustomFunctionProviders
Method parameters in org.camunda.bpm.engine.impl.dmn.configuration with type arguments of type FeelCustomFunctionProvider Modifier and Type Method Description DmnEngineConfigurationBuilder
DmnEngineConfigurationBuilder. feelCustomFunctionProviders(java.util.List<FeelCustomFunctionProvider> feelCustomFunctionProviders)
-