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 classBoxLiveConnectFileMethods in org.nuxeo.ecm.liveconnect.box that return LiveConnectFile Modifier and Type Method Description protected LiveConnectFileBoxBlobProvider. 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 classAbstractLiveConnectFileBasic implementation ofLiveConnectFile.classErrorLiveConnectFileAn emptyLiveConnectFilereturned when there is an underlyingIOException.Methods in org.nuxeo.ecm.liveconnect.core that return LiveConnectFile Modifier and Type Method Description protected LiveConnectFileAbstractLiveConnectBlobProvider. getFile(LiveConnectFileInfo fileInfo)Returns theLiveConnectFilefrom cache, if it doesn't exist retrieves it with API and cache it.protected LiveConnectFileAbstractLiveConnectBlobProvider. getFileFromCache(LiveConnectFileInfo fileInfo)protected abstract LiveConnectFileAbstractLiveConnectBlobProvider. 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 booleanAbstractLiveConnectBlobProvider. hasChanged(SimpleManagedBlob blob, LiveConnectFile file)Should be overriden by subclasses wanting to rely on a different fields.protected voidAbstractLiveConnectBlobProvider. putFileInCache(LiveConnectFile file)protected SimpleManagedBlobAbstractLiveConnectBlobProvider. 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 classGoogleDriveLiveConnectFileMethods in org.nuxeo.ecm.liveconnect.google.drive that return LiveConnectFile Modifier and Type Method Description protected LiveConnectFileGoogleDriveBlobProvider. retrieveFile(LiveConnectFileInfo fileInfo)Methods in org.nuxeo.ecm.liveconnect.google.drive with parameters of type LiveConnectFile Modifier and Type Method Description protected booleanGoogleDriveBlobProvider. hasChanged(SimpleManagedBlob blob, LiveConnectFile file)
-