Schnittstelle UserDefinedFunction


public interface UserDefinedFunction
Interface to be registered by plugins that provide a user defined function for the reporting service.

For example:
ServerPluginManager spm;
spm.register( UserDefinedFunction.class, MyFunctions() );
Seit:
15.0
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifikator und Typ
    Schnittstelle
    Beschreibung
    static @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.