Class ExportSpaceLongRunningTask
java.lang.Object
com.atlassian.core.task.longrunning.AbstractLongRunningTask
com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningTask
- All Implemented Interfaces:
- com.atlassian.core.task.longrunning.LongRunningTask,- Runnable
Deprecated.
since 7.17.0. Remove once a suitable HTML export replacement is available.
- 
Field SummaryFields inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTaskMETRIC_NAME, progress, TASK_CLASSNAME_TAG, TASK_NAME_TAG
- 
Constructor SummaryConstructorsConstructorDescriptionExportSpaceLongRunningTask(ConfluenceUser remoteUser, String contextPath, ExportContext exportContext, Set<Long> contentToBeExported, Set<Long> contentToBeExcluded, GateKeeper gateKeeper, ImportExportManager importExportManager, PermissionManager permissionManager, SpaceManager spaceManager, String spaceKey, String type, String contentOption) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.getName()Deprecated.Deprecated.protected voidDeprecated.Run the long running process.Methods inherited from class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTaskgetResourceBundle, runMethods inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTaskgetCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getPercentageComplete, getPrettyElapsedTime, getPrettyTimeRemaining, isComplete, isSuccessful, stopTimer
- 
Constructor Details- 
ExportSpaceLongRunningTaskpublic ExportSpaceLongRunningTask(ConfluenceUser remoteUser, String contextPath, ExportContext exportContext, Set<Long> contentToBeExported, Set<Long> contentToBeExcluded, GateKeeper gateKeeper, ImportExportManager importExportManager, PermissionManager permissionManager, SpaceManager spaceManager, String spaceKey, String type, String contentOption) Deprecated.- Since:
- 5.2
 
 
- 
- 
Method Details- 
runInternalprotected void runInternal()Deprecated.Description copied from class:ConfluenceAbstractLongRunningTaskRun the long running process. When this method exits, the process should be complete.- Specified by:
- runInternalin class- ConfluenceAbstractLongRunningTask
 
- 
getDownloadPathDeprecated.
- 
getNameDeprecated.
- 
getNameKeyDeprecated.- Specified by:
- getNameKeyin interface- com.atlassian.core.task.longrunning.LongRunningTask
- Overrides:
- getNameKeyin class- com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
 
-