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.SerializableThis 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.StringgetApplicationId()Gets the application ID, which is the name of the directory which contained the e-mail notification template files.java.util.HashMapgetTemplateList()Gets the collection of e-mail notification templates for the current application.
-
-
-
Method Detail
-
getApplicationId
public java.lang.String getApplicationId() throws VWExceptionGets 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 VWExceptionGets 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()
-
-