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 public class ExportSpaceLongRunningTask extends ConfluenceAbstractLongRunningTask
Deprecated.since 7.17.0. Will be removed in the future withImportExportManager
.
-
-
Constructor Summary
Constructors Constructor Description 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getDownloadPath()
Deprecated.String
getName()
Deprecated.String
getNameKey()
Deprecated.protected void
runInternal()
Deprecated.Run the long running process.-
Methods inherited from class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
getResourceBundle, run
-
-
-
-
Constructor Detail
-
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 Detail
-
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
public String getDownloadPath()
Deprecated.
-
getName
public String getName()
Deprecated.
-
getNameKey
public String getNameKey()
Deprecated.- Specified by:
getNameKey
in interfacecom.atlassian.core.task.longrunning.LongRunningTask
- Overrides:
getNameKey
in classcom.atlassian.core.task.longrunning.AbstractLongRunningTask
-
-