Class DocumentHistoryReaderImpl
java.lang.Object
org.nuxeo.ecm.platform.audit.api.document.DocumentHistoryReaderImpl
- All Implemented Interfaces:
DocumentHistoryReader
Implementation of the
DocumentHistoryReader
interface. This is mainly a wrapper around the
DocumentHistoryPageProvider
- Author:
- Tiry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDocumentHistory
(DocumentModel doc, long pageIndex, long pageSize) Retrieve a page ofLogEntry
for the history of the inputDocumentModel
getPageProvider
(DocumentModel doc, long pageIndex, long pageSize)
-
Constructor Details
-
DocumentHistoryReaderImpl
public DocumentHistoryReaderImpl()
-
-
Method Details
-
getDocumentHistory
Description copied from interface:DocumentHistoryReader
Retrieve a page ofLogEntry
for the history of the inputDocumentModel
- Specified by:
getDocumentHistory
in interfaceDocumentHistoryReader
-
getPageProvider
Description copied from interface:DocumentHistoryReader
- Specified by:
getPageProvider
in interfaceDocumentHistoryReader
-