|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Children
A folder is a StoredObject that that has a path and children. Children can be folder or documents
| Nested Class Summary | |
|---|---|
static class |
Children.ChildrenResult
|
| Method Summary | |
|---|---|
Children.ChildrenResult |
getChildren(int maxItems,
int skipCount,
java.lang.String user)
get all the children of this folder. |
Children.ChildrenResult |
getFolderChildren(int maxItems,
int skipCount,
java.lang.String user)
get all the children of this folder which are folders. |
boolean |
hasChild(java.lang.String name)
indicate if a child with the given name exists in this folder |
| Method Detail |
|---|
Children.ChildrenResult getChildren(int maxItems,
int skipCount,
java.lang.String user)
maxItems - max. number of items to returnskipCount - initial offset where to start fetchinguser -
Children.ChildrenResult getFolderChildren(int maxItems,
int skipCount,
java.lang.String user)
maxItems - max. number of items to returnskipCount - initial offset where to start fetchinguser -
boolean hasChild(java.lang.String name)
name - name to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||