jet.server.api
Interface BurstingRecipientInfo


public interface BurstingRecipientInfo

BurstingRecipientSchema represents bursting recipient information defined in a bursting schema in a report.

Since:
version 8.2

Method Summary
 boolean hasDiskRecipient()
          Returns if the bursting report has "to disk" recipient.
 boolean hasEmailRecipient()
          Returns if the bursting report has "to Email" recipient.
 boolean hasFTPRecipient()
          Returns if bursting report has "to FTP" recipient.
 boolean hasVersionRecipient()
          Returns if the bursting report has "to version" recipient.
 

Method Detail

hasVersionRecipient

boolean hasVersionRecipient()
Returns if the bursting report has "to version" recipient.

Returns:
true if the bursting report has "to version" recipient, otherwise return false.

hasDiskRecipient

boolean hasDiskRecipient()
Returns if the bursting report has "to disk" recipient.

Returns:
true if the bursting report has "to disk" recipient, otherwise return false.

hasEmailRecipient

boolean hasEmailRecipient()
Returns if the bursting report has "to Email" recipient.

Returns:
true if the bursting report has "to version" recipient, otherwise return false.

hasFTPRecipient

boolean hasFTPRecipient()
Returns if bursting report has "to FTP" recipient.

Returns:
true if the bursting report has "to FTP" recipient, otherwise return false.