com.atlassian.confluence.pages.persistence.dao
Class GeneralAttachmentMigrator

java.lang.Object
  extended bycom.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
      extended bycom.atlassian.confluence.pages.persistence.dao.GeneralAttachmentCopier
          extended bycom.atlassian.confluence.pages.persistence.dao.GeneralAttachmentMigrator
All Implemented Interfaces:
AttachmentDao.AttachmentCopier, AttachmentDao.AttachmentMigrator

public class GeneralAttachmentMigrator
extends GeneralAttachmentCopier
implements AttachmentDao.AttachmentMigrator

Created by IntelliJ IDEA. User: Jeremy Higgs Date: 10/03/2006 Time: 16:46:43


Field Summary
 
Fields inherited from class com.atlassian.confluence.pages.persistence.dao.GeneralAttachmentCopier
destinationAttachmentManager, log, sourceAttachmentManager
 
Fields inherited from class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
parentContentToExclude, progress, spacesToInclude
 
Constructor Summary
GeneralAttachmentMigrator(AttachmentManager sourceAttachmentManager, AttachmentManager destinationAttachmentManager)
           
 
Method Summary
 void migrate()
          Perform the migration
 
Methods inherited from class com.atlassian.confluence.pages.persistence.dao.GeneralAttachmentCopier
copy
 
Methods inherited from class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
isContentExcluded, isContentSpaceIncluded, isSpaceIncluded, setParentContentToExclude, setProgressMeter, setSpacesToInclude
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentMigrator
setParentContentToExclude, setProgressMeter, setSpacesToInclude
 
Methods inherited from interface com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentCopier
setParentContentToExclude, setProgressMeter, setSpacesToInclude
 

Constructor Detail

GeneralAttachmentMigrator

public GeneralAttachmentMigrator(AttachmentManager sourceAttachmentManager,
                                 AttachmentManager destinationAttachmentManager)
Method Detail

migrate

public void migrate()
Description copied from interface: AttachmentDao.AttachmentMigrator
Perform the migration

Specified by:
migrate in interface AttachmentDao.AttachmentMigrator


Confluence is developed by Atlassian.