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 StringgetDownloadPath()Deprecated.StringgetName()Deprecated.StringgetNameKey()Deprecated.protected voidrunInternal()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:ConfluenceAbstractLongRunningTaskRun the long running process. When this method exits, the process should be complete.- Specified by:
runInternalin classConfluenceAbstractLongRunningTask
-
getDownloadPath
public String getDownloadPath()
Deprecated.
-
getName
public String getName()
Deprecated.
-
getNameKey
public String getNameKey()
Deprecated.- Specified by:
getNameKeyin interfacecom.atlassian.core.task.longrunning.LongRunningTask- Overrides:
getNameKeyin classcom.atlassian.core.task.longrunning.AbstractLongRunningTask
-
-