Package org.nuxeo.ecm.platform.audit.api
Interface DocumentHistoryReader
- All Known Implementing Classes:
DocumentHistoryReaderImpl
public interface DocumentHistoryReader
Dedicated interface to browse history of a document
- Author:
- Tiry
-
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)
-
Method Details
-
getDocumentHistory
Retrieve a page ofLogEntryfor the history of the inputDocumentModel -
getPageProvider
-