public interface ObjectList extends ExtensionsData
| Modifier and Type | Method and Description | 
|---|---|
BigInteger | 
getNumItems()
Returns the total number of the objects. 
 | 
List<ObjectData> | 
getObjects()
Returns the list of objects. 
 | 
Boolean | 
hasMoreItems()
Indicates if there are more objects. 
 | 
getExtensions, setExtensionsList<ObjectData> getObjects()
nullBoolean hasMoreItems()
true if there are more objects, false if there
         are not more objects, or null if the repository didn't
         provide this flagBigInteger getNumItems()
null if the repository
         didn't provide the numberCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.