Uses of Interface
org.nuxeo.ecm.liveconnect.core.LiveConnectFile
-
Packages that use LiveConnectFile Package Description org.nuxeo.ecm.liveconnect.box org.nuxeo.ecm.liveconnect.core org.nuxeo.ecm.liveconnect.google.drive -
-
Uses of LiveConnectFile in org.nuxeo.ecm.liveconnect.box
Classes in org.nuxeo.ecm.liveconnect.box that implement LiveConnectFile Modifier and Type Class Description class
BoxLiveConnectFile
Methods in org.nuxeo.ecm.liveconnect.box that return LiveConnectFile Modifier and Type Method Description protected LiveConnectFile
BoxBlobProvider. retrieveFile(LiveConnectFileInfo fileInfo)
-
Uses of LiveConnectFile in org.nuxeo.ecm.liveconnect.core
Classes in org.nuxeo.ecm.liveconnect.core that implement LiveConnectFile Modifier and Type Class Description class
AbstractLiveConnectFile
Basic implementation ofLiveConnectFile
.class
ErrorLiveConnectFile
An emptyLiveConnectFile
returned when there is an underlyingIOException
.Methods in org.nuxeo.ecm.liveconnect.core that return LiveConnectFile Modifier and Type Method Description protected LiveConnectFile
AbstractLiveConnectBlobProvider. getFile(LiveConnectFileInfo fileInfo)
Returns theLiveConnectFile
from cache, if it doesn't exist retrieves it with API and cache it.protected LiveConnectFile
AbstractLiveConnectBlobProvider. getFileFromCache(LiveConnectFileInfo fileInfo)
protected abstract LiveConnectFile
AbstractLiveConnectBlobProvider. retrieveFile(LiveConnectFileInfo fileInfo)
Retrieves the file with API.Methods in org.nuxeo.ecm.liveconnect.core with parameters of type LiveConnectFile Modifier and Type Method Description protected boolean
AbstractLiveConnectBlobProvider. hasChanged(SimpleManagedBlob blob, LiveConnectFile file)
Should be overriden by subclasses wanting to rely on a different fields.protected void
AbstractLiveConnectBlobProvider. putFileInCache(LiveConnectFile file)
protected SimpleManagedBlob
AbstractLiveConnectBlobProvider. toBlob(LiveConnectFile file)
-
Uses of LiveConnectFile in org.nuxeo.ecm.liveconnect.google.drive
Classes in org.nuxeo.ecm.liveconnect.google.drive that implement LiveConnectFile Modifier and Type Class Description class
GoogleDriveLiveConnectFile
Methods in org.nuxeo.ecm.liveconnect.google.drive that return LiveConnectFile Modifier and Type Method Description protected LiveConnectFile
GoogleDriveBlobProvider. retrieveFile(LiveConnectFileInfo fileInfo)
Methods in org.nuxeo.ecm.liveconnect.google.drive with parameters of type LiveConnectFile Modifier and Type Method Description protected boolean
GoogleDriveBlobProvider. hasChanged(SimpleManagedBlob blob, LiveConnectFile file)
-