public interface ProjectBackupTask extends ScheduleTask
Modifier and Type | Method and Description |
---|---|
boolean |
getExportCachedPictures()
Get export cached picture resolutions state.
|
boolean |
getExportDeletedElements()
Indicates whether deleted elements will be exported.
|
boolean |
getExportTableData()
Indicates whether table data will be exported.
|
long |
getMaxRevisionAge()
Provides the maximum age in milliseconds of revisions being backed up.
|
long |
getMaxRevisionCount()
Provides the maximum number of revisions being backed up.
|
void |
setExportCachedPictures(boolean exportCachedPictures)
Set export cached picture resolutions state.
|
void |
setExportDeletedElements(boolean exportDeletedElements)
Defines whether deleted elements shall be exported.
|
void |
setExportTableData(boolean exportTableData)
Defines whether table data is to be exported.
|
void |
setMaxRevisionAge(long age)
Sets the max revision age in milli seconds
|
void |
setMaxRevisionCount(long count)
Defines the maximum number of revisiions to back up.
|
checkParams, getClusterNodeName, getDescription, getExecuteInFault, getExecuteParallel, getName, getRemoteTaskType, getScheduleEntry, getTemplate, hasTemplate, isActive, isExecuteOnClusterNode, isProjectTask, setActive, setClusterNodeName, setDescription, setExecuteInFault, setExecuteOnClusterNode, setExecuteParallel, setName, setTemplate, test
long getMaxRevisionCount()
void setMaxRevisionCount(long count)
count
- The maximum.long getMaxRevisionAge()
void setMaxRevisionAge(long age)
age
- The maximum age.boolean getExportDeletedElements()
true
, if deleted elements get exported.void setExportDeletedElements(boolean exportDeletedElements)
exportDeletedElements
- true
, to export deleted elements.boolean getExportTableData()
true
, if table data gets exported.void setExportTableData(boolean exportTableData)
exportTableData
- true
, if to export table data.boolean getExportCachedPictures()
void setExportCachedPictures(boolean exportCachedPictures)
exportCachedPictures
- True if cached pictures should be exportedCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210