|
||||||||||
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
Method Summary | |
---|---|
java.util.List<StoredObject> |
getChildren(int maxItems,
int skipCount,
java.lang.String user)
get all the children of this folder. |
java.util.List<Folder> |
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 |
---|
java.util.List<StoredObject> getChildren(int maxItems, int skipCount, java.lang.String user)
maxItems
- max. number of items to returnskipCount
- initial offset where to start fetchinguser
-
java.util.List<Folder> 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 |