- BoxCollaborationsManager - Class in org.apache.camel.component.box.api
-
Provides operations to manage Box collaborations.
- 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
-
Provides operations to manage Box comments.
- 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
-
Provides operations to read Box enterprise (admin) event logs.
- 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
-
Provides operations to manage Box events.
- 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
-
Provides operations to manage Box files.
- 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
-
Provides operations to manage Box folders.
- 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
-
Provides operations to manage Box groups.
- 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
-
Provides operations to manage Box searches.
- 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
-
Provides operations to manage Box tasks.
- 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
-
Provides operations to manage Box users.
- 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.
- 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
-
Retrieves a thumbnail, or smaller image representation, of this file.
- 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.