Package org.nuxeo.ecm.platform.audit.api
Interface DocumentHistoryReader
- All Known Implementing Classes:
DocumentHistoryReaderImpl
Deprecated, for removal: This API element is subject to removal in a future version.
Dedicated interface to browse history of a document
- Author:
- Tiry
-
Method Summary
Modifier and TypeMethodDescriptiongetDocumentHistory
(DocumentModel doc, long pageIndex, long pageSize) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve a page ofLogEntry
for the history of the inputDocumentModel
getPageProvider
(DocumentModel doc, long pageIndex, long pageSize) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getDocumentHistory
Deprecated, for removal: This API element is subject to removal in a future version.Retrieve a page ofLogEntry
for the history of the inputDocumentModel
-
getPageProvider
Deprecated, for removal: This API element is subject to removal in a future version.
-
PageProviderService
instead