jet.server.api
Interface BurstingRecipientInfo


public interface BurstingRecipientInfo

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

Since:
version 8.2

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

Method Detail

hasVersionRecipient

boolean hasVersionRecipient()
The bursting report has "to version" recipient.

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

hasDiskRecipient

boolean hasDiskRecipient()
The bursting report has "to disk" recipient.

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

hasEmailRecipient

boolean hasEmailRecipient()
The bursting report has "to Email" recipient.

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

hasFTPRecipient

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

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