Class MaskContextTemplate

java.lang.Object
com.aquima.interactions.test.templates.context.MaskContextTemplate

public class MaskContextTemplate extends Object
Template that can be used to create a mask context.
Since:
6.0
Author:
Jon van Leuven
  • Constructor Details

    • MaskContextTemplate

      public MaskContextTemplate()
      Constructs a mask context template.
    • MaskContextTemplate

      public MaskContextTemplate(IApplicationTemplate applicationTemplate)
      Constructs a mask context template.
      Parameters:
      applicationTemplate - ApplicationTemplate
  • Method Details

    • setMaskTypeName

      public void setMaskTypeName(String name)
      This method should be invoked to specify the mask type name.
      Parameters:
      name - The mask type name.
    • setMaskCallName

      public void setMaskCallName(String name)
      This method should be invoked to specify the mask call name.
      Parameters:
      name - The mask call name.
    • addParameter

      public void addParameter(String name, String strValue)
      This method can be used to add a mask parameter.
      Parameters:
      name - The name of the parameter.
      strValue - The value of the parameter.
    • getMaskTypeName

      protected String getMaskTypeName()
    • getMaskCallName

      protected String getMaskCallName()
    • getParameters

      protected com.aquima.interactions.foundation.IParameters getParameters()
    • toContext

      public com.aquima.interactions.portal.IMaskContext toContext()
      This method converts the template to a mask context.
      Returns:
      Container context for the template.
    • getLanguages

      protected com.aquima.interactions.foundation.text.ILanguage[] getLanguages()