com.crystaldecisions.sdk.plugin.desktop.server
Interface IServerDestinations


public interface IServerDestinations

This interface provides access server destinations.


Method Summary
 java.util.Set getDestinationProgIDs()
           
 IServerDestination getServerDestination(java.lang.String progID)
           Get destination of the input progid type. progID should be a string that equals the prog id of the intended destination plugin.
 java.util.Iterator iterator()
           
 

Method Detail

getDestinationProgIDs

java.util.Set getDestinationProgIDs()

getServerDestination

IServerDestination getServerDestination(java.lang.String progID)

Get destination of the input progid type. progID should be a string that equals the prog id of the intended destination plugin.

Parameters:
progID - A String specifying the name of the destination to be retrieve. Equals the progid of the intended destination plugin. They are case sensitive so better to use CeProgID.
Returns:
the destination.

iterator

java.util.Iterator iterator()