A B C E F G H I J L N O P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- api - Variable in class org.exoplatform.clouddrive.box.BoxUser
-
The api.
- api - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.Connect
-
The api.
- api - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Box API.
- api - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
-
Box service API.
- api - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FullSync
-
Box API.
- applied - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Applied items in latest state mapped by item id.
- applied(String) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Applied.
- appliedCounter - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Counter of applied events in this Sync.
- apply(JCRLocalCloudFile) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Apply.
- authenticate(Map<String, String>) - Method in class org.exoplatform.clouddrive.box.BoxConnector
- authURL - Variable in class org.exoplatform.clouddrive.box.BoxProvider
-
The auth URL.
B
- BOX_APP_URL - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
URL of Box app.
- BOX_EMBED_URL - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
URL patter for Embedded UI of Box file.
- BOX_EMBED_URL_SSO - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
The Constant BOX_EMBED_URL_SSO.
- BOX_EVENTS - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
The Constant BOX_EVENTS.
- BOX_FILE_URL - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
URL prefix for Box files' UI.
- BOX_FILES_PATH - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
Not official part of the path used in file services with Box API.
- BOX_ITEM_STATE_ACTIVE - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
Box item_status for active items.
- BOX_ITEM_STATE_DELETED - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
Box item_status for deleted items.
- BOX_ITEM_STATE_TRASHED - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
Box item_status for trashed items.
- BOX_NOTE_EXT - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
Extension for Box's webdoc files.
- BOX_NOTE_MIMETYPE - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
Custom mimetype for Box's note files.
- BOX_PAGE_SIZE - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
Pagination size used within Box API.
- BOX_ROOT_ID - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
Id of root folder on Box.
- BOX_TRASH_ID - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
Id of Trash folder on Box.
- BOX_URL_CUSTOM_PATTERN - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
The Constant BOX_URL_CUSTOM_PATTERN.
- BOX_URL_MAKE_CUSTOM_PATTERN - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
The Constant BOX_URL_MAKE_CUSTOM_PATTERN.
- BOX_WEBDOCUMENT_EXT - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
Extension for Box's webdoc files.
- BOX_WEBDOCUMENT_MIMETYPE - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
Custom mimetype for Box's webdoc files.
- BoxAPI - Class in org.exoplatform.clouddrive.box
-
New Box Content API that replaces the Box SDK v2.
- BoxAPI.ChangesLink - Class in org.exoplatform.clouddrive.box
-
The Class ChangesLink.
- BoxConnector - Class in org.exoplatform.clouddrive.box
-
Created by The eXo Platform SAS.
- BoxConnector(RepositoryService, SessionProviderService, NodeFinder, ExtendedMimeTypeResolver, InitParams) - Constructor for class org.exoplatform.clouddrive.box.BoxConnector
-
Instantiates a new box connector.
- BoxException - Exception in org.exoplatform.clouddrive.box
-
Indicates a problem on provider side or communication problem.
- BoxException(String) - Constructor for exception org.exoplatform.clouddrive.box.BoxException
-
Instantiates a new box exception.
- BoxException(String, Throwable) - Constructor for exception org.exoplatform.clouddrive.box.BoxException
-
Instantiates a new box exception.
- BoxException(Throwable) - Constructor for exception org.exoplatform.clouddrive.box.BoxException
-
Instantiates a new box exception.
- BoxFormatException - Exception in org.exoplatform.clouddrive.box
-
Error determining or parsing format of Box data (from Box service response).
- BoxFormatException(String) - Constructor for exception org.exoplatform.clouddrive.box.BoxFormatException
-
Instantiates a new box format exception.
- BoxFormatException(String, Throwable) - Constructor for exception org.exoplatform.clouddrive.box.BoxFormatException
-
Instantiates a new box format exception.
- BoxProvider - Class in org.exoplatform.clouddrive.box
-
Box provider copies GoogleDrive's provider by the code because of OAuth2.
- BoxProvider(String, String, String, String, boolean, RepositoryService) - Constructor for class org.exoplatform.clouddrive.box.BoxProvider
-
Instantiates a new box provider.
- BoxState(BoxAPI.ChangesLink) - Constructor for class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.BoxState
-
Instantiates a new box state.
- BoxUser - Class in org.exoplatform.clouddrive.box
-
Created by The eXo Platform SAS.
- BoxUser(String, String, String, CloudProvider, BoxAPI) - Constructor for class org.exoplatform.clouddrive.box.BoxUser
-
Box User in-memory bean.
C
- com.box.sdk - package com.box.sdk
- CONFIG_LOGIN_SSO_PARTNERIDPID - Static variable in class org.exoplatform.clouddrive.box.BoxConnector
-
Partner's PartnerIdpId used by Box SSO support.
- CONFIG_LOGIN_SSO_URL - Static variable in class org.exoplatform.clouddrive.box.BoxConnector
-
Full URL for Box SSO support without redirect URL at the end.
- Connect() - Constructor for class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.Connect
-
Instantiates a new connect.
- ConnectBoxActionComponent - Class in org.exoplatform.clouddrive.box.ecms
-
The Class ConnectBoxActionComponent.
- ConnectBoxActionComponent() - Constructor for class org.exoplatform.clouddrive.box.ecms.ConnectBoxActionComponent
- ConnectBoxActionComponent.ConnectBoxActionListener - Class in org.exoplatform.clouddrive.box.ecms
-
The listener interface for receiving connectBoxAction events.
- ConnectBoxActionListener() - Constructor for class org.exoplatform.clouddrive.box.ecms.ConnectBoxActionComponent.ConnectBoxActionListener
- copyFile(Node, Node) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- copyFolder(Node, Node) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- createDrive(CloudUser, Node) - Method in class org.exoplatform.clouddrive.box.BoxConnector
- createFile(Node, Calendar, Calendar, String, InputStream) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- createFileAPI() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
- createFolder(Node, Calendar) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- createProvider() - Method in class org.exoplatform.clouddrive.box.BoxConnector
E
- events - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Events from Box to apply.
- EventsSync() - Constructor for class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Create command for Box synchronization.
- execLocal() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FullSync
-
Execute full sync from current thread.
- ExoBoxEvent - Class in com.box.sdk
-
Extensions to Box Content SDK v1.
- ExoBoxEvent(BoxAPIConnection, JsonObject) - Constructor for class com.box.sdk.ExoBoxEvent
-
Instantiates a new exo box event.
- ExoBoxEvent(BoxAPIConnection, String) - Constructor for class com.box.sdk.ExoBoxEvent
-
Instantiates a new exo box event.
F
- fetchChilds(String, Node) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.Connect
-
Fetch childs.
- fetchChilds(String, Node) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Fetch childs.
- fetchFiles() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.Connect
- findMimetype(String) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
-
Find mimetype.
- FOLDER_TYPE - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
Box folder type.
- FULL_SYNC_PERIOD - Static variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
-
Period to perform
JCRLocalBoxDrive.FullSyncas a next sync request. - FullSync() - Constructor for class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FullSync
-
Create command for Box synchronization.
G
- getAuthURL() - Method in class org.exoplatform.clouddrive.box.BoxProvider
- getConnectCommand() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
- getConnectorHost() - Method in class org.exoplatform.clouddrive.box.BoxConnector
- getCreated() - Method in class org.exoplatform.clouddrive.box.BoxAPI.ChangesLink
-
Gets the created.
- getCreated() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.BoxState
-
Gets the created.
- getEnterpriseId() - Method in class org.exoplatform.clouddrive.box.BoxUser
-
Current user's enterprise ID.
- getEnterpriseName() - Method in class org.exoplatform.clouddrive.box.BoxUser
-
Current user's enterprise name.
- getMaxRetries() - Method in class org.exoplatform.clouddrive.box.BoxAPI.ChangesLink
-
Gets the max retries.
- getMaxRetries() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.BoxState
-
Gets the max retries.
- getOutdatedTimeout() - Method in class org.exoplatform.clouddrive.box.BoxAPI.ChangesLink
-
Gets the outdated timeout.
- getOutdatedTimeout() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.BoxState
-
Gets the outdated timeout.
- getProvider() - Method in class org.exoplatform.clouddrive.box.BoxConnector
- getProvider() - Method in class org.exoplatform.clouddrive.box.BoxUser
- getProviderId() - Method in class org.exoplatform.clouddrive.box.ecms.ConnectBoxActionComponent
- getRedirectURL() - Method in class org.exoplatform.clouddrive.box.BoxProvider
-
Gets the redirect URL.
- getRetryTimeout() - Method in class org.exoplatform.clouddrive.box.BoxAPI.ChangesLink
-
Gets the retry timeout.
- getRetryTimeout() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.BoxState
-
Gets the retry timeout.
- getSequenceId(BoxItem.Info) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
-
Gets the sequence id.
- getState() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
- getSyncCommand() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
- getTtl() - Method in class org.exoplatform.clouddrive.box.BoxAPI.ChangesLink
-
Gets the ttl.
- getTtl() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.BoxState
-
Gets the ttl.
- getType() - Method in class org.exoplatform.clouddrive.box.BoxAPI.ChangesLink
-
Gets the type.
- getType() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.BoxState
-
Gets the type.
- getUpdating() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.BoxState
- getUrl() - Method in class org.exoplatform.clouddrive.box.BoxAPI.ChangesLink
-
Gets the url.
- getUrl() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.BoxState
-
Gets the url.
- getUser() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
H
- hasNextEvent() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Checks for next event.
- hasPostponed() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Checks for postponed.
- history - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Currently applied history of the drive storage.
I
- initBoxItem(Node, BoxItem.Info) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
-
Initialize Box's common specifics of files and folders.
- initDrive(Node) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
- isLoginSSO() - Method in class org.exoplatform.clouddrive.box.BoxProvider
-
Checks if is login SSO.
- isNew(String) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.BoxState
- isOutdated() - Method in class org.exoplatform.clouddrive.box.BoxAPI.ChangesLink
-
Checks if is outdated.
- isOutdated() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.BoxState
-
Checks if is outdated.
- isTrashSupported() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- isUpdating(String) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.BoxState
- ITEM_FIELDS - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
An array of all file/folder fields that will be requested when calling ItemsIterator.
J
- JCRLocalBoxDrive - Class in org.exoplatform.clouddrive.box
-
Local drive for Box.
- JCRLocalBoxDrive(BoxConnector.API, BoxProvider, Node, SessionProviderService, NodeFinder, ExtendedMimeTypeResolver) - Constructor for class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
-
Instantiates a new JCR local box drive.
- JCRLocalBoxDrive(BoxUser, Node, SessionProviderService, NodeFinder, ExtendedMimeTypeResolver) - Constructor for class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
-
Instantiates a new JCR local box drive.
- JCRLocalBoxDrive.BoxState - Class in org.exoplatform.clouddrive.box
-
The Class BoxState.
- JCRLocalBoxDrive.Connect - Class in org.exoplatform.clouddrive.box
-
Connect algorithm for Box drive.
- JCRLocalBoxDrive.EventsSync - Class in org.exoplatform.clouddrive.box
-
Sync algorithm for Box drive based on drive changes obtained from Events service http://developers.box.com/docs/#events.
- JCRLocalBoxDrive.FileAPI - Class in org.exoplatform.clouddrive.box
-
The Class FileAPI.
- JCRLocalBoxDrive.FullSync - Class in org.exoplatform.clouddrive.box
-
Sync algorithm for Box drive based on all remote files traversing: we do compare all remote files with locals by its Etag and fetch an item if the tags differ.
- jcrService - Variable in class org.exoplatform.clouddrive.box.BoxProvider
-
The jcr service.
L
- lastPostponed - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
The last postponed.
- loadDrive(Node) - Method in class org.exoplatform.clouddrive.box.BoxConnector
- loadUser(BoxConnector.API, BoxProvider, Node) - Static method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
-
Load user from the drive Node.
- localStreamPosition - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
The local stream position.
- LOG - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
The Constant LOG.
- loginSSO - Variable in class org.exoplatform.clouddrive.box.BoxProvider
-
The login SSO.
N
- newHistory - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
New history with currently applied event ids.
- nextEvent - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
The next event.
- nextEvent() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Next event.
- notInRange(String, Collection<String>) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
-
Not in range.
O
- onUserTokenRefresh(UserToken) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
- onUserTokenRemove() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
- org.exoplatform.clouddrive.box - package org.exoplatform.clouddrive.box
- org.exoplatform.clouddrive.box.ecms - package org.exoplatform.clouddrive.box.ecms
P
- postpone(BoxEvent) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Postpone.
- postponed - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Queue of events postponed due to not existing parent or source.
- postponedNumber - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
The postponed number.
- preSaveChunk() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
- preSaveChunk() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FullSync
- previewLink(String, Node) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
- prevPostponedNumber - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
The postponed number.
- processEvent(Event<ConnectBoxActionComponent>) - Method in class org.exoplatform.clouddrive.box.ecms.ConnectBoxActionComponent.ConnectBoxActionListener
- PROVIDER_ID - Static variable in class org.exoplatform.clouddrive.box.ecms.ConnectBoxActionComponent
-
Box.com id from configuration - box.
R
- readChangeId() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
- readCounter - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Counter of events read from Box service.
- readEvent() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Read event.
- redirectURL - Variable in class org.exoplatform.clouddrive.box.BoxProvider
-
The redirect URL.
- refreshAccess() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
- remove(String, String) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Removes the.
- removedIds - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Ids of removed items.
- removeFile(String) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- removeFolder(String) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- restore(String, String) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- retryOnProviderError() - Method in class org.exoplatform.clouddrive.box.BoxProvider
S
- saveChangeId(Long) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
- savedStreamPosition - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
The saved stream position.
- STREAM_POSITION_NOW - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
The Constant STREAM_POSITION_NOW.
- syncChilds(String, Node) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FullSync
-
Sync childs.
- syncFiles() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
- syncFiles() - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FullSync
T
- trashFile(String) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- trashFolder(String) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
U
- undelete(BoxItem.Info) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Undelete.
- undeleted - Variable in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Undeleted events by item id.
- undeleted(String) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.EventsSync
-
Undeleted.
- untrashFile(Node) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- untrashFolder(Node) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- updateAccess(CloudUser) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
- updateFile(Node, Calendar) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- updateFileContent(Node, Calendar, String, InputStream) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- updateFolder(Node, Calendar) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive.FileAPI
- updateItem(BoxAPI, BoxItem.Info, Node, Node) - Method in class org.exoplatform.clouddrive.box.JCRLocalBoxDrive
-
Update or create a local node of Cloud File.
- USER_FIELDS - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
The Constant USER_FIELDS.
All Classes All Packages