com.businessobjects.sdk.plugin.desktop.common
Interface IAlertDeliveryAttachments

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List

public interface IAlertDeliveryAttachments
extends java.util.List

This interface allows you to add an object as an attachment to the alert delivery destination. Some alert delivery methods do not support attachments.

Since:
4.0

Method Summary
 IAlertDeliveryAttachment add(java.lang.String mimeType, java.lang.String embedName)
          Adds an attachment to the collection.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

add

IAlertDeliveryAttachment add(java.lang.String mimeType,
                             java.lang.String embedName)
Adds an attachment to the collection.

Parameters:
mimeType - The MIME type of the attachment.
embedName - The name of the attachment.
Returns:
The newly-created attachment.