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

All Superinterfaces:
java.util.Collection, ISDKSet, java.lang.Iterable, java.util.Set

public interface IPublicationDocumentProfileTargets
extends ISDKSet

This interface defines a collection of IPublicationDocumentProfileTarget objects.


Method Summary
 IPublicationDocumentProfileTarget add(int docId)
          Creates a publication document profile target and adds it to the collection.
 IPublicationDocumentProfileTarget getDocumentProfileTarget(int docId)
          Returns the publication document profile target for the specified document ID.
 
Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKSet
get
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

add

IPublicationDocumentProfileTarget add(int docId)
                                      throws SDKException
Creates a publication document profile target and adds it to the collection.

Parameters:
docId - the source document ID
Returns:
The new IPublicationDocumentProfileTarget.
Throws:
SDKException - if the process is unsuccessful.

getDocumentProfileTarget

IPublicationDocumentProfileTarget getDocumentProfileTarget(int docId)
                                                           throws SDKException
Returns the publication document profile target for the specified document ID.

Parameters:
docId - the source document ID
Returns:
The IPublicationDocumentProfileTarget for the specified source document.
Throws:
SDKException - if a property bag operation failure occurs.