Schnittstelle 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() );
- Seit:
- 15.0
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifikator und TypSchnittstelleBeschreibungstatic @interfaceThis 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.