com.crystaldecisions.sdk.occa.infostore
Interface ISendable


public interface ISendable

This Interface allows you to determine the destinations for the sendable objects. For more information see the IInfoStore interface.


Method Summary
 IDestination getSendToDestination()
          Returns the destination used in conjunction with sendTo method.
 

Method Detail

getSendToDestination

public IDestination getSendToDestination()
                                  throws SDKException
Returns the destination used in conjunction with sendTo method.

Returns:
A IDestination interface.
Throws:
SDKException - This is thrown if the process is unsuccessful.
See Also:
IInfoStore.sendTo(IInfoObjects objects)