com.businessobjects.sdk.plugin.desktop.publication
Interface IDynamicRecipientPerDocProfileMappings

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

public interface IDynamicRecipientPerDocProfileMappings
extends java.util.List

This interface represents a collection of IDynamicRecipientPerDocProfileMapping objects.


Method Summary
 IDynamicRecipientPerDocProfileMapping add()
          Creates a dynamic recipient document profile mapping for a document and adds it to the collection.
 IDynamicRecipientPerDocProfileMapping find(int sourceDocID)
          Returns the dynamic recipient document profile mapping for the specified source document.
 
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

IDynamicRecipientPerDocProfileMapping add()
Creates a dynamic recipient document profile mapping for a document and adds it to the collection.

Returns:
The new IDynamicRecipientPerDocProfileMapping object.

find

IDynamicRecipientPerDocProfileMapping find(int sourceDocID)
Returns the dynamic recipient document profile mapping for the specified source document.

Parameters:
sourceDocID - the source document ID
Returns:
The IDynamicRecipientPerDocProfileMapping object for the specified source document or null if no match was found.