com.businessobjects.publisher.distribution
Interface IDistributionCompletePlugin


public interface IDistributionCompletePlugin

This interface must be implemented by post-delivery (distribution complete) publication extensions. It is used to customize the behavior of the publishing engine after a scope batch has been processed and delivered to all recipients.


Method Summary
 boolean onDistributionComplete(IDistributionCompleteContext context)
           This method is invoked when the publishing engine has completed processing a scope batch and delivered the content to all recipients.
 

Method Detail

onDistributionComplete

boolean onDistributionComplete(IDistributionCompleteContext context)

This method is invoked when the publishing engine has completed processing a scope batch and delivered the content to all recipients.

Parameters:
context - An object containing contextual information
Returns:
Return true to indicate success. Return false to cause the publication to fail. (If the publication fails during this step and you retry to publish it, only the post-delivery step is attempted again.)