@ProviderType
public interface DDMExpressionFunctionRegistry
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DDMExpressionFunction> |
getCustomDDMExpressionFunctions() |
java.util.Map<java.lang.String,DDMExpressionFunctionFactory> |
getDDMExpressionFunctionFactories(java.util.Set<java.lang.String> functionNames) |
java.util.Map<java.lang.String,DDMExpressionFunction> |
getDDMExpressionFunctions(java.util.Set<java.lang.String> functionNames)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
void |
ungetDDMExpressionFunctions(java.util.Map<java.lang.String,DDMExpressionFunction> ddmExpressionFunctionsMap)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
java.util.Map<java.lang.String,DDMExpressionFunction> getCustomDDMExpressionFunctions()
java.util.Map<java.lang.String,DDMExpressionFunctionFactory> getDDMExpressionFunctionFactories(java.util.Set<java.lang.String> functionNames)
@Deprecated java.util.Map<java.lang.String,DDMExpressionFunction> getDDMExpressionFunctions(java.util.Set<java.lang.String> functionNames)
@Deprecated void ungetDDMExpressionFunctions(java.util.Map<java.lang.String,DDMExpressionFunction> ddmExpressionFunctionsMap)