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 ofLogEntryfor the history of the inputDocumentModelgetPageProvider(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:DocumentHistoryReaderRetrieve a page ofLogEntryfor the history of the inputDocumentModel- Specified by:
getDocumentHistoryin interfaceDocumentHistoryReader
-
getPageProvider
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DocumentHistoryReader- Specified by:
getPageProviderin interfaceDocumentHistoryReader
-
PageProviderServiceinstead