public static interface AttachmentDao.AttachmentCopier
Modifier and Type | Method and Description |
---|---|
void |
copy()
Perform the copy
|
void |
setDoNotCopyData(boolean doNotCopyData)
Enable or disable copying attachment data (as it will be done later/externally)
|
void |
setParentContentToExclude(List<? extends ConfluenceEntityObject> contentList)
Set which parent content should be excluded from the copy.
|
void |
setProgressUpdater(com.atlassian.progress.ProgressUpdater progress)
Set the progress meter to report the status of the copy.
|
void |
setSpacesToInclude(List<? extends Space> spaceList)
Set which Spaces should be included in the copy.
|
void copy()
void setParentContentToExclude(List<? extends ConfluenceEntityObject> contentList)
contentList
- a List of ContentEntityObjectsvoid setSpacesToInclude(List<? extends Space> spaceList)
If no Spaces are set, then content from all Spaces is included.
spaceList
- a List of Spacesvoid setProgressUpdater(com.atlassian.progress.ProgressUpdater progress)
progress
- a ProgressMeter instancevoid setDoNotCopyData(boolean doNotCopyData)
doNotCopyData
- true if do not copy dataCopyright © 2003–2017 Atlassian. All rights reserved.