Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api.repository.cache
Class CachingDocumentList

java.lang.Object
  extended by org.nuxeo.ecm.core.api.repository.cache.CachingDocumentList
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<DocumentModel>, java.util.Collection<DocumentModel>, java.util.List<DocumentModel>, DocumentModelList

public class CachingDocumentList
extends java.lang.Object
implements DocumentModelList

A document list that uses document cached from the document cache. This is not using the children cache. If you need to cache getChildren calls it is better to use the DocumentChildrenList which is caching children lists

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
CachingDocumentList(DocumentModelCache cache, java.util.List<DocumentModel> list)
           
 
Method Summary
 boolean add(DocumentModel o)
           
 void add(int index, DocumentModel element)
           
 boolean addAll(java.util.Collection<? extends DocumentModel> c)
           
 boolean addAll(int index, java.util.Collection<? extends DocumentModel> c)
           
 void clear()
           
 boolean contains(java.lang.Object o)
           
 boolean containsAll(java.util.Collection<?> c)
           
 DocumentModel get(int index)
           
 int indexOf(java.lang.Object o)
           
 boolean isEmpty()
           
 java.util.Iterator<DocumentModel> iterator()
           
 int lastIndexOf(java.lang.Object o)
           
 java.util.ListIterator<DocumentModel> listIterator()
           
 java.util.ListIterator<DocumentModel> listIterator(int index)
           
 DocumentModel remove(int index)
           
 boolean remove(java.lang.Object o)
           
 boolean removeAll(java.util.Collection<?> c)
           
 boolean retainAll(java.util.Collection<?> c)
           
 DocumentModel set(int index, DocumentModel element)
           
 int size()
           
 java.util.List<DocumentModel> subList(int fromIndex, int toIndex)
           
 java.lang.Object[] toArray()
           
<T> T[]
toArray(T[] a)
           
 long totalSize()
          Returns the total size of the bigger list this is a part of.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.List
equals, hashCode
 

Constructor Detail

CachingDocumentList

public CachingDocumentList(DocumentModelCache cache,
                           java.util.List<DocumentModel> list)
Method Detail

add

public boolean add(DocumentModel o)
Specified by:
add in interface java.util.Collection<DocumentModel>
Specified by:
add in interface java.util.List<DocumentModel>

add

public void add(int index,
                DocumentModel element)
Specified by:
add in interface java.util.List<DocumentModel>

addAll

public boolean addAll(java.util.Collection<? extends DocumentModel> c)
Specified by:
addAll in interface java.util.Collection<DocumentModel>
Specified by:
addAll in interface java.util.List<DocumentModel>

addAll

public boolean addAll(int index,
                      java.util.Collection<? extends DocumentModel> c)
Specified by:
addAll in interface java.util.List<DocumentModel>

clear

public void clear()
Specified by:
clear in interface java.util.Collection<DocumentModel>
Specified by:
clear in interface java.util.List<DocumentModel>

contains

public boolean contains(java.lang.Object o)
Specified by:
contains in interface java.util.Collection<DocumentModel>
Specified by:
contains in interface java.util.List<DocumentModel>

containsAll

public boolean containsAll(java.util.Collection<?> c)
Specified by:
containsAll in interface java.util.Collection<DocumentModel>
Specified by:
containsAll in interface java.util.List<DocumentModel>

get

public DocumentModel get(int index)
Specified by:
get in interface java.util.List<DocumentModel>

indexOf

public int indexOf(java.lang.Object o)
Specified by:
indexOf in interface java.util.List<DocumentModel>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Collection<DocumentModel>
Specified by:
isEmpty in interface java.util.List<DocumentModel>

iterator

public java.util.Iterator<DocumentModel> iterator()
Specified by:
iterator in interface java.lang.Iterable<DocumentModel>
Specified by:
iterator in interface java.util.Collection<DocumentModel>
Specified by:
iterator in interface java.util.List<DocumentModel>

lastIndexOf

public int lastIndexOf(java.lang.Object o)
Specified by:
lastIndexOf in interface java.util.List<DocumentModel>

listIterator

public java.util.ListIterator<DocumentModel> listIterator()
Specified by:
listIterator in interface java.util.List<DocumentModel>

listIterator

public java.util.ListIterator<DocumentModel> listIterator(int index)
Specified by:
listIterator in interface java.util.List<DocumentModel>

remove

public DocumentModel remove(int index)
Specified by:
remove in interface java.util.List<DocumentModel>

remove

public boolean remove(java.lang.Object o)
Specified by:
remove in interface java.util.Collection<DocumentModel>
Specified by:
remove in interface java.util.List<DocumentModel>

removeAll

public boolean removeAll(java.util.Collection<?> c)
Specified by:
removeAll in interface java.util.Collection<DocumentModel>
Specified by:
removeAll in interface java.util.List<DocumentModel>

retainAll

public boolean retainAll(java.util.Collection<?> c)
Specified by:
retainAll in interface java.util.Collection<DocumentModel>
Specified by:
retainAll in interface java.util.List<DocumentModel>

set

public DocumentModel set(int index,
                         DocumentModel element)
Specified by:
set in interface java.util.List<DocumentModel>

size

public int size()
Specified by:
size in interface java.util.Collection<DocumentModel>
Specified by:
size in interface java.util.List<DocumentModel>

totalSize

public long totalSize()
Description copied from interface: DocumentModelList
Returns the total size of the bigger list this is a part of.

Specified by:
totalSize in interface DocumentModelList
Returns:
the total size

subList

public java.util.List<DocumentModel> subList(int fromIndex,
                                             int toIndex)
Specified by:
subList in interface java.util.List<DocumentModel>

toArray

public java.lang.Object[] toArray()
Specified by:
toArray in interface java.util.Collection<DocumentModel>
Specified by:
toArray in interface java.util.List<DocumentModel>

toArray

public <T> T[] toArray(T[] a)
Specified by:
toArray in interface java.util.Collection<DocumentModel>
Specified by:
toArray in interface java.util.List<DocumentModel>

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.