Interface IMaskCallVisitor

All Known Implementing Classes:
MaskCallVisitor

public interface IMaskCallVisitor
The mask call visitor interface is used during the initialization of the portal engine to determine the mask calls that are available.
Since:
7.0
Author:
Jon van Leuven
  • 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 mask call.
  • Method Details

    • addMaskCall

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