Uses of Interface
org.nuxeo.ecm.liveconnect.core.LiveConnectFile
Package
Description
-
Uses of LiveConnectFile in org.nuxeo.ecm.liveconnect.box
Modifier and TypeMethodDescriptionprotected LiveConnectFile
BoxBlobProvider.retrieveFile
(LiveConnectFileInfo fileInfo) -
Uses of LiveConnectFile in org.nuxeo.ecm.liveconnect.core
Modifier and TypeClassDescriptionclass
Basic implementation ofLiveConnectFile
.class
An emptyLiveConnectFile
returned when there is an underlyingIOException
.Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionprotected LiveConnectFile
GoogleDriveBlobProvider.retrieveFile
(LiveConnectFileInfo fileInfo) Modifier and TypeMethodDescriptionprotected boolean
GoogleDriveBlobProvider.hasChanged
(SimpleManagedBlob blob, LiveConnectFile file)