Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentMigrator
-
-
Uses of AttachmentDao.AttachmentMigrator in com.atlassian.confluence.impl.pages.attachments
Methods in com.atlassian.confluence.impl.pages.attachments that return AttachmentDao.AttachmentMigrator Modifier and Type Method Description AttachmentDao.AttachmentMigrator
ReadThroughCachingAttachmentManager. getMigrator(AttachmentManager destination)
-
Uses of AttachmentDao.AttachmentMigrator in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return AttachmentDao.AttachmentMigrator Modifier and Type Method Description AttachmentDao.AttachmentMigrator
AttachmentManager. getMigrator(AttachmentManager destination)
Retrieves a AttachmentDao.AttachmentMigrator that will allow the attachments from one data store to be moved across to another.AttachmentDao.AttachmentMigrator
DefaultAttachmentManager. getMigrator(AttachmentManager destination)
AttachmentDao.AttachmentMigrator
DelegatorAttachmentManager. getMigrator(AttachmentManager destination)
-
Uses of AttachmentDao.AttachmentMigrator in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments that return AttachmentDao.AttachmentMigrator Modifier and Type Method Description AttachmentDao.AttachmentMigrator
AbstractDelegatingAttachmentDao. getMigrator(AttachmentDao destinationDao)
-
Uses of AttachmentDao.AttachmentMigrator in com.atlassian.confluence.pages.persistence.dao
Classes in com.atlassian.confluence.pages.persistence.dao that implement AttachmentDao.AttachmentMigrator Modifier and Type Class Description class
GeneralAttachmentMigrator
Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDao.AttachmentMigrator Modifier and Type Method Description AttachmentDao.AttachmentMigrator
AttachmentDao. getMigrator(AttachmentDao destinationDao)
Get a migrator object to migrate attachments between attachment datastores. -
Uses of AttachmentDao.AttachmentMigrator in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement AttachmentDao.AttachmentMigrator Modifier and Type Class Description class
AbstractHibernateAttachmentDao.IntraHibernateAttachmentMigrator
This attachment migrator will migrate attachment streams from the current instance of AbstractHibernateAttachmentDao to another.Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AttachmentDao.AttachmentMigrator Modifier and Type Method Description AttachmentDao.AttachmentMigrator
AbstractHibernateAttachmentDao. getMigrator(AttachmentDao destinationDao)
-
Uses of AttachmentDao.AttachmentMigrator in com.atlassian.confluence.util.longrunning
Fields in com.atlassian.confluence.util.longrunning declared as AttachmentDao.AttachmentMigrator Modifier and Type Field Description protected AttachmentDao.AttachmentMigrator
AttachmentMigrationLongRunningTask. migrator
-