Interface IFunctionCallVisitor

All Known Implementing Classes:
FunctionCallVisitor, ReportingFunctionCallVisitor

public interface IFunctionCallVisitor
The function call visitor interface is used during the initialization of the portal engine to determine the function calls that are available.
Since:
10.3
Author:
Martijn van der Blom
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked by the data-source implementation to notify the portal engine of the existence of a service call.
  • Method Details

    • addFunctionCall

      void addFunctionCall(IFunctionCallDS functionCall)
      This method should be invoked by the data-source implementation to notify the portal engine of the existence of a service call. The method should be invoked for each function call.
      Parameters:
      functionCall - The function call datasource.
      Throws:
      InitializationException - This exception is thrown when the function call definition could not be initialized.