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

Packages that use AttachmentDao.AttachmentMigrator
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.attachments   
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 DelegatorAttachmentManager.getMigrator(AttachmentManager destination)
           
 AttachmentDao.AttachmentMigrator DefaultAttachmentManager.getMigrator(AttachmentManager destination)
           
 AttachmentDao.AttachmentMigrator CachingAttachmentManager.getMigrator(AttachmentManager destination)
           
 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.
 

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

Methods in com.atlassian.confluence.pages.attachments that return AttachmentDao.AttachmentMigrator
 AttachmentDao.AttachmentMigrator CachingAttachmentDao.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
 class GeneralAttachmentMigrator
           
 

Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDao.AttachmentMigrator
 AttachmentDao.AttachmentMigrator WebDavAttachmentDao.getMigrator(AttachmentDao destinationDao)
          Deprecated. This method is not supported by the implementation.
 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
 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
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.