public interface ObjectInFolderList extends ExtensionsData
Modifier and Type | Method and Description |
---|---|
BigInteger |
getNumItems()
Returns the total number of the objects in the folder.
|
List<ObjectInFolderData> |
getObjects()
Returns the objects in the folder.
|
Boolean |
hasMoreItems()
Indicates if there are more objects in the folder.
|
getExtensions, setExtensions
List<ObjectInFolderData> 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.