Class ReferenceFunctionLayer

    • Constructor Detail

      • ReferenceFunctionLayer

        public ReferenceFunctionLayer()
    • Method Detail

      • evaluate

        public java.lang.Object evaluate​(java.lang.String functionName,
                                         java.lang.Object... parameters)
        This method resolves the reference of uuid instances and return the joinable map that correspond to the reference object.
        Specified by:
        evaluate in interface QueryFunctionLayerInterface
        Parameters:
        functionName - Function name.
        parameters - Function's parameters.
        Returns:
        Collection or single instance of joinable map.