Package org.nuxeo.ecm.liveconnect.core
Class AbstractLiveConnectFile
- java.lang.Object
- 
- org.nuxeo.ecm.liveconnect.core.AbstractLiveConnectFile
 
- 
- All Implemented Interfaces:
- Serializable,- LiveConnectFile
 - Direct Known Subclasses:
- BoxLiveConnectFile,- ErrorLiveConnectFile,- GoogleDriveLiveConnectFile
 
 public abstract class AbstractLiveConnectFile extends Object implements LiveConnectFile Basic implementation ofLiveConnectFile.- Since:
- 8.1
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractLiveConnectFile(LiveConnectFileInfo info)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncoding()Should be overriden by subclasses wanting to rely on a different field as encoding.LiveConnectFileInfogetInfo()StringgetMimeType()Should be overriden by subclasses wanting to rely on a different field as mime type.StringtoString()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.nuxeo.ecm.liveconnect.core.LiveConnectFilegetDigest, getFilename, getFileSize
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractLiveConnectFilepublic AbstractLiveConnectFile(LiveConnectFileInfo info) 
 
- 
 - 
Method Detail- 
getInfopublic final LiveConnectFileInfo getInfo() - Specified by:
- getInfoin interface- LiveConnectFile
 
 - 
getMimeTypepublic String getMimeType() Should be overriden by subclasses wanting to rely on a different field as mime type.- Specified by:
- getMimeTypein interface- LiveConnectFile
 
 - 
getEncodingpublic String getEncoding() Should be overriden by subclasses wanting to rely on a different field as encoding.- Specified by:
- getEncodingin interface- LiveConnectFile
 
 
- 
 
-