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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDocumentHistory(DocumentModel doc, long pageIndex, long pageSize) Retrieve a page ofLogEntryfor the history of the inputDocumentModelgetPageProvider(DocumentModel doc, long pageIndex, long pageSize)
-
Constructor Details
-
DocumentHistoryReaderImpl
public DocumentHistoryReaderImpl()
-
-
Method Details
-
getDocumentHistory
Description copied from interface:DocumentHistoryReaderRetrieve a page ofLogEntryfor the history of the inputDocumentModel- Specified by:
getDocumentHistoryin interfaceDocumentHistoryReader
-
getPageProvider
Description copied from interface:DocumentHistoryReader- Specified by:
getPageProviderin interfaceDocumentHistoryReader
-