public interface ContentHistoryActions extends Serializable
Modifier and Type | Method and Description |
---|---|
List<? extends LogEntry> |
computeLatestLogEntries()
Computes latest logs only.
|
List<? extends LogEntry> |
computeLogEntries()
Computes all log entries for current document.
|
List<? extends LogEntry> |
computeLogEntries(DocumentModel document)
Computes all log entries for given document.
|
Map<Long,String> |
computeLogEntriesComments() |
Map<Long,LinkedDocument> |
computeLogEntrieslinkedDocs() |
String |
doSearch() |
String |
getLogComment(LogEntry entry)
Deprecated.
|
LinkedDocument |
getLogLinkedDocument(LogEntry entry)
Deprecated.
|
SortInfo |
getSortInfo() |
List<? extends LogEntry> computeLogEntries()
List<? extends LogEntry> computeLogEntries(DocumentModel document)
List<? extends LogEntry> computeLatestLogEntries()
Map<Long,String> computeLogEntriesComments()
Map<Long,LinkedDocument> computeLogEntrieslinkedDocs()
@Deprecated String getLogComment(LogEntry entry)
This log may be filled automatically when dealing with copy/paste/move log entries.
@Deprecated LinkedDocument getLogLinkedDocument(LogEntry entry)
The linked document is resolved from the log original comment, when dealing with copy/paste/move log entries.
SortInfo getSortInfo()
Copyright © 2015 Nuxeo SA. All rights reserved.