Class DocumentHistoryReaderImpl
java.lang.Object
org.nuxeo.ecm.platform.audit.api.document.DocumentHistoryReaderImpl
- All Implemented Interfaces:
DocumentHistoryReader
@Deprecated(since="2025.0",
forRemoval=true)
public class DocumentHistoryReaderImpl
extends Object
implements DocumentHistoryReader
Deprecated, for removal: This API element is subject to removal in a future version.
Implementation of the
DocumentHistoryReader
interface. This is mainly a wrapper around the
DocumentHistoryPageProvider
- Author:
- Tiry
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
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.
-
Constructor Details
-
DocumentHistoryReaderImpl
public DocumentHistoryReaderImpl()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.Description copied from interface:DocumentHistoryReader
Retrieve a page ofLogEntry
for the history of the inputDocumentModel
- Specified by:
getDocumentHistory
in interfaceDocumentHistoryReader
-
getPageProvider
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DocumentHistoryReader
- Specified by:
getPageProvider
in interfaceDocumentHistoryReader
-
PageProviderService
instead