Uses of Class
org.nuxeo.ecm.liveconnect.core.LiveConnectFileInfo
Packages that use LiveConnectFileInfo
Package
Description
-
Uses of LiveConnectFileInfo in org.nuxeo.ecm.liveconnect.box
Methods in org.nuxeo.ecm.liveconnect.box with parameters of type LiveConnectFileInfoModifier and TypeMethodDescriptionprotected com.box.sdk.BoxFile.Info
BoxBlobProvider.retrieveBoxFileInfo
(LiveConnectFileInfo fileInfo) protected LiveConnectFile
BoxBlobProvider.retrieveFile
(LiveConnectFileInfo fileInfo) Constructors in org.nuxeo.ecm.liveconnect.box with parameters of type LiveConnectFileInfoModifierConstructorDescriptionBoxLiveConnectFile
(LiveConnectFileInfo info, com.box.sdk.BoxFile.Info file) -
Uses of LiveConnectFileInfo in org.nuxeo.ecm.liveconnect.core
Methods in org.nuxeo.ecm.liveconnect.core that return LiveConnectFileInfoModifier and TypeMethodDescriptionfinal LiveConnectFileInfo
AbstractLiveConnectFile.getInfo()
LiveConnectFile.getInfo()
protected LiveConnectFileInfo
AbstractLiveConnectBlobProvider.toFileInfo
(String key) protected LiveConnectFileInfo
AbstractLiveConnectBlobProvider.toFileInfo
(ManagedBlob blob) Methods in org.nuxeo.ecm.liveconnect.core with parameters of type LiveConnectFileInfoModifier and TypeMethodDescriptionprotected String
AbstractLiveConnectBlobProvider.buildBlobKey
(LiveConnectFileInfo fileInfo) protected com.google.api.client.auth.oauth2.Credential
AbstractLiveConnectBlobProvider.getCredential
(LiveConnectFileInfo fileInfo) protected 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 final void
AbstractLiveConnectBlobProvider.invalidateInCache
(LiveConnectFileInfo fileInfo) protected abstract LiveConnectFile
AbstractLiveConnectBlobProvider.retrieveFile
(LiveConnectFileInfo fileInfo) Retrieves the file with API.AbstractLiveConnectBlobProvider.toBlob
(LiveConnectFileInfo fileInfo) LiveConnectBlobProvider.toBlob
(LiveConnectFileInfo fileInfo) Constructors in org.nuxeo.ecm.liveconnect.core with parameters of type LiveConnectFileInfoModifierConstructorDescription -
Uses of LiveConnectFileInfo in org.nuxeo.ecm.liveconnect.google.drive
Methods in org.nuxeo.ecm.liveconnect.google.drive with parameters of type LiveConnectFileInfoModifier and TypeMethodDescriptionprotected InputStream
GoogleDriveBlobProvider.doGet
(LiveConnectFileInfo fileInfo, URI url) Executes a GET request with the user's credentials.protected com.google.api.services.drive.model.File
GoogleDriveBlobProvider.getDriveFile
(LiveConnectFileInfo fileInfo) Retrieves aFile
resource and caches the unparsed response.protected com.google.api.services.drive.model.Revision
GoogleDriveBlobProvider.getRevision
(LiveConnectFileInfo fileInfo) Retrieves aRevision
resource and caches the unparsed response.protected com.google.api.services.drive.model.RevisionList
GoogleDriveBlobProvider.getRevisionList
(LiveConnectFileInfo fileInfo) Retrieves the list ofRevision
resources for a file.protected LiveConnectFile
GoogleDriveBlobProvider.retrieveFile
(LiveConnectFileInfo fileInfo) Constructors in org.nuxeo.ecm.liveconnect.google.drive with parameters of type LiveConnectFileInfoModifierConstructorDescriptionGoogleDriveLiveConnectFile
(LiveConnectFileInfo fileInfo, com.google.api.services.drive.model.File file)