com.atlassian.confluence.importexport.actions
Class ImportLongRunningTask
java.lang.Object
com.atlassian.core.task.longrunning.AbstractLongRunningTask
com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
com.atlassian.confluence.importexport.actions.ImportLongRunningTask
- All Implemented Interfaces:
- LongRunningTask, Runnable
public class ImportLongRunningTask
- extends ConfluenceAbstractLongRunningTask
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportLongRunningTask
public ImportLongRunningTask(ImportExportManager importExportManager,
Object type,
ImportContext context)
runInternal
public 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
getName
public String getName()
getNameKey
public String getNameKey()
- Specified by:
getNameKey in interface LongRunningTask- Overrides:
getNameKey in class AbstractLongRunningTask