Uses of Class
org.exoplatform.services.cms.clouddrives.onedrive.OneDriveAPI
-
Uses of OneDriveAPI in org.exoplatform.services.cms.clouddrives.onedrive
Fields in org.exoplatform.services.cms.clouddrives.onedrive declared as OneDriveAPIModifier and TypeFieldDescriptionprotected final OneDriveAPIJCRLocalOneDriveFile.apiThe one drive api.Methods in org.exoplatform.services.cms.clouddrives.onedrive that return OneDriveAPIConstructors in org.exoplatform.services.cms.clouddrives.onedrive with parameters of type OneDriveAPIModifierConstructorDescriptionprotectedJCRLocalOneDriveFile(String path, String id, String title, String link, String editLink, String previewLink, String thumbnailLink, String type, String typeMode, String lastUser, String author, Calendar createdDate, Calendar modifiedDate, boolean folder, long size, javax.jcr.Node node, boolean changed, OneDriveAPI api, String accountType) Local cloud file or folder (full internal constructor).JCRLocalOneDriveFile(String path, String id, String title, String link, String editLink, String previewLink, String thumbnailLink, String type, String typeMode, String lastUser, String author, Calendar createdDate, Calendar modifiedDate, long size, javax.jcr.Node node, boolean changed, OneDriveAPI api, String accountType) Local cloud file with edit link.JCRLocalOneDriveFile(String path, String id, String title, String link, String previewLink, String thumbnailLink, String type, String typeMode, String lastUser, String author, Calendar createdDate, Calendar modifiedDate, long size, javax.jcr.Node node, boolean changed, OneDriveAPI api, String accountType) Local cloud file without edit link.JCRLocalOneDriveFile(String path, String id, String title, String link, String type, String lastUser, String author, Calendar createdDate, Calendar modifiedDate, javax.jcr.Node node, boolean changed, OneDriveAPI api, String accountType) Local cloud folder (without edit, preview, thumbnail links, type mode and size).OneDriveUser(String id, String username, String email, org.exoplatform.services.cms.clouddrives.CloudProvider provider, OneDriveAPI oneDriveAPI) Instantiates a new cloud user.