com.crystaldecisions.sdk.occa.infostore
Interface IDestinations

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

public interface IDestinations
extends java.util.List

Returns a collection of IDestination objects.


Method Summary
 IDestination add(java.lang.String name)
           Add a new destination.
 
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

public IDestination add(java.lang.String name)
                 throws SDKException

Add a new destination. The name of the new destination should be a string that equals the prog id of the intended destination plugin.

Note: For a scheduling destination, it can be:

Note: For an alert destination, it can only be:

Parameters:
name - A String specifying the name of the new destination to be added. Equals the prog id of the intended destination plugin.
Returns:
the new destination.
Throws:
SDKException - This is thrown if the process is unsuccessful.