filenet.vw.api

Class VWAppNotificationTemplateList

  • java.lang.Object
    • filenet.vw.api.VWAppNotificationTemplateList
  • All Implemented Interfaces:
    java.io.Serializable


    public final class VWAppNotificationTemplateList
    extends java.lang.Object
    implements java.io.Serializable
    This class contains the e-mail notification template files for one web application.
    Since:
    PE 5.2.0.0
    See Also:
    VWLanguagePack.getTemplateFiles(), Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getApplicationId()
      Gets the application ID, which is the name of the directory which contained the e-mail notification template files.
      java.util.HashMap getTemplateList()
      Gets the collection of e-mail notification templates for the current application.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getApplicationId

        public java.lang.String getApplicationId()
                                          throws VWException
        Gets the application ID, which is the name of the directory which contained the e-mail notification template files.
        Returns:
        The application ID
        Throws:
        VWException - Thrown for various causes.
        Since:
        PE 5.2.0.0
      • getTemplateList

        public java.util.HashMap getTemplateList()
                                          throws VWException
        Gets the collection of e-mail notification templates for the current application.
        Returns:
        a HashMap in which the key is the template name and the value is the contents of the corresponding template file.
        Throws:
        VWException - Thrown for various causes.
        Since:
        PE 5.2.0.0
        See Also:
        VWAppNotificationTemplateList.getApplicationId()

© Copyright IBM Corporation 2002, 2019. All rights reserved.