Uses of Class
org.nuxeo.ecm.liveconnect.core.LiveConnectFileInfo
-
Packages that use LiveConnectFileInfo Package Description org.nuxeo.ecm.liveconnect.box org.nuxeo.ecm.liveconnect.core org.nuxeo.ecm.liveconnect.google.drive -
-
Uses of LiveConnectFileInfo in org.nuxeo.ecm.liveconnect.box
Methods in org.nuxeo.ecm.liveconnect.box with parameters of type LiveConnectFileInfo Modifier and Type Method Description protected 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 LiveConnectFileInfo Constructor Description BoxLiveConnectFile(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 LiveConnectFileInfo Modifier and Type Method Description LiveConnectFileInfo
AbstractLiveConnectFile. getInfo()
LiveConnectFileInfo
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 LiveConnectFileInfo Modifier and Type Method Description protected 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 LiveConnectFile
AbstractLiveConnectBlobProvider. getFileFromCache(LiveConnectFileInfo fileInfo)
protected void
AbstractLiveConnectBlobProvider. invalidateInCache(LiveConnectFileInfo fileInfo)
protected abstract LiveConnectFile
AbstractLiveConnectBlobProvider. retrieveFile(LiveConnectFileInfo fileInfo)
Retrieves the file with API.SimpleManagedBlob
AbstractLiveConnectBlobProvider. toBlob(LiveConnectFileInfo fileInfo)
Blob
LiveConnectBlobProvider. toBlob(LiveConnectFileInfo fileInfo)
Constructors in org.nuxeo.ecm.liveconnect.core with parameters of type LiveConnectFileInfo Constructor Description AbstractLiveConnectFile(LiveConnectFileInfo info)
ErrorLiveConnectFile(LiveConnectFileInfo info)
-
Uses of LiveConnectFileInfo in org.nuxeo.ecm.liveconnect.google.drive
Methods in org.nuxeo.ecm.liveconnect.google.drive with parameters of type LiveConnectFileInfo Modifier and Type Method Description protected 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 LiveConnectFileInfo Constructor Description GoogleDriveLiveConnectFile(LiveConnectFileInfo fileInfo, com.google.api.services.drive.model.File file)
-