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, run
public 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()
ConfluenceAbstractLongRunningTask
runInternal
in class ConfluenceAbstractLongRunningTask
public String getDownloadPath()
public String getName()
public String getNameKey()
getNameKey
in interface com.atlassian.core.task.longrunning.LongRunningTask
getNameKey
in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
Copyright © 2003–2015 Atlassian. All rights reserved.