com.crystaldecisions.sdk.occa.infostore
Interface ISendable


public interface ISendable

Interface for the sendable objects


Method Summary
 IDeliverToInboxPrincipals getDeliverToInboxPrincipals()
          Gets a principals ID collection that represents the whom to deliver to for the DeliveryToInbox operation.
 IDestination getSendToDestination()
          Returns the destination used in conjunction with sendTo method.
 

Method Detail

getSendToDestination

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)

getDeliverToInboxPrincipals

IDeliverToInboxPrincipals getDeliverToInboxPrincipals()
                                                      throws SDKException
Gets a principals ID collection that represents the whom to deliver to for the DeliveryToInbox operation.

Returns:
A List of DeliveryToInboxPrincipal(s) object.
Throws:
SDKException