com.crystaldecisions.sdk.occa.infostore
Interface IDestinationFormat


public interface IDestinationFormat


Method Summary
 IFormatInfos getFormatInfos()
          Get the formats collection for specified source document.
 int getSourceDocumentID()
           Returns the source document id.
 void setSourceDocumentID(int docID)
           Sets the source document ID for the given publication object.
 

Method Detail

getSourceDocumentID

int getSourceDocumentID()

Returns the source document id.

Returns:
An int representing the source document ID

setSourceDocumentID

void setSourceDocumentID(int docID)
                         throws SDKException

Sets the source document ID for the given publication object.

Parameters:
docID - An int representing the source document id
Throws:
SDKException

getFormatInfos

IFormatInfos getFormatInfos()

Get the formats collection for specified source document.

For each destination, the format collection specifies artifacts to distribute, the artifacts are specified by their formats.

Returns:
A IFormatInfos, format information collection for the document.