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

Enclosing interface:
IPublicationBase

public static interface IPublicationBase.CeDeliveryRuleOption

The delivery rule options for publications.


Field Summary
static int AllOrNothing
          If there are no errors, deliver all documents.
static int SkipIndividualDocuments
          Do not deliver any documents if the report is empty or does not meet the individual delivery rule.
 

Field Detail

AllOrNothing

static final int AllOrNothing
If there are no errors, deliver all documents. If there are errors, do not deliver anything.

See Also:
Constant Field Values

SkipIndividualDocuments

static final int SkipIndividualDocuments
Do not deliver any documents if the report is empty or does not meet the individual delivery rule.

See Also:
Constant Field Values