Package org.nuxeo.ecm.liveconnect.core
Interface LiveConnectFile
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractLiveConnectFile
,BoxLiveConnectFile
,ErrorLiveConnectFile
,GoogleDriveLiveConnectFile
A live connect file exposing some information from an external API file.
- Since:
- 8.1
-
Method Summary
-
Method Details
-
getInfo
LiveConnectFileInfo getInfo() -
getMimeType
String getMimeType() -
getEncoding
String getEncoding() -
getFilename
String getFilename() -
getFileSize
long getFileSize() -
getDigest
String getDigest()
-