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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDigest()StringgetEncoding()StringgetFilename()longgetFileSize()LiveConnectFileInfogetInfo()StringgetMimeType()
 
- 
- 
- 
Method Detail- 
getInfoLiveConnectFileInfo getInfo() 
 - 
getMimeTypeString getMimeType() 
 - 
getEncodingString getEncoding() 
 - 
getFilenameString getFilename() 
 - 
getFileSizelong getFileSize() 
 - 
getDigestString getDigest() 
 
- 
 
-