Class MaskCallVisitor

java.lang.Object
com.aquima.interactions.portal.model.def.MaskCallVisitor
All Implemented Interfaces:
IMaskCallVisitor

public class MaskCallVisitor extends Object implements IMaskCallVisitor
The mask call visitor that is used during initialization to add all mask calls that are available through the data source.
Since:
7.0
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • process

      public static Map<String,IMaskCallDefinition> process(IModuleDS datasource)
    • addMaskCall

      public void addMaskCall(IMaskCallDS datasource)
      Description copied from interface: IMaskCallVisitor
      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.
      Specified by:
      addMaskCall in interface IMaskCallVisitor
      Parameters:
      datasource - The mask call datasource.