com.businessobjects.sdk.plugin.desktop.publication
Interface IPublicationBase.CeDataBurstingMode

Enclosing interface:
IPublicationBase

public static interface IPublicationBase.CeDataBurstingMode

The data bursting mode for publications.


Field Summary
static long ceMultiplePass
          Multiple pass bursting.
static long cePerRecipientBursting
          Per recipient bursting.
static long ceSinglePass
          Single pass bursting.
 

Field Detail

ceSinglePass

static final long ceSinglePass
Single pass bursting. One database fetch is executed in a single report processing job. Personalization is applied locally inside the report using report filters, view-time selection formulas, or interactive parameters.

Note that if the report document is delivered in native format, recipients may be able to access data for other recipients by manipulating the document file.

This mode is supported by Crystal Reports, Web Intelligence, and Desktop Intelligence documents.

See Also:
Constant Field Values

ceMultiplePass

static final long ceMultiplePass
Multiple pass bursting. One database fetch is executed for each batch of recipients. One report processing job is used for each batch. For Cyrstal Reports documents, the batch size is 10. For Desktop Intelligence documents, the batch size is 1.

This mode is recommended for publications with many recipients and/or scopes.

This mode is supported by Crystal Reports and Desktop Intelligence documents.

See Also:
Constant Field Values

cePerRecipientBursting

static final long cePerRecipientBursting
Per recipient bursting. One database fetch is executed for each recipient. One report processing job is used for each recipient.

This mode is recommended for reports with metadata and data layer security.

This mode is supported by Crystal Reports and Desktop Intelligence documents.

See Also:
Constant Field Values