public class DataExportService extends Object
| Constructor and Description |
|---|
DataExportService() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
Proxy |
backup(String surveyName) |
Proxy |
export(String rootEntityName,
int stepNumber,
Integer entityId,
boolean includeAllAncestorAttributes,
boolean includeEnumeratedEntities,
boolean includeCompositeAttributeMergedColumn,
boolean codeAttributeExpanded,
boolean onlyOwnedRecords,
String[] rootEntityKeyValues,
boolean includeKMLColumnForCoordinates,
boolean includeCodeItemLabelColumn,
String headingSource,
String languageCode,
boolean includeGroupingLabels) |
Proxy |
fullExport(boolean includeRecordFiles,
boolean onlyOwnedRecords,
String[] rootEntityKeyValues) |
Proxy |
fullExport(CollectSurvey survey,
boolean includeRecordFiles,
boolean onlyOwnedRecords,
String[] rootEntityKeyValues,
boolean full) |
Proxy |
getCurrentJob() |
Map<String,Object> |
getLastBackupInfo(String surveyName) |
String |
sendBackupToRemoteClone(String surveyName) |
@Transactional public Proxy export(String rootEntityName, int stepNumber, Integer entityId, boolean includeAllAncestorAttributes, boolean includeEnumeratedEntities, boolean includeCompositeAttributeMergedColumn, boolean codeAttributeExpanded, boolean onlyOwnedRecords, String[] rootEntityKeyValues, boolean includeKMLColumnForCoordinates, boolean includeCodeItemLabelColumn, String headingSource, String languageCode, boolean includeGroupingLabels) throws IOException
IOException@Transactional public Proxy fullExport(boolean includeRecordFiles, boolean onlyOwnedRecords, String[] rootEntityKeyValues)
@Transactional public Proxy fullExport(CollectSurvey survey, boolean includeRecordFiles, boolean onlyOwnedRecords, String[] rootEntityKeyValues, boolean full)
@Secured(value="ROLE_ADMIN") public String sendBackupToRemoteClone(String surveyName)
public void abort()
public Proxy getCurrentJob()
Copyright © 2020 Open Foris. All rights reserved.