com.atlassian.confluence.importexport.actions
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:
- LongRunningTask, Runnable
public class ExportSpaceLongRunningTask
- extends ConfluenceAbstractLongRunningTask
|
Constructor Summary |
ExportSpaceLongRunningTask(User remoteUser,
String contextPath,
ExportContext exportContext,
List contentToBeExported,
GateKeeper gateKeeper,
ImportExportManager importExportManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
String spaceKey,
String type,
String contentOption)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportSpaceLongRunningTask
public ExportSpaceLongRunningTask(User remoteUser,
String contextPath,
ExportContext exportContext,
List contentToBeExported,
GateKeeper gateKeeper,
ImportExportManager importExportManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
String spaceKey,
String type,
String contentOption)
runInternal
protected void runInternal()
- Description copied from class:
ConfluenceAbstractLongRunningTask
- Run the long runnning process. When this method exits, the process should be complete.
- Specified by:
runInternal in class ConfluenceAbstractLongRunningTask
getDownloadPath
public String getDownloadPath()
getName
public String getName()
getNameKey
public String getNameKey()
- Specified by:
getNameKey in interface LongRunningTask- Overrides:
getNameKey in class AbstractLongRunningTask