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