Interface DDMExpressionFunctionRegistry
@ProviderType
public interface DDMExpressionFunctionRegistry
-
Method Summary
Modifier and TypeMethodDescriptiongetDDMExpressionFunctionFactories(Set<String> functionNames) getDDMExpressionFunctions(Set<String> functionNames) Deprecated.As of Mueller (7.2.x), with no direct replacementvoidungetDDMExpressionFunctions(Map<String, DDMExpressionFunction> ddmExpressionFunctionsMap) Deprecated.As of Mueller (7.2.x), with no direct replacement
-
Method Details
-
getCustomDDMExpressionFunctions
Map<String,DDMExpressionFunction> getCustomDDMExpressionFunctions() -
getDDMExpressionFunctionFactories
Map<String,DDMExpressionFunctionFactory> getDDMExpressionFunctionFactories(Set<String> functionNames) -
getDDMExpressionFunctions
Deprecated.As of Mueller (7.2.x), with no direct replacement -
ungetDDMExpressionFunctions
@Deprecated void ungetDDMExpressionFunctions(Map<String, DDMExpressionFunction> ddmExpressionFunctionsMap) Deprecated.As of Mueller (7.2.x), with no direct replacement
-