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.
-
Field Summary
Fields inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask
METRIC_NAME, progress, TASK_CLASSNAME_TAG, TASK_NAME_TAG
-
Constructor Summary
ConstructorsConstructorDescriptionExportSpaceLongRunningTask
(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 Summary
Modifier and TypeMethodDescriptionDeprecated.getName()
Deprecated.Deprecated.protected void
Deprecated.Run the long running process.Methods inherited from class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
getResourceBundle, run
Methods inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask
getCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getPercentageComplete, getPrettyElapsedTime, getPrettyTimeRemaining, isComplete, isSuccessful, stopTimer
-
Constructor Details
-
ExportSpaceLongRunningTask
public 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
-
runInternal
protected void runInternal()Deprecated.Description copied from class:ConfluenceAbstractLongRunningTask
Run the long running process. When this method exits, the process should be complete.- Specified by:
runInternal
in classConfluenceAbstractLongRunningTask
-
getDownloadPath
Deprecated. -
getName
Deprecated. -
getNameKey
Deprecated.- Specified by:
getNameKey
in interfacecom.atlassian.core.task.longrunning.LongRunningTask
- Overrides:
getNameKey
in classcom.atlassian.core.task.longrunning.AbstractLongRunningTask
-
ImportExportManager
.