Class RemovePageUseCase
-
- All Implemented Interfaces:
public final class RemovePageUseCase
Removes Page from the storage
-
-
Constructor Summary
Constructors Constructor Description RemovePageUseCase(Cleaner cleaner)
-
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 -
-
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
-
-
-
-