com.crystaldecisions.sdk.occa.infostore
Interface IDestinationPluginArtifactFormat.CeDistributionMode

Enclosing interface:
IDestinationPluginArtifactFormat

public static interface IDestinationPluginArtifactFormat.CeDistributionMode

Mode of distribution. Artifact only or with source document.


Field Summary
static int FILTER_EXCLUDE_SOURCE_DOCUMENTS
           Distribute plugin artifact only - filter out any matching source documents (i.e. only distribute the plugin artifact, not the documents used to make it).
static int FILTER_NONE
           Distribute plugin artifact along with any source documents that match specified destination formats.
 

Field Detail

FILTER_NONE

static final int FILTER_NONE

Distribute plugin artifact along with any source documents that match specified destination formats.

See Also:
Constant Field Values

FILTER_EXCLUDE_SOURCE_DOCUMENTS

static final int FILTER_EXCLUDE_SOURCE_DOCUMENTS

Distribute plugin artifact only - filter out any matching source documents (i.e. only distribute the plugin artifact, not the documents used to make it).

See Also:
Constant Field Values