public interface ProjectBackupTask2 extends ScheduleTask
Modifier and Type | Method and Description |
---|---|
String |
getBackupEmail()
Provies the e-mail address to send a back up mail to.
|
boolean |
getBackupTableData()
Indicates whether to back up table data.
|
BackupType |
getBackupType()
Provides the type of backup to be performed.
|
boolean |
getIsBackup()
Indicates that this is a backup operation.
|
boolean |
getSendBackupMail()
Indicates whether to send a back up mail.
|
boolean |
getSendBackupMailOnError()
Indicates whether to send a back up mail on error.
|
String |
getTagName()
Provides the tag name for this task.
|
void |
setBackupEmail(String backupEmail)
Defines the e-mail address to send back up mails to.
|
void |
setBackupTableData(boolean backupTableData)
Defines whether to back up table data.
|
void |
setBackupType(BackupType backupType)
Defines the type of backup to be performed.
|
void |
setIsBackup(boolean backup)
Defines this to be a backup operation.
|
void |
setSendBackupMail(boolean sendBackupMail)
Defines whether to send a back up mail.
|
void |
setSendBackupMailOnError(boolean sendBackupMailOnError)
Defines whether to send a back up mail on error.
|
void |
setTagName(String tagName)
Defines the tag name for this task.
|
checkParams, getClusterNodeName, getDescription, getExecuteInFault, getExecuteParallel, getName, getRemoteTaskType, getScheduleEntry, getTemplate, hasTemplate, isActive, isExecuteOnClusterNode, isProjectTask, setActive, setClusterNodeName, setDescription, setExecuteInFault, setExecuteOnClusterNode, setExecuteParallel, setName, setTemplate, test
BackupType getBackupType()
void setBackupType(BackupType backupType)
backupType
- The type of backup.String getTagName()
void setTagName(String tagName)
tagName
- The tag name.boolean getIsBackup()
true
, if it is a backup operation.void setIsBackup(boolean backup)
backup
- true
, if this shall be a backup operation.boolean getBackupTableData()
true
, if table data is to be backed up.void setBackupTableData(boolean backupTableData)
backupTableData
- true
, to back up table data.boolean getSendBackupMail()
true
, if to set a back up mail.void setSendBackupMail(boolean sendBackupMail)
sendBackupMail
- true
, to make it send a back up mail.boolean getSendBackupMailOnError()
true
, if a back up mail should be send on error.void setSendBackupMailOnError(boolean sendBackupMailOnError)
sendBackupMailOnError
- true
, to send a back up mail on error.String getBackupEmail()
void setBackupEmail(String backupEmail)
backupEmail
- The e-mail address.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210