public class ExportParameters extends Object implements Serializable
project export
ProjectStorage.startExport(ExportParameters)
,
Serialized FormConstructor and Description |
---|
ExportParameters(long projectId,
String projectName)
Constructs a new ExportParameters object for the project specified by given id and name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getExportCachedPictures()
Get export cached picture resolutions state.
|
boolean |
getExportDeletedElements()
Indicates whether deleted elements should be exported or not.
|
boolean |
getExportTableData()
Indicates whether contentstore table data will be exported during the belonging
project export or not.
|
long |
getMaxRevisionAge() |
long |
getMaxRevisionCount() |
long |
getProjectId()
Returns the project id this ExportParameters belongs to.
|
String |
getProjectName()
Returns the name of the project this ExportParameters belongs to.
|
boolean |
isBackup()
Indicates whether this export parameters belongs to a backup task.
|
void |
setBackup(boolean backup) |
void |
setExportCachedPictures(boolean exportCachedPictures)
Set export cached picture resolutions state.
|
void |
setExportDeletedElements(boolean exportDeletedElements)
Define whether deleted elements should be exported during belonging
project export or not.
|
void |
setExportTableData(boolean exportTableData)
Define whether contentstore table data should be exported (
true ) during the belonging
project export or not {false }. |
void |
setMaxRevisionAge(long age) |
void |
setMaxRevisionCount(long count) |
public ExportParameters(long projectId, String projectName)
projectId
- the id of the project the new created export parameter should belong toprojectName
- the name of the project the new created export parameter should belong topublic long getProjectId()
public String getProjectName()
public long getMaxRevisionCount()
public void setMaxRevisionCount(long count)
public long getMaxRevisionAge()
public void setMaxRevisionAge(long age)
public boolean isBackup()
setBackup(boolean)
public void setBackup(boolean backup)
public boolean getExportDeletedElements()
setExportDeletedElements(boolean)
public void setExportDeletedElements(boolean exportDeletedElements)
exportDeletedElements
- use true
to activate export of deleted elements, false
otherwisegetExportDeletedElements()
public boolean getExportTableData()
setExportTableData(boolean)
public void setExportTableData(boolean exportTableData)
true
) during the belonging
project export or not {false
}.exportTableData
- use true
to activate contentstore table data export, false
otherwisegetExportTableData()
public boolean getExportCachedPictures()
public void setExportCachedPictures(boolean exportCachedPictures)
exportCachedPictures
- True if cached pictures should be exportedCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210