public static interface AttachmentDao.AttachmentCopier
Modifier and Type | Method and Description |
---|---|
void |
copy()
Perform the copy
|
void |
setParentContentToExclude(List<? extends ConfluenceEntityObject> contentList)
Set which parent content should be excluded from the copy.
|
void |
setProgressMeter(com.atlassian.core.util.ProgressMeter 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 setProgressMeter(com.atlassian.core.util.ProgressMeter progress)
progress
- a ProgressMeter instanceCopyright © 2003–2019 Atlassian. All rights reserved.