Uses of Interface
org.camunda.bpm.dmn.feel.impl.scala.function.FeelCustomFunctionProvider
Package
Description
-
Uses of FeelCustomFunctionProvider in org.camunda.bpm.dmn.engine.impl
Modifier and TypeFieldDescriptionprotected List<FeelCustomFunctionProvider>
DefaultDmnEngineConfiguration.feelCustomFunctionProviders
a list of DMN FEEL custom function providersModifier and TypeMethodDescriptionDefaultDmnEngineConfiguration.feelCustomFunctionProviders
(List<FeelCustomFunctionProvider> feelCustomFunctionProviders) Set a list of FEEL Custom Function Providers.void
DefaultDmnEngineConfiguration.setFeelCustomFunctionProviders
(List<FeelCustomFunctionProvider> feelCustomFunctionProviders) Set a list of FEEL Custom Function Providers. -
Uses of FeelCustomFunctionProvider in org.camunda.bpm.dmn.feel.impl.scala
Modifier and TypeFieldDescriptionprotected List<FeelCustomFunctionProvider>
ScalaFeelEngineFactory.customFunctionProviders
Modifier and TypeMethodDescriptionvoid
ScalaFeelEngineFactory.setCustomFunctionProviders
(List<FeelCustomFunctionProvider> customFunctionProviders) ModifierConstructorDescriptionScalaFeelEngine
(List<FeelCustomFunctionProvider> functionProviders) ScalaFeelEngineFactory
(List<FeelCustomFunctionProvider> customFunctionProviders) -
Uses of FeelCustomFunctionProvider in org.camunda.bpm.dmn.feel.impl.scala.function
Modifier and TypeMethodDescriptionprotected void
CustomFunctionTransformer.transformFunctions
(List<FeelCustomFunctionProvider> functionProviders) ModifierConstructorDescriptionCustomFunctionTransformer
(List<FeelCustomFunctionProvider> functionProviders, org.camunda.feel.valuemapper.ValueMapper valueMapper) -
Uses of FeelCustomFunctionProvider in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected List<FeelCustomFunctionProvider>
ProcessEngineConfigurationImpl.dmnFeelCustomFunctionProviders
a list of DMN FEEL custom function providersModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getDmnFeelCustomFunctionProviders()
Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setDmnFeelCustomFunctionProviders
(List<FeelCustomFunctionProvider> dmnFeelCustomFunctionProviders) -
Uses of FeelCustomFunctionProvider in org.camunda.bpm.engine.impl.dmn.configuration
Modifier and TypeFieldDescriptionprotected List<FeelCustomFunctionProvider>
DmnEngineConfigurationBuilder.feelCustomFunctionProviders
Modifier and TypeMethodDescriptionDmnEngineConfigurationBuilder.feelCustomFunctionProviders
(List<FeelCustomFunctionProvider> feelCustomFunctionProviders)