Collaboration API Documentation

com.filenet.bso.api.collaboration.store
Interface EmailTemplateMapsStore


public interface EmailTemplateMapsStore

A class that implements the EmailTemplateMapsStore interface returns the ObjectStore objects configured to hold collaboration object definitions and notifications.


Field Summary
static java.lang.String CODE_XML
           
static java.lang.String EMAIL_TEMPLATE_MAP_XML
           
static java.lang.String EMAIL_TEMPLATE_MAPS_XML
           
static java.lang.String ID_XML
           
static java.lang.String MAP_ENTRY_XML
           
static java.lang.String NAME_XML
           
 
Method Summary
 java.util.Map getAllEmailTemplateMaps()
          Return all e-mail template maps in a map keyed by the ID of the map.
 java.util.Map getEmailTemplateMapByID(java.lang.String id)
          Return a specific e-mail template map given its ID.
 

Field Detail

EMAIL_TEMPLATE_MAPS_XML

public static final java.lang.String EMAIL_TEMPLATE_MAPS_XML

EMAIL_TEMPLATE_MAP_XML

public static final java.lang.String EMAIL_TEMPLATE_MAP_XML

ID_XML

public static final java.lang.String ID_XML

MAP_ENTRY_XML

public static final java.lang.String MAP_ENTRY_XML

CODE_XML

public static final java.lang.String CODE_XML

NAME_XML

public static final java.lang.String NAME_XML
Method Detail

getEmailTemplateMapByID

public java.util.Map getEmailTemplateMapByID(java.lang.String id)
Return a specific e-mail template map given its ID. The map returned contains the names of the associated e-mail templates, keyed by the notification code.
Parameters:
id - the ID of the e-mail template map to return
Returns:
a map of e-mail template names keyed by notification code

getAllEmailTemplateMaps

public java.util.Map getAllEmailTemplateMaps()
Return all e-mail template maps in a map keyed by the ID of the map.
Returns:
a map containing all the e-mail template maps. This map is keyed by the e-mail template map's ID.

Collaboration API Documentation

Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.