|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier
public class AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier
This attachment copier will copy attachment streams from the current instance of AbstractHibernateAttachmentDao to another.
Since the store for the metadata is the same (the database), we can safely shift the data from the different AttachmentDataDao implementations without having to update the metadata itself.
Field Summary | |
---|---|
protected AbstractHibernateAttachmentDao |
destinationDao
|
Fields inherited from class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier |
---|
progress |
Constructor Summary | |
---|---|
protected |
AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier(AbstractHibernateAttachmentDao destinationDao)
|
Method Summary | |
---|---|
void |
copy()
Perform the copy |
Methods inherited from class com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier |
---|
getSpacesToInclude, 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.AttachmentCopier |
---|
setParentContentToExclude, setProgressMeter, setSpacesToInclude |
Field Detail |
---|
protected AbstractHibernateAttachmentDao destinationDao
Constructor Detail |
---|
protected AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier(AbstractHibernateAttachmentDao destinationDao)
Method Detail |
---|
public void copy()
AttachmentDao.AttachmentCopier
copy
in interface AttachmentDao.AttachmentCopier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |