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:
- com.atlassian.core.task.longrunning.LongRunningTask, Runnable
public class ExportSpaceLongRunningTask
- extends ConfluenceAbstractLongRunningTask
Fields inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask |
log, progress |
Constructor Summary |
ExportSpaceLongRunningTask(com.atlassian.user.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 com.atlassian.core.task.longrunning.AbstractLongRunningTask |
getCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getPercentageComplete, getPrettyElapsedTime, getPrettyTimeRemaining, isComplete, isSuccessful, stopTimer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportSpaceLongRunningTask
public ExportSpaceLongRunningTask(com.atlassian.user.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 com.atlassian.core.task.longrunning.LongRunningTask
- Overrides:
getNameKey
in class com.atlassian.core.task.longrunning.AbstractLongRunningTask