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, setExtensions
List<ObjectData> getObjects()
null
Boolean 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–2017 The Apache Software Foundation. All rights reserved.