Collaboration API Documentation

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.
 

Method Detail

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 notification
appID - the template's application ID
Returns:
the template for that notification as an array of bytes

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.