Uses of Interface
org.operaton.bpm.dmn.feel.impl.scala.function.FeelCustomFunctionProvider
Packages that use FeelCustomFunctionProvider
Package
Description
-
Uses of FeelCustomFunctionProvider in org.operaton.bpm.dmn.engine.impl
Fields in org.operaton.bpm.dmn.engine.impl with type parameters of type FeelCustomFunctionProviderModifier and TypeFieldDescriptionprotected List<FeelCustomFunctionProvider> DefaultDmnEngineConfiguration.feelCustomFunctionProvidersa list of DMN FEEL custom function providersMethods in org.operaton.bpm.dmn.engine.impl that return types with arguments of type FeelCustomFunctionProviderMethod parameters in org.operaton.bpm.dmn.engine.impl with type arguments of type FeelCustomFunctionProviderModifier and TypeMethodDescriptionDefaultDmnEngineConfiguration.feelCustomFunctionProviders(List<FeelCustomFunctionProvider> feelCustomFunctionProviders) Set a list of FEEL Custom Function Providers.voidDefaultDmnEngineConfiguration.setFeelCustomFunctionProviders(List<FeelCustomFunctionProvider> feelCustomFunctionProviders) Set a list of FEEL Custom Function Providers. -
Uses of FeelCustomFunctionProvider in org.operaton.bpm.dmn.feel.impl.scala
Fields in org.operaton.bpm.dmn.feel.impl.scala with type parameters of type FeelCustomFunctionProviderModifier and TypeFieldDescriptionprotected List<FeelCustomFunctionProvider> ScalaFeelEngineFactory.customFunctionProvidersA protected field that stores a list of custom function providers for the FEEL engine.Methods in org.operaton.bpm.dmn.feel.impl.scala that return types with arguments of type FeelCustomFunctionProviderModifier and TypeMethodDescriptionScalaFeelEngineFactory.getCustomFunctionProviders()Retrieves the list of custom function providers that have been configured for the factory.Method parameters in org.operaton.bpm.dmn.feel.impl.scala with type arguments of type FeelCustomFunctionProviderModifier and TypeMethodDescriptionvoidScalaFeelEngineFactory.setCustomFunctionProviders(List<FeelCustomFunctionProvider> customFunctionProviders) Sets the custom function providers for the engine factory.Constructor parameters in org.operaton.bpm.dmn.feel.impl.scala with type arguments of type FeelCustomFunctionProviderModifierConstructorDescriptionScalaFeelEngine(List<FeelCustomFunctionProvider> functionProviders) Constructs an instance of the ScalaFeelEngine.ScalaFeelEngineFactory(List<FeelCustomFunctionProvider> customFunctionProviders) Constructs a new instance of ScalaFeelEngineFactory with the given list of custom function providers. -
Uses of FeelCustomFunctionProvider in org.operaton.bpm.dmn.feel.impl.scala.function
Method parameters in org.operaton.bpm.dmn.feel.impl.scala.function with type arguments of type FeelCustomFunctionProviderModifier and TypeMethodDescriptionprotected voidCustomFunctionTransformer.transformFunctions(List<FeelCustomFunctionProvider> functionProviders) Constructor parameters in org.operaton.bpm.dmn.feel.impl.scala.function with type arguments of type FeelCustomFunctionProviderModifierConstructorDescriptionCustomFunctionTransformer(List<FeelCustomFunctionProvider> functionProviders, org.camunda.feel.valuemapper.ValueMapper valueMapper) -
Uses of FeelCustomFunctionProvider in org.operaton.bpm.engine.impl.cfg
Fields in org.operaton.bpm.engine.impl.cfg with type parameters of type FeelCustomFunctionProviderModifier and TypeFieldDescriptionprotected List<FeelCustomFunctionProvider> ProcessEngineConfigurationImpl.dmnFeelCustomFunctionProvidersa list of DMN FEEL custom function providersMethods in org.operaton.bpm.engine.impl.cfg that return types with arguments of type FeelCustomFunctionProviderModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getDmnFeelCustomFunctionProviders()Method parameters in org.operaton.bpm.engine.impl.cfg with type arguments of type FeelCustomFunctionProviderModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setDmnFeelCustomFunctionProviders(List<FeelCustomFunctionProvider> dmnFeelCustomFunctionProviders) -
Uses of FeelCustomFunctionProvider in org.operaton.bpm.engine.impl.dmn.configuration
Fields in org.operaton.bpm.engine.impl.dmn.configuration with type parameters of type FeelCustomFunctionProviderModifier and TypeFieldDescriptionprotected List<FeelCustomFunctionProvider> DmnEngineConfigurationBuilder.feelCustomFunctionProvidersMethod parameters in org.operaton.bpm.engine.impl.dmn.configuration with type arguments of type FeelCustomFunctionProviderModifier and TypeMethodDescriptionDmnEngineConfigurationBuilder.feelCustomFunctionProviders(List<FeelCustomFunctionProvider> feelCustomFunctionProviders)