Package org.nuxeo.ecm.platform.audit.api
Class LogEntryList
java.lang.Object
java.util.AbstractCollection<LogEntry>
java.util.AbstractList<LogEntry>
java.util.ArrayList<LogEntry>
org.nuxeo.ecm.automation.core.util.PaginablePageProvider<LogEntry>
org.nuxeo.ecm.platform.audit.api.LogEntryList
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<LogEntry>
,Collection<LogEntry>
,List<LogEntry>
,RandomAccess
,SequencedCollection<LogEntry>
,Paginable<LogEntry>
@Deprecated(since="2025.0",
forRemoval=true)
public class LogEntryList
extends PaginablePageProvider<LogEntry>
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.automation.core.util.PaginablePageProvider
pageProvider
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
ConstructorsConstructorDescriptionLogEntryList
(PageProvider<LogEntry> pageProvider) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.nuxeo.ecm.automation.core.util.PaginablePageProvider
getActiveQuickFilters, getAggregates, getAvailableQuickFilters, getCurrentPageIndex, getCurrentPageOffset, getCurrentPageSize, getErrorMessage, getMaxPageSize, getNumberOfPages, getPageSize, getResultsCount, getResultsCountLimit, hasAggregateSupport, hasError, isLastPageAvailable, isNextPageAvailable, isPreviousPageAvailable, isSortable
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, size, sort, spliterator, subList, toArray, toArray
-
Constructor Details
-
LogEntryList
Deprecated, for removal: This API element is subject to removal in a future version.
-
PaginableLogEntryList
instead