public class ExportSpaceLongRunningTask extends ConfluenceAbstractLongRunningTask
| Constructor and 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) |
ExportSpaceLongRunningTask(com.atlassian.user.User remoteUser,
String contextPath,
ExportContext exportContext,
List<String> contentToBeExported,
GateKeeper gateKeeper,
ImportExportManager importExportManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
String spaceKey,
String type,
String contentOption)
Deprecated.
since 4.2 use the other constructor.
|
ExportSpaceLongRunningTask(com.atlassian.user.User 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 use the other constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDownloadPath() |
String |
getName() |
String |
getNameKey() |
protected void |
runInternal()
Run the long running process.
|
getResourceBundle, runpublic ExportSpaceLongRunningTask(com.atlassian.user.User remoteUser,
String contextPath,
ExportContext exportContext,
List<String> contentToBeExported,
GateKeeper gateKeeper,
ImportExportManager importExportManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
String spaceKey,
String type,
String contentOption)
@Deprecated public ExportSpaceLongRunningTask(com.atlassian.user.User 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)
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)
protected void runInternal()
ConfluenceAbstractLongRunningTaskrunInternal in class ConfluenceAbstractLongRunningTaskpublic String getDownloadPath()
public String getName()
public String getNameKey()
getNameKey in interface com.atlassian.core.task.longrunning.LongRunningTaskgetNameKey in class com.atlassian.core.task.longrunning.AbstractLongRunningTaskCopyright © 2003–2018 Atlassian. All rights reserved.