- 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
-
- BOX_EVENTS - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
- 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_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
-
- BOX_URL_MAKE_CUSTOM_PATTERN - Static variable in class org.exoplatform.clouddrive.box.BoxAPI
-
- 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
-
All calls to Box API here.
- BoxAPI.ChangesLink - Class in org.exoplatform.clouddrive.box
-
- 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
-
- 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
-
- BoxException(String, Throwable) - Constructor for exception org.exoplatform.clouddrive.box.BoxException
-
- BoxException(Throwable) - Constructor for exception org.exoplatform.clouddrive.box.BoxException
-
- 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
-
- BoxFormatException(String, Throwable) - Constructor for exception org.exoplatform.clouddrive.box.BoxFormatException
-
- BoxInsconsistentException - Exception in org.exoplatform.clouddrive.box
-
Deprecated.
- BoxInsconsistentException(String) - Constructor for exception org.exoplatform.clouddrive.box.BoxInsconsistentException
-
Deprecated.
- BoxInsconsistentException(String, Throwable) - Constructor for exception org.exoplatform.clouddrive.box.BoxInsconsistentException
-
Deprecated.
- 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
-
- 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.