public interface ListAccess<E>
E[] load(int index, int limit) throws SocialClientLibException
Retrieves an array of objects from the list access.
The index value and the lenght value cannot be negative, and the sum of the index and the length cannot be greater than the list size. Those values are considered as non correct.
index - the indexlimit - the limitSocialClientLibExceptionList<E> loadAsList(int index, int limit) throws SocialClientLibException
index - limit - SocialClientLibExceptionint getSize()
Copyright © 2011–2015 eXo Platform SAS. All rights reserved.