public class TrashDatePostImportTask extends Object implements PostImportTask
| Constructor and Description |
|---|
TrashDatePostImportTask(TrashManagerInternal trashManagerInternal) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ImportContext context)
Perform any necessary clean-up to ensure the imported data is internally consistent.
|
public TrashDatePostImportTask(TrashManagerInternal trashManagerInternal)
public void execute(ImportContext context) throws ImportExportException
PostImportTaskexecute in interface PostImportTaskcontext - the context of the import which has just finishedImportExportException - if there was a problem with this task that should mean
aborting the import entirely. Most implementations should not throw any exceptions, but
rather log an error and allow the import to continue.Copyright © 2003–2022 Atlassian. All rights reserved.