Interface AttachmentDao.AttachmentMigrator
- All Known Implementing Classes:
AbstractHibernateAttachmentDao.IntraHibernateAttachmentMigrator
- Enclosing interface:
- AttachmentDao
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.8, no replacement
-
Method Summary
Modifier and TypeMethodDescriptionvoid
migrate()
Deprecated, for removal: This API element is subject to removal in a future version.Perform the migrationvoid
setParentContentToExclude
(List<? extends ConfluenceEntityObject> contentList) Deprecated, for removal: This API element is subject to removal in a future version.Set which parent content should be excluded from the migration.void
setProgressMeter
(com.atlassian.core.util.ProgressMeter progress) Deprecated, for removal: This API element is subject to removal in a future version.Set the progress meter to report the status of the migration.void
setSpacesToInclude
(List<? extends Space> spaceList) Deprecated, for removal: This API element is subject to removal in a future version.Set which Spaces should be included in the migration.
-
Method Details
-
migrate
void migrate()Deprecated, for removal: This API element is subject to removal in a future version.Perform the migration -
setParentContentToExclude
Deprecated, for removal: This API element is subject to removal in a future version.Set which parent content should be excluded from the migration.- Parameters:
contentList
- a List of ContentEntityObjects
-
setSpacesToInclude
Deprecated, for removal: This API element is subject to removal in a future version.Set which Spaces should be included in the migration.If no Spaces are set, then content from all Spaces is included.
- Parameters:
spaceList
- a List of Spaces
-
setProgressMeter
void setProgressMeter(com.atlassian.core.util.ProgressMeter progress) Deprecated, for removal: This API element is subject to removal in a future version.Set the progress meter to report the status of the migration.- Parameters:
progress
- a ProgressMeter instance
-