Class RemovePageUseCase

  • All Implemented Interfaces:

    
    public final class RemovePageUseCase
    
                        

    Removes Page from the storage

    • 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> removePage(Page page) Removes specified Page form the storage throws IOException that need to be handled with catch {} in flow api
      final <Error class: unknown class><Unit> removePages(List<Page> pages) Removes specified list of Page's form the storage throws IOException that need to be handled with catch {} in flow api
      • Methods inherited from class java.lang.Object

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

      • RemovePageUseCase

        RemovePageUseCase(Cleaner cleaner)
    • Method Detail

      • removePage

         final <Error class: unknown class><Unit> removePage(Page page)

        Removes specified Page form the storage throws IOException that need to be handled with catch {} in flow api

      • removePages

         final <Error class: unknown class><Unit> removePages(List<Page> pages)

        Removes specified list of Page's form the storage throws IOException that need to be handled with catch {} in flow api