Package | Description |
---|---|
org.nuxeo.box.api.file.adapter | |
org.nuxeo.box.api.folder.adapter | |
org.nuxeo.box.api.marshalling.dao | |
org.nuxeo.box.api.service |
Modifier and Type | Method and Description |
---|---|
BoxCollection |
BoxFileAdapter.getComments() |
Modifier and Type | Method and Description |
---|---|
BoxCollection |
BoxFolderAdapter.getCollaborations() |
BoxCollection |
BoxFolderAdapter.getItemCollection(CoreSession session,
String limit,
String offset,
String fields)
Fill item collection entries box object
|
Modifier and Type | Method and Description |
---|---|
BoxCollection |
BoxFolder.getItemCollection()
Getter.Get the items(files, subfolders, web links...) under this box folder.
|
BoxCollection |
BoxItem.getPathCollection()
Get the path of folders to this item, starting at the root.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BoxFolder.setItemCollection(BoxCollection itemCollection)
Setter.
|
Constructor and Description |
---|
BoxCollection(BoxCollection obj)
Copy constructor, this does deep copy for all the fields.
|
Modifier and Type | Method and Description |
---|---|
BoxCollection |
BoxServiceImpl.searchBox(String term,
CoreSession session,
String limit,
String offset) |
BoxCollection |
BoxService.searchBox(String term,
CoreSession session,
String limit,
String offset) |
Copyright © 2016 Nuxeo SA. All rights reserved.