com.crystaldecisions.sdk.occa.infostore
Interface IDestinationPluginArtifactFormat


public interface IDestinationPluginArtifactFormat

This interface defines a destination plugin artifact for a source document.


Nested Class Summary
static interface IDestinationPluginArtifactFormat.CeDistributionMode
          Mode of distribution.
 
Method Summary
 int getDistributionMode()
           Returns the distribution mode.
 java.lang.String getFormat()
           Returns the format to be distributed.
 void setDistributionMode(int distributionMode)
           Sets the distribution mode.
 void setFormat(java.lang.String pluginFormat)
           Sets the format of plugin artifacts to distribute.
 

Method Detail

getFormat

java.lang.String getFormat()

Returns the format to be distributed.

Returns:
A String representing the SI_FORMAT value to include in distribution

setFormat

void setFormat(java.lang.String pluginFormat)
               throws SDKException

Sets the format of plugin artifacts to distribute.

Parameters:
pluginFormat - A String representing the SI_FORMAT value to include in distribution
Throws:
SDKException

getDistributionMode

int getDistributionMode()

Returns the distribution mode.

Returns:
An int representing the distribution mode

setDistributionMode

void setDistributionMode(int distributionMode)
                         throws SDKException

Sets the distribution mode.

Parameters:
distributionMode - An int representing the distribution mode
Throws:
SDKException