com.businessobjects.sdk.plugin.desktop.hotbackup
Interface IHotBackupBase

All Known Subinterfaces:
IHotBackup

public interface IHotBackupBase

Since:
4.1

Field Summary
static java.lang.String KIND
           The Kind used to query for Inbox objects.
static java.lang.String PROGID
           The ProgID for the Inbox class.
 
Method Summary
 int getMaxDuration()
          Returns the value of SI_HOT_BACKUP_WINDOW (the hot backup maximum duration in minutes)
 boolean isHotBackupEnabled()
          Returns the value of SI_ENABLE_HOT_BACKUP
 boolean isLegacySupportEnabled()
          Returns the value of SI_HOT_BACKUP_LEGACY_SUPPORT
 void setHotBackupEnabled(boolean enableHotBackup)
          Set value of SI_ENABLE_HOT_BACKUP
 void setLegacySupportEnabled(boolean enableLegacySupport)
          Set value of SI_HOT_BACKUP_LEGACY_SUPPORT
 void setMaxDuration(int maxDuration)
          Set the value of SI_HOT_BACKUP_WINDOW (the hot backup maximum duration in minutes)
 

Field Detail

KIND

static final java.lang.String KIND

The Kind used to query for Inbox objects.

See Also:
Constant Field Values

PROGID

static final java.lang.String PROGID

The ProgID for the Inbox class.

See Also:
Constant Field Values
Method Detail

getMaxDuration

int getMaxDuration()
                   throws SDKException
Returns the value of SI_HOT_BACKUP_WINDOW (the hot backup maximum duration in minutes)

Returns:
Throws:
SDKException

setMaxDuration

void setMaxDuration(int maxDuration)
                    throws SDKException
Set the value of SI_HOT_BACKUP_WINDOW (the hot backup maximum duration in minutes)

Parameters:
maxDuration -
Throws:
SDKException

setHotBackupEnabled

void setHotBackupEnabled(boolean enableHotBackup)
                         throws SDKException
Set value of SI_ENABLE_HOT_BACKUP

Parameters:
enableHotBackup -
Throws:
SDKException

isHotBackupEnabled

boolean isHotBackupEnabled()
                           throws SDKException
Returns the value of SI_ENABLE_HOT_BACKUP

Returns:
Throws:
SDKException

setLegacySupportEnabled

void setLegacySupportEnabled(boolean enableLegacySupport)
                             throws SDKException
Set value of SI_HOT_BACKUP_LEGACY_SUPPORT

Parameters:
enableHotBackup -
Throws:
SDKException

isLegacySupportEnabled

boolean isLegacySupportEnabled()
                               throws SDKException
Returns the value of SI_HOT_BACKUP_LEGACY_SUPPORT

Returns:
Throws:
SDKException