public interface Children
| Modifier and Type | Interface and Description |
|---|---|
static class |
Children.ChildrenResult |
| Modifier and Type | Method and Description |
|---|---|
Children.ChildrenResult |
getChildren(int maxItems,
int skipCount,
String user)
get all the children of this folder.
|
Children.ChildrenResult |
getFolderChildren(int maxItems,
int skipCount,
String user)
get all the children of this folder which are folders.
|
boolean |
hasChild(String name)
indicate if a child with the given name exists in this folder
|
Children.ChildrenResult getChildren(int maxItems, int skipCount, String user)
maxItems - max. number of items to returnskipCount - initial offset where to start fetchinguser - Children.ChildrenResult getFolderChildren(int maxItems, int skipCount, String user)
maxItems - max. number of items to returnskipCount - initial offset where to start fetchinguser - boolean hasChild(String name)
name - name to checkCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.