Uses of Interface
org.nuxeo.ecm.liveconnect.core.LiveConnectFile
Packages that use LiveConnectFile
Package
Description
-
Uses of LiveConnectFile in org.nuxeo.ecm.liveconnect.box
Classes in org.nuxeo.ecm.liveconnect.box that implement LiveConnectFileMethods in org.nuxeo.ecm.liveconnect.box that return LiveConnectFileModifier and TypeMethodDescriptionprotected LiveConnectFile
BoxBlobProvider.retrieveFile
(LiveConnectFileInfo fileInfo) -
Uses of LiveConnectFile in org.nuxeo.ecm.liveconnect.core
Classes in org.nuxeo.ecm.liveconnect.core that implement LiveConnectFileModifier and TypeClassDescriptionclass
Basic implementation ofLiveConnectFile
.class
An emptyLiveConnectFile
returned when there is an underlyingIOException
.Methods in org.nuxeo.ecm.liveconnect.core that return LiveConnectFileModifier and TypeMethodDescriptionprotected LiveConnectFile
AbstractLiveConnectBlobProvider.getFile
(LiveConnectFileInfo fileInfo) Returns theLiveConnectFile
from cache, if it doesn't exist retrieves it with API and cache it.protected final 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 LiveConnectFileModifier and TypeMethodDescriptionprotected boolean
AbstractLiveConnectBlobProvider.hasChanged
(SimpleManagedBlob blob, LiveConnectFile file) Should be overriden by subclasses wanting to rely on a different fields.protected final 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 LiveConnectFileMethods in org.nuxeo.ecm.liveconnect.google.drive that return LiveConnectFileModifier and TypeMethodDescriptionprotected LiveConnectFile
GoogleDriveBlobProvider.retrieveFile
(LiveConnectFileInfo fileInfo) Methods in org.nuxeo.ecm.liveconnect.google.drive with parameters of type LiveConnectFileModifier and TypeMethodDescriptionprotected boolean
GoogleDriveBlobProvider.hasChanged
(SimpleManagedBlob blob, LiveConnectFile file)