com.filenet.bso.api.collaboration.store
Interface EmailTemplatesStore
- public interface EmailTemplatesStore
Interface containing a method to fetch an e-mail template from an e-mail templates store.
getEmailTemplate
public BsoByteArrayWithCharset getEmailTemplate(java.lang.String name,
java.lang.String appID)
- Get a particular named e-mail notification template.
- Parameters:
name
- the name of the notificationappID
- the template's application ID- Returns:
- the template for that notification as an array of bytes, plus a possible charset
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.