Package com.inet.report.formula
Interface UserDefinedFunction
public interface UserDefinedFunction
Interface to be registered by plugins that provide a user defined function for the reporting service.
For example:
For example:
ServerPluginManager spm;
spm.register( UserDefinedFunction.class, MyFunctions() );
- Since:
- 15.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic @interface
This annotation specifies not to optimize the method it is attached to.
Optimization is done by the formula engine in case a method call only has constant parameters.