public class BoxSearchManager extends Object
| Constructor and Description |
|---|
BoxSearchManager(com.box.sdk.BoxAPIConnection boxConnection)
Create search manager to manage the searches of Box connection's authenticated user.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<com.box.sdk.BoxItem> |
searchFolder(String folderId,
String query)
Search folder and all descendant folders using the given query.
|
public BoxSearchManager(com.box.sdk.BoxAPIConnection boxConnection)
boxConnection - - Box connection to authenticated user account.public Collection<com.box.sdk.BoxItem> searchFolder(String folderId, String query)
folderId - - the id of folder searched.query - - the search query.Apache Camel