Package | Description |
---|---|
de.espirit.firstspirit.access.admin | |
de.espirit.firstspirit.access.export |
Modifier and Type | Method and Description |
---|---|
ExportFile |
ProjectStorage.uploadExportFile(String fileName,
InputStream fileData)
Upload single export file or last part of files to server.
|
Modifier and Type | Method and Description |
---|---|
List<ExportFile> |
ProjectStorage.listBackupFiles()
List incremental, differential and snapshot backup files.
|
List<ExportFile> |
ProjectStorage.listExportFiles()
List all export files on server.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectStorage.deleteExportFile(ExportFile exportFile)
Delete export file on server.
|
InputStream |
ProjectStorage.downloadExportFile(ExportFile exportFile)
Download a export file.
|
ProjectInfo |
ProjectStorage.getProjectInfo(ExportFile exportFile)
Parse info out of ExportFile contents
|
Modifier and Type | Method and Description |
---|---|
List<Properties> |
ProjectStorage.getUnmappedLayers(long projectId,
String snapshotFileName,
List<ExportFile> backups)
Get unmapped layer information for installing backup files.
|
ServerActionHandle<ImportProgress,Boolean> |
ProjectStorage.startPartialInstall(long projectId,
Map<String,String> layerMappings,
List<ExportFile> backups)
Install incremental or differential backup file into a existing project.
|
Modifier and Type | Method and Description |
---|---|
ExportFile |
ImportParameters.getExportFile()
Returns the belonging
export file . |
Modifier and Type | Method and Description |
---|---|
List<ExportFile> |
ExportProgress.getExportFiles() |
Constructor and Description |
---|
ImportParameters(ExportFile exportFile,
ProjectInfo projectInfo,
String projectName,
String projectDescription,
Map<String,String> layerMapping,
Map<Long,Long> scheduleTaskTemplateMapping)
Creates a new ImportParameters object.
|
ImportParameters(ExportFile exportFile,
ProjectInfo projectInfo,
String projectName,
String projectDescription,
Map<String,String> layerMapping,
Map<Long,Long> scheduleTaskTemplateMapping,
Map<Long,String> layerIDMapping)
Creates a new ImportParameters object.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210