public class

ExportSpaceLongRunningTask

extends ConfluenceAbstractLongRunningTask
java.lang.Object
   ↳ com.atlassian.core.task.longrunning.AbstractLongRunningTask
     ↳ com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
       ↳ com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningTask

Summary

[Expand]
Inherited Fields
From class com.atlassian.core.task.longrunning.AbstractLongRunningTask
Public Constructors
ExportSpaceLongRunningTask(User remoteUser, String contextPath, ExportContext exportContext, List contentToBeExported, GateKeeper gateKeeper, ImportExportManager importExportManager, PermissionManager permissionManager, SpaceManager spaceManager, String spaceKey, String type, String contentOption)
Public Methods
String getDownloadPath()
String getName()
String getNameKey()
Protected Methods
void runInternal()
Run the long runnning process.
[Expand]
Inherited Methods
From class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
From class com.atlassian.core.task.longrunning.AbstractLongRunningTask
From class java.lang.Object
From interface com.atlassian.core.task.longrunning.LongRunningTask
From interface java.lang.Runnable

Public Constructors

public ExportSpaceLongRunningTask (User remoteUser, String contextPath, ExportContext exportContext, List contentToBeExported, GateKeeper gateKeeper, ImportExportManager importExportManager, PermissionManager permissionManager, SpaceManager spaceManager, String spaceKey, String type, String contentOption)

Public Methods

public String getDownloadPath ()

public String getName ()

public String getNameKey ()

Protected Methods

protected void runInternal ()

Run the long runnning process. When this method exits, the process should be complete.