Interface ImportContext
- All Known Implementing Classes:
DefaultImportContext
Deprecated.
since 7.17.0.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.com.atlassian.core.util.ProgressMeter
Deprecated.Deprecated.getUser()
Deprecated.Deprecated.boolean
Deprecated.boolean
Deprecated.void
setDeleteWorkingFile
(boolean deleteWorkingFile) Deprecated.void
setPostImportTasks
(List<PostImportTask> postImportTasks) Deprecated.void
setProgressMeter
(com.atlassian.core.util.ProgressMeter progress) Deprecated.void
setRebuildIndex
(boolean rebuildIndex) Deprecated.
-
Method Details
-
getProgressMeter
com.atlassian.core.util.ProgressMeter getProgressMeter()Deprecated. -
setProgressMeter
void setProgressMeter(com.atlassian.core.util.ProgressMeter progress) Deprecated. -
getUser
ConfluenceUser getUser()Deprecated.- Since:
- 5.2
-
setRebuildIndex
void setRebuildIndex(boolean rebuildIndex) Deprecated. -
isRebuildIndex
boolean isRebuildIndex()Deprecated. -
isDeleteWorkingFile
boolean isDeleteWorkingFile()Deprecated. -
setDeleteWorkingFile
void setDeleteWorkingFile(boolean deleteWorkingFile) Deprecated. -
getWorkingFile
String getWorkingFile()Deprecated. -
getPostProcessor
ImportedObjectPostProcessor getPostProcessor()Deprecated. -
getPreProcessor
ImportedObjectPreProcessor getPreProcessor()Deprecated. -
getPluginDataPreProcessor
ImportedPluginDataPreProcessor getPluginDataPreProcessor()Deprecated. -
getSpaceKeyOfSpaceImport
String getSpaceKeyOfSpaceImport()Deprecated.- Returns:
- the space key of the import, or null if this is not a space import
-
getDefaultUsersGroup
String getDefaultUsersGroup()Deprecated. -
getPostImportTasks
List<PostImportTask> getPostImportTasks()Deprecated.- Returns:
- the import tasks for this import context, or an empty list if there are none
-
setPostImportTasks
Deprecated. -
getExportDescriptor
ExportDescriptor getExportDescriptor()Deprecated.
-