public class ObjectInFolderListImpl extends AbstractExtensionData implements ObjectInFolderList
| Constructor and Description |
|---|
ObjectInFolderListImpl() |
| 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.
|
void |
setHasMoreItems(Boolean hasMoreItems) |
void |
setNumItems(BigInteger numItems) |
void |
setObjects(List<ObjectInFolderData> objects) |
String |
toString() |
getExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensions, setExtensionspublic List<ObjectInFolderData> getObjects()
ObjectInFolderListgetObjects in interface ObjectInFolderListnullpublic void setObjects(List<ObjectInFolderData> objects)
public Boolean hasMoreItems()
ObjectInFolderListhasMoreItems in interface ObjectInFolderListtrue if there are more objects, false if there
are not more objects, or null if the repository didn't
provide this flagpublic void setHasMoreItems(Boolean hasMoreItems)
public BigInteger getNumItems()
ObjectInFolderListgetNumItems in interface ObjectInFolderListnull if
the repository didn't provide the numberpublic void setNumItems(BigInteger numItems)
public String toString()
toString in class AbstractExtensionDataCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.