public class DocumentHistoryReaderImpl extends Object implements DocumentHistoryReader
DocumentHistoryReader interface. This is mainly a wrapper around the
DocumentHistoryPageProvider| Constructor and Description |
|---|
DocumentHistoryReaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<LogEntry> |
getDocumentHistory(DocumentModel doc,
long pageIndex,
long pageSize)
Retrieve a page of
LogEntry for the history of the input DocumentModel |
PageProvider<LogEntry> |
getPageProvider(DocumentModel doc,
long pageIndex,
long pageSize)
|
public DocumentHistoryReaderImpl()
public List<LogEntry> getDocumentHistory(DocumentModel doc, long pageIndex, long pageSize)
DocumentHistoryReaderLogEntry for the history of the input DocumentModelgetDocumentHistory in interface DocumentHistoryReaderpublic PageProvider<LogEntry> getPageProvider(DocumentModel doc, long pageIndex, long pageSize)
DocumentHistoryReadergetPageProvider in interface DocumentHistoryReaderCopyright © 2019 Nuxeo. All rights reserved.