com.businessobjects.sdk.plugin.desktop.publication
Interface IPluginBurstingModeOptions


public interface IPluginBurstingModeOptions


Method Summary
 int getScopeBatchSizeLimit()
          Determines whether the plugin limits the scope batch size for this bursting mode
 boolean isDynamicRecipientAllowed()
          Determines whether dynamic recipients are is supported by the plugin for this bursting mode
 boolean isSupported()
          Determines whether the bursting mode is supported by the plugin
 

Method Detail

isSupported

boolean isSupported()
Determines whether the bursting mode is supported by the plugin

Returns:
true if supported, false otherwise

isDynamicRecipientAllowed

boolean isDynamicRecipientAllowed()
Determines whether dynamic recipients are is supported by the plugin for this bursting mode

Returns:
true if supported, false otherwise

getScopeBatchSizeLimit

int getScopeBatchSizeLimit()
Determines whether the plugin limits the scope batch size for this bursting mode

Returns:
scope batch size limit, or -1 if no limit given