Skip navigation links
Camel :: Box :: API 2.23.2.fuse-760030-redhat-00001
A B C D G L M O P R S U 

A

addAssignmentToTask(String, BoxUser) - Method in class org.apache.camel.component.box.api.BoxTasksManager
Add assignment for task.
addFileComment(String, String) - Method in class org.apache.camel.component.box.api.BoxCommentsManager
Add comment to file.
addFileTask(String, BoxTask.Action, Date, String) - Method in class org.apache.camel.component.box.api.BoxTasksManager
Add task to file.
addFolderCollaboration(String, BoxCollaborator, BoxCollaboration.Role) - Method in class org.apache.camel.component.box.api.BoxCollaborationsManager
Add a collaboration to this folder.
addFolderCollaborationByEmail(String, String, BoxCollaboration.Role) - Method in class org.apache.camel.component.box.api.BoxCollaborationsManager
Add a collaboration to this folder.
addGroupMembership(String, String, BoxGroupMembership.Role) - Method in class org.apache.camel.component.box.api.BoxGroupsManager
Add a member to group with the specified role.
addUserEmailAlias(String, String) - Method in class org.apache.camel.component.box.api.BoxUsersManager
Add a new email alias to user's account.

B

BoxCollaborationsManager - Class in org.apache.camel.component.box.api
Box Collaborations Manager
BoxCollaborationsManager(BoxAPIConnection) - Constructor for class org.apache.camel.component.box.api.BoxCollaborationsManager
Create collaborations manager to manage the comments of Box connection's authenticated user.
BoxCommentsManager - Class in org.apache.camel.component.box.api
Box Comments Manager
BoxCommentsManager(BoxAPIConnection) - Constructor for class org.apache.camel.component.box.api.BoxCommentsManager
Create comments manager to manage the comments of Box connection's authenticated user.
BoxEventLogsManager - Class in org.apache.camel.component.box.api
Box Event Logs Manager
BoxEventLogsManager(BoxAPIConnection) - Constructor for class org.apache.camel.component.box.api.BoxEventLogsManager
Create event logs manager to manage the event logs of Box connection's authenticated user.
BoxEventsManager - Class in org.apache.camel.component.box.api
Box Events Manager
BoxEventsManager(BoxAPIConnection) - Constructor for class org.apache.camel.component.box.api.BoxEventsManager
Create events manager to manage the events of Box connection's authenticated user.
BoxFilesManager - Class in org.apache.camel.component.box.api
Box Files Manager
BoxFilesManager(BoxAPIConnection) - Constructor for class org.apache.camel.component.box.api.BoxFilesManager
Create files manager to manage the files of Box connection's authenticated user.
BoxFoldersManager - Class in org.apache.camel.component.box.api
Box Folders Manager
BoxFoldersManager(BoxAPIConnection) - Constructor for class org.apache.camel.component.box.api.BoxFoldersManager
Create folder manager to manage folders of Box connection's authenticated user.
BoxGroupsManager - Class in org.apache.camel.component.box.api
Box Groups Manager
BoxGroupsManager(BoxAPIConnection) - Constructor for class org.apache.camel.component.box.api.BoxGroupsManager
Create groups manager to manage the users of Box connection's authenticated user.
BoxSearchManager - Class in org.apache.camel.component.box.api
Box Search Manager
BoxSearchManager(BoxAPIConnection) - Constructor for class org.apache.camel.component.box.api.BoxSearchManager
Create search manager to manage the searches of Box connection's authenticated user.
BoxTasksManager - Class in org.apache.camel.component.box.api
Box Tasks Manager
BoxTasksManager(BoxAPIConnection) - Constructor for class org.apache.camel.component.box.api.BoxTasksManager
Create tasks manager to manage the tasks of Box connection's authenticated user.
BoxUsersManager - Class in org.apache.camel.component.box.api
Box Users Manager
BoxUsersManager(BoxAPIConnection) - Constructor for class org.apache.camel.component.box.api.BoxUsersManager
Create users manager to manage the users of Box connection's authenticated user.

C

changeCommentMessage(String, String) - Method in class org.apache.camel.component.box.api.BoxCommentsManager
Change comment message.
checkUpload(String, String, Long) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Does a pre-verification before upload, to check if the filename already exists or if there is permission to upload.
copyFile(String, String, String) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Copy file to destination folder while optionally giving it a new name.
copyFolder(String, String, String) - Method in class org.apache.camel.component.box.api.BoxFoldersManager
Copy folder to destination folder while optionally giving it a new name.
createAppUser(String, CreateUserParams) - Method in class org.apache.camel.component.box.api.BoxUsersManager
Provision a new app user in an enterprise with additional user information using Box Developer Edition.
createEnterpriseUser(String, String, CreateUserParams) - Method in class org.apache.camel.component.box.api.BoxUsersManager
Provision a new user in an enterprise with additional user information.
createFileMetadata(String, Metadata, String) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Create metadata for file in either the global properties template or the specified template type.
createFileSharedLink(String, BoxSharedLink.Access, Date, BoxSharedLink.Permissions) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Create a shared link to file.
createFolder(String, String) - Method in class org.apache.camel.component.box.api.BoxFoldersManager
Create a folder in parent folder with given parentFolderId.
createFolder(String, String...) - Method in class org.apache.camel.component.box.api.BoxFoldersManager
Create a folder specified by path from parent folder with given parentFolderId, creating intermediate directories as required.
createFolderSharedLink(String, BoxSharedLink.Access, Date, BoxSharedLink.Permissions) - Method in class org.apache.camel.component.box.api.BoxFoldersManager
Create a shared link to folder.
createGroup(String, String, String, String, String, String) - Method in class org.apache.camel.component.box.api.BoxGroupsManager
Create a new group with a specified name and optional additional parameters.

D

deleteCollaboration(String) - Method in class org.apache.camel.component.box.api.BoxCollaborationsManager
Delete collaboration.
deleteComment(String) - Method in class org.apache.camel.component.box.api.BoxCommentsManager
Delete comment.
deleteFile(String) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Delete the file.
deleteFileMetadata(String) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Delete the file properties metadata.
deleteFileVersion(String, Integer) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Delete a file version.
deleteFolder(String) - Method in class org.apache.camel.component.box.api.BoxFoldersManager
Delete folder.
deleteGroup(String) - Method in class org.apache.camel.component.box.api.BoxGroupsManager
Delete group.
deleteGroupMembership(String) - Method in class org.apache.camel.component.box.api.BoxGroupsManager
Delete group membership.
deleteTask(String) - Method in class org.apache.camel.component.box.api.BoxTasksManager
Delete task.
deleteTaskAssignment(String) - Method in class org.apache.camel.component.box.api.BoxTasksManager
Delete task assignment.
deleteUser(String, boolean, boolean) - Method in class org.apache.camel.component.box.api.BoxUsersManager
Delete user from an enterprise account.
deleteUserEmailAlias(String, String) - Method in class org.apache.camel.component.box.api.BoxUsersManager
Delete an email alias from user's account.
downloadFile(String, OutputStream, Long, Long, ProgressListener) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Download a file.
downloadPreviousFileVersion(String, Integer, OutputStream, ProgressListener) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Download a previous version of file.

G

getAllEnterpriseOrExternalUsers(String, String...) - Method in class org.apache.camel.component.box.api.BoxUsersManager
Get any managed users that match the filter term as well as any external users that match the filter term.
getAllGroups() - Method in class org.apache.camel.component.box.api.BoxGroupsManager
Get all the groups in the enterprise.
getCollaborationInfo(String) - Method in class org.apache.camel.component.box.api.BoxCollaborationsManager
Get collaboration information.
getCommentInfo(String) - Method in class org.apache.camel.component.box.api.BoxCommentsManager
Get comment information.
getCurrentUser() - Method in class org.apache.camel.component.box.api.BoxUsersManager
Get current user.
getDownloadURL(String) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Get an expiring URL for downloading a file directly from Box.
getEnterpriseEvents(String, Date, Date, BoxEvent.Type...) - Method in class org.apache.camel.component.box.api.BoxEventLogsManager
Create an event stream with optional starting initial position and add listener that will be notified when an event is received.
getFileComments(String) - Method in class org.apache.camel.component.box.api.BoxCommentsManager
Get a list of any comments on this file.
getFileInfo(String, String...) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Get file information.
getFileMetadata(String, String) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Gets the file properties metadata.
getFilePreviewLink(String) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Get an expiring URL for creating an embedded preview session.
getFileTasks(String) - Method in class org.apache.camel.component.box.api.BoxTasksManager
Get a list of any tasks on file.
getFileThumbnail(String, BoxFile.ThumbnailFileType, Integer, Integer, Integer, Integer) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Get an expiring URL for creating an embedded preview session.
getFileVersions(String) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Get any previous versions of file.
getFolder(String...) - Method in class org.apache.camel.component.box.api.BoxFoldersManager
Return the Box folder referenced by path.
getFolderCollaborations(String) - Method in class org.apache.camel.component.box.api.BoxCollaborationsManager
Get information about all of the collaborations for folder.
getFolderInfo(String, String...) - Method in class org.apache.camel.component.box.api.BoxFoldersManager
Get folder information.
getFolderItems(String, Long, Long, String...) - Method in class org.apache.camel.component.box.api.BoxFoldersManager
Returns a specific range of child items in folder and specifies which fields of each item to retrieve.
getGroupInfo(String) - Method in class org.apache.camel.component.box.api.BoxGroupsManager
Get group information.
getGroupMembershipInfo(String) - Method in class org.apache.camel.component.box.api.BoxGroupsManager
Get group membership information.
getGroupMemberships(String) - Method in class org.apache.camel.component.box.api.BoxGroupsManager
Get information about all of the group memberships for this group.
getPendingCollaborations() - Method in class org.apache.camel.component.box.api.BoxCollaborationsManager
Get all pending collaboration invites for the current user.
getRootFolder() - Method in class org.apache.camel.component.box.api.BoxFoldersManager
Return the root folder of authenticated user.
getTaskAssignmentInfo(String) - Method in class org.apache.camel.component.box.api.BoxTasksManager
Get task assignment information.
getTaskAssignments(String) - Method in class org.apache.camel.component.box.api.BoxTasksManager
Get a list of any assignments for task.
getTaskInfo(String) - Method in class org.apache.camel.component.box.api.BoxTasksManager
Get task information.
getUserEmailAlias(String) - Method in class org.apache.camel.component.box.api.BoxUsersManager
Get a collection of all the email aliases for user.
getUserInfo(String) - Method in class org.apache.camel.component.box.api.BoxUsersManager
Get user information.

L

listen(EventListener, Long) - Method in class org.apache.camel.component.box.api.BoxEventsManager
Create an event stream with optional starting initial position and add listener that will be notified when an event is received.

M

moveFile(String, String, String) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Move file to destination folder while optionally giving it a new name.
moveFolder(String, String, String) - Method in class org.apache.camel.component.box.api.BoxFoldersManager
Move folder to destination folder while optionally giving it a new name.
moveFolderToUser(String, String) - Method in class org.apache.camel.component.box.api.BoxUsersManager
Move root folder for specified user to current user.

O

org.apache.camel.component.box.api - package org.apache.camel.component.box.api
 

P

promoteFileVersion(String, Integer) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Promote a previous version of file.

R

renameFile(String, String) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Rename file giving it the name newName
renameFolder(String, String) - Method in class org.apache.camel.component.box.api.BoxFoldersManager
Rename folder giving it the name newName
replyToComment(String, String) - Method in class org.apache.camel.component.box.api.BoxCommentsManager
Reply to a comment.

S

searchFolder(String, String) - Method in class org.apache.camel.component.box.api.BoxSearchManager
Search folder and all descendant folders using the given query.
stopListening() - Method in class org.apache.camel.component.box.api.BoxEventsManager
 

U

updateCollaborationInfo(String, BoxCollaboration.Info) - Method in class org.apache.camel.component.box.api.BoxCollaborationsManager
Update collaboration information.
updateFileInfo(String, BoxFile.Info) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Update file information.
updateFileMetadata(String, Metadata) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Update the file properties metadata.
updateFolderInfo(String, BoxFolder.Info) - Method in class org.apache.camel.component.box.api.BoxFoldersManager
Update folder information.
updateGroupInfo(String, BoxGroup.Info) - Method in class org.apache.camel.component.box.api.BoxGroupsManager
Update group information.
updateGroupMembershipInfo(String, BoxGroupMembership.Info) - Method in class org.apache.camel.component.box.api.BoxGroupsManager
Update group membership information.
updateTaskInfo(String, BoxTask.Info) - Method in class org.apache.camel.component.box.api.BoxTasksManager
Update task information.
updateUserInfo(String, BoxUser.Info) - Method in class org.apache.camel.component.box.api.BoxUsersManager
Update user information.
uploadFile(String, InputStream, String, Date, Date, Long, Boolean, ProgressListener) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Upload a new file to parent folder.
uploadNewFileVersion(String, InputStream, Date, Long, ProgressListener) - Method in class org.apache.camel.component.box.api.BoxFilesManager
Upload a new version of file.
A B C D G L M O P R S U 
Skip navigation links
Camel :: Box :: API 2.23.2.fuse-760030-redhat-00001

Apache Camel