Package | Description |
---|---|
org.apache.chemistry.opencmis.inmemory.storedobj.api | |
org.apache.chemistry.opencmis.inmemory.storedobj.impl |
Modifier and Type | Method and Description |
---|---|
ObjectStore.ChildrenResult |
ObjectStore.getChildren(Folder folder,
int maxItems,
int skipCount,
String user,
boolean usePwc)
get all the children of this folder.
|
ObjectStore.ChildrenResult |
ObjectStore.getFolderChildren(Folder folder,
int maxItems,
int skipCount,
String user)
get all the children of this folder which are folders.
|
Modifier and Type | Method and Description |
---|---|
ObjectStore.ChildrenResult |
ObjectStoreImpl.getChildren(Folder folder,
int maxItemsParam,
int skipCountParam,
String user,
boolean usePwc) |
ObjectStore.ChildrenResult |
ObjectStoreImpl.getFolderChildren(Folder folder,
int maxItems,
int skipCount,
String user) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.