Class LogEntryList2

java.lang.Object
org.apache.commons.collections4.collection.AbstractCollectionDecorator<LogEntry>
org.apache.commons.collections4.list.AbstractListDecorator<LogEntry>
org.apache.commons.collections4.list.AbstractSerializableListDecorator<LogEntry>
org.nuxeo.ecm.platform.audit.api.LogEntryList2
All Implemented Interfaces:
Serializable, Iterable<LogEntry>, Collection<LogEntry>, List<LogEntry>, SequencedCollection<LogEntry>

@Deprecated(since="2025.0", forRemoval=true) public class LogEntryList2 extends org.apache.commons.collections4.list.AbstractSerializableListDecorator<LogEntry> implements List<LogEntry>, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, use LogEntryList instead
Since:
2025.0
See Also:
  • Field Details

    • totalSize

      protected final long totalSize
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • LogEntryList2

      public LogEntryList2(List<LogEntry> list, long totalSize)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor that wraps (not copies).
      Parameters:
      list - the list to decorate, must not be null
      Throws:
      NullPointerException - if list is null
  • Method Details

    • getTotalSize

      public long getTotalSize()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the total size of the bigger list this is a part of.
      Returns:
      the total size