public static interface AttachmentDao.AttachmentMigrator
Modifier and Type | Method and Description |
---|---|
void |
migrate()
Perform the migration
|
void |
setParentContentToExclude(List<? extends ConfluenceEntityObject> contentList)
Set which parent content should be excluded from the migration.
|
void |
setProgressMeter(com.atlassian.core.util.ProgressMeter progress)
Set the progress meter to report the status of the migration.
|
void |
setSpacesToInclude(List<? extends Space> spaceList)
Set which Spaces should be included in the migration.
|
void migrate()
void setParentContentToExclude(List<? extends ConfluenceEntityObject> contentList)
contentList
- a List of ContentEntityObjectsvoid setSpacesToInclude(List<? extends Space> spaceList)
If no Spaces are set, then content from all Spaces is included.
spaceList
- a List of Spacesvoid setProgressMeter(com.atlassian.core.util.ProgressMeter progress)
progress
- a ProgressMeter instanceCopyright © 2003–2019 Atlassian. All rights reserved.