com.atlassian.confluence.api.impl.service.longtasks.tasks
Class SpaceRemovalLongRunningTask

java.lang.Object
  extended by com.atlassian.core.task.longrunning.AbstractLongRunningTask
      extended by com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
          extended by com.atlassian.confluence.api.impl.service.longtasks.tasks.SpaceRemovalLongRunningTask
All Implemented Interfaces:
com.atlassian.core.task.longrunning.LongRunningTask, Runnable

public class SpaceRemovalLongRunningTask
extends ConfluenceAbstractLongRunningTask

Removes a space as a long-running task.


Field Summary
 
Fields inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask
progress
 
Constructor Summary
SpaceRemovalLongRunningTask(String spaceKey, SpaceManager spaceManager, ConfluenceUser user, I18NBean i18n)
           
 
Method Summary
 String getName()
           
protected  void runInternal()
          Run the long running process.
 
Methods inherited from class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
getResourceBundle, run
 
Methods inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask
getCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getNameKey, getPercentageComplete, getPrettyElapsedTime, getPrettyTimeRemaining, isComplete, isSuccessful, stopTimer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceRemovalLongRunningTask

public SpaceRemovalLongRunningTask(String spaceKey,
                                   SpaceManager spaceManager,
                                   ConfluenceUser user,
                                   I18NBean i18n)
Method Detail

runInternal

protected void runInternal()
Description copied from class: ConfluenceAbstractLongRunningTask
Run the long running process. When this method exits, the process should be complete.

Specified by:
runInternal in class ConfluenceAbstractLongRunningTask

getName

public String getName()


Copyright © 2003–2015 Atlassian. All rights reserved.