Class RemoveDraftPageUseCase

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final <Error class: unknown class><Unit> removeDraftPage(Page page) Removes specified draft Page form the storage
      final <Error class: unknown class><Unit> removeDraftPages(List<Page> pages) Removes specified list of draft Page's form the storage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoveDraftPageUseCase

        RemoveDraftPageUseCase(Cleaner cleaner)