Class ArrayListPage<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.alfresco.rest.framework.resource.parameters.ArrayListPage<E>
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<E>,Collection<E>,List<E>,RandomAccess,SequencedCollection<E>,org.alfresco.query.PagingResults<E>,ListPage<E>,SerializablePagedCollection<E>
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionArrayListPage(List<? extends E> list) ArrayListPage(List<? extends E> list, Paging paging) -
Method Summary
Modifier and TypeMethodDescriptionThe search context for the collectionThe requested paging parameters set by the clientThe parent/source entity responsible for the collectionIndicates the total number of items available.booleanIndicates if the returned collection has more items after the current returned list.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, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods 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, toArrayMethods inherited from interface org.alfresco.rest.framework.resource.parameters.ListPage
getCollection, getPage, getTotalResultCount
-
Constructor Details
-
ArrayListPage
-
ArrayListPage
-
-
Method Details
-
getPaging
Description copied from interface:SerializablePagedCollectionThe requested paging parameters set by the client- Specified by:
getPagingin interfaceSerializablePagedCollection<E>
-
getTotalItems
Description copied from interface:SerializablePagedCollectionIndicates the total number of items available. Can be greater than the number of items returned in the list.- Specified by:
getTotalItemsin interfaceSerializablePagedCollection<E>
-
hasMoreItems
public boolean hasMoreItems()Description copied from interface:SerializablePagedCollectionIndicates if the returned collection has more items after the current returned list.- Specified by:
hasMoreItemsin interfaceorg.alfresco.query.PagingResults<E>- Specified by:
hasMoreItemsin interfaceSerializablePagedCollection<E>
-
getQueryExecutionId
- Specified by:
getQueryExecutionIdin interfaceorg.alfresco.query.PagingResults<E>
-
getSourceEntity
Description copied from interface:SerializablePagedCollectionThe parent/source entity responsible for the collection- Specified by:
getSourceEntityin interfaceSerializablePagedCollection<E>
-
getContext
Description copied from interface:SerializablePagedCollectionThe search context for the collection- Specified by:
getContextin interfaceSerializablePagedCollection<E>
-