Interface Function

    • Method Detail

      • execute

        Object execute​(Session session,
                       List<Object> arguments)
                throws Exception
        Execute this function within the given Session and with the given arguments.
        Parameters:
        session - the current session
        arguments - the arguments of this function
        Returns:
        the result
        Throws:
        Exception - if any exception occurs