java.lang.Object
com.aquima.interactions.portal.model.session.MaskManager
All Implemented Interfaces:
IMaskManager

public class MaskManager extends Object implements IMaskManager
Internal mask manager implementation.
Since:
7.1
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • getMaskCall

      public IMaskCall getMaskCall(String maskCallName)
      Description copied from interface: IMaskManager
      This method returns the mask call for a specified name.
      Specified by:
      getMaskCall in interface IMaskManager
      Parameters:
      maskCallName - The name of the mask call to lookup.
      Returns:
      The mask call implementation, never null.
    • getMaskCallNames

      public String[] getMaskCallNames()
      Description copied from interface: IMaskManager
      This method returns all available mask call names.
      Specified by:
      getMaskCallNames in interface IMaskManager
      Returns:
      An array containing all mask call names, never null.