|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.clouddrive.box.BoxAPI
public class BoxAPI
All calls to Box API here. Created by The eXo Platform SAS.
| Nested Class Summary | |
|---|---|
static class |
BoxAPI.ChangesLink
|
| Field Summary | |
|---|---|
static String |
BOX_APP_URL
URL of Box app. |
static String |
BOX_EMBED_URL
URL patter for Embedded UI of Box file. |
static String |
BOX_EMBED_URL_SSO
|
static Set<String> |
BOX_EVENTS
|
static String |
BOX_FILE_URL
URL prefix for Box files' UI. |
protected static String |
BOX_FILES_PATH
Not official part of the path used in file services with Box API. |
static String |
BOX_ITEM_STATE_ACTIVE
Box item_status for active items. |
static String |
BOX_ITEM_STATE_TRASHED
Box item_status for trashed items. |
static String |
BOX_NOTE_EXT
Extension for Box's webdoc files. |
static String |
BOX_NOTE_MIMETYPE
Custom mimetype for Box's note files. |
static int |
BOX_PAGE_SIZE
Pagination size used within Box API. |
static String |
BOX_ROOT_ID
Id of root folder on Box. |
static String |
BOX_TRASH_ID
Id of Trash folder on Box. |
static Pattern |
BOX_URL_CUSTOM_PATTERN
|
static Pattern |
BOX_URL_MAKE_CUSTOM_PATTERN
|
static String |
BOX_WEBDOCUMENT_EXT
Extension for Box's webdoc files. |
static String |
BOX_WEBDOCUMENT_MIMETYPE
Custom mimetype for Box's webdoc files. |
protected static org.exoplatform.services.log.Log |
LOG
|
static String |
NO_STATE
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.exoplatform.services.log.Log LOG
public static final int BOX_PAGE_SIZE
public static final String NO_STATE
public static final String BOX_ROOT_ID
public static final String BOX_TRASH_ID
public static final String BOX_ITEM_STATE_ACTIVE
public static final String BOX_ITEM_STATE_TRASHED
public static final String BOX_APP_URL
protected static final String BOX_FILES_PATH
public static final String BOX_FILE_URL
public static final String BOX_WEBDOCUMENT_EXT
public static final String BOX_WEBDOCUMENT_MIMETYPE
public static final String BOX_NOTE_EXT
public static final String BOX_NOTE_MIMETYPE
public static final String BOX_EMBED_URL
public static final String BOX_EMBED_URL_SSO
public static final Pattern BOX_URL_CUSTOM_PATTERN
public static final Pattern BOX_URL_MAKE_CUSTOM_PATTERN
public static final Set<String> BOX_EVENTS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||