public class JCRLocalOneDriveFile
extends org.exoplatform.services.cms.clouddrives.jcr.JCRLocalCloudFile
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountType
The Account type.
|
protected OneDriveAPI |
api
The one drive api.
|
protected static String |
BUSINESS
The constant BUSINESS.
|
protected static String |
EMPTY_STRING
The constant EMPTY_STRING.
|
| Modifier | Constructor and Description |
|---|---|
|
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).
|
|
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.
|
protected |
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,
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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPreviewLink()
Gets the preview link.
|
getAuthor, getCreatedDate, getEditLink, getId, getLastUser, getLink, getLocalModifiedDate, getModifiedDate, getNode, getPath, getSize, getThumbnailLink, getTitle, getType, getTypeMode, isChanged, isFolderprotected static final String BUSINESS
protected static final String EMPTY_STRING
protected final OneDriveAPI api
protected final String accountType
protected 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, boolean folder, long size, javax.jcr.Node node, boolean changed, OneDriveAPI api, String accountType)
path - Stringid - Stringtitle - Stringlink - StringeditLink - StringpreviewLink - StringthumbnailLink - Stringtype - StringtypeMode - StringlastUser - Stringauthor - StringcreatedDate - CalendarmodifiedDate - Calendarfolder - Booleansize - the sizenode - Nodechanged - Booleanapi - - the one drive apiaccountType - public 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)
path - Stringid - Stringtitle - Stringlink - StringeditLink - StringpreviewLink - StringthumbnailLink - Stringtype - StringtypeMode - StringlastUser - Stringauthor - StringcreatedDate - CalendarmodifiedDate - Calendarsize - the sizenode - Nodechanged - Booleanapi - - the one drive apiaccountType - public 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)
public 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)
public String getPreviewLink()
getPreviewLink in interface org.exoplatform.services.cms.clouddrives.CloudFilegetPreviewLink in class org.exoplatform.services.cms.clouddrives.jcr.JCRLocalCloudFileCopyright © 2003–2021 eXo Platform SAS. All rights reserved.