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 StringgetDigest()StringgetEncoding()StringgetFilename()longgetFileSize()LiveConnectFileInfogetInfo()StringgetMimeType()
-
-
-
Method Detail
-
getInfo
LiveConnectFileInfo getInfo()
-
getMimeType
String getMimeType()
-
getEncoding
String getEncoding()
-
getFilename
String getFilename()
-
getFileSize
long getFileSize()
-
getDigest
String getDigest()
-
-