Class SpaceDeletionManagerImpl

java.lang.Object
com.atlassian.confluence.impl.space.deletion.SpaceDeletionManagerImpl
All Implemented Interfaces:
SpaceDeletionManager

public class SpaceDeletionManagerImpl extends Object implements SpaceDeletionManager
  • Constructor Details

  • Method Details

    • deleteSpaceSync

      public void deleteSpaceSync(long spaceId)
      Removes space synchronously.
      Specified by:
      deleteSpaceSync in interface SpaceDeletionManager
      Parameters:
      spaceId - space id
    • deleteSpaceAsync

      public void deleteSpaceAsync(long spaceId)
      Removes space asynchronously. Space key can be re-used immediately, the space content will be removed in background. Instance restart will not prevent data removal.
      Specified by:
      deleteSpaceAsync in interface SpaceDeletionManager
      Parameters:
      spaceId - space id