Class DraftPageStorageProcessor
-
- All Implemented Interfaces:
@Deprecated(message = "Use new Document API instead.") public final class DraftPageStorageProcessor extends PageStorageProcessor
Class that creates all inner structure for new draft page
-
-
Constructor Summary
Constructors Constructor Description DraftPageStorageProcessor(ContourDetector contourDetector, DraftPageStorage draftPageStorage, LegacyPageStorage mainPageStorage, PageStorageSettings pageStorageSettings, ImageFileIOProcessor imageFileIOProcessor)
-
Method Summary
Modifier and Type Method Description final Unit
finalizeDraftPage(Page page)
Moves draft Page to the default pages folder -
-
Constructor Detail
-
DraftPageStorageProcessor
DraftPageStorageProcessor(ContourDetector contourDetector, DraftPageStorage draftPageStorage, LegacyPageStorage mainPageStorage, PageStorageSettings pageStorageSettings, ImageFileIOProcessor imageFileIOProcessor)
-
-
Method Detail
-
finalizeDraftPage
final Unit finalizeDraftPage(Page page)
Moves draft Page to the default pages folder
-
-
-
-