Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentMigrator

Packages that use AttachmentDao.AttachmentMigrator
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
com.atlassian.confluence.util.longrunning   
 

Uses of AttachmentDao.AttachmentMigrator in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return AttachmentDao.AttachmentMigrator
 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.persistence.dao
 

Classes in com.atlassian.confluence.pages.persistence.dao that implement AttachmentDao.AttachmentMigrator
 class GeneralAttachmentMigrator
          Created by IntelliJ IDEA.
 

Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDao.AttachmentMigrator
 AttachmentDao.AttachmentMigrator AttachmentDao.getMigrator(AttachmentDao destinationDao)
          Get a migrator object to migrate attachments between attachment datastores.
 AttachmentDao.AttachmentMigrator WebDavAttachmentDao.getMigrator(AttachmentDao destinationDao)
          This method is not supported by the implementation.
 

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
 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
 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
protected  AttachmentDao.AttachmentMigrator AttachmentMigrationLongRunningTask.migrator
           
 



Confluence is developed by Atlassian.