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.
Method Summary |
byte[] |
getEmailTemplate(java.lang.String name,
java.lang.String appID)
Get a particular named e-mail notification template. |
getEmailTemplate
public byte[] 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
Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.