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.InfoBoxBlobProvider. retrieveBoxFileInfo(LiveConnectFileInfo fileInfo)protected LiveConnectFileBoxBlobProvider. 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 LiveConnectFileInfoAbstractLiveConnectFile. getInfo()LiveConnectFileInfoLiveConnectFile. getInfo()protected LiveConnectFileInfoAbstractLiveConnectBlobProvider. toFileInfo(String key)protected LiveConnectFileInfoAbstractLiveConnectBlobProvider. toFileInfo(ManagedBlob blob)Methods in org.nuxeo.ecm.liveconnect.core with parameters of type LiveConnectFileInfo Modifier and Type Method Description protected StringAbstractLiveConnectBlobProvider. buildBlobKey(LiveConnectFileInfo fileInfo)protected com.google.api.client.auth.oauth2.CredentialAbstractLiveConnectBlobProvider. getCredential(LiveConnectFileInfo fileInfo)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 voidAbstractLiveConnectBlobProvider. invalidateInCache(LiveConnectFileInfo fileInfo)protected abstract LiveConnectFileAbstractLiveConnectBlobProvider. retrieveFile(LiveConnectFileInfo fileInfo)Retrieves the file with API.SimpleManagedBlobAbstractLiveConnectBlobProvider. toBlob(LiveConnectFileInfo fileInfo)BlobLiveConnectBlobProvider. 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 InputStreamGoogleDriveBlobProvider. doGet(LiveConnectFileInfo fileInfo, URI url)Executes a GET request with the user's credentials.protected com.google.api.services.drive.model.FileGoogleDriveBlobProvider. getDriveFile(LiveConnectFileInfo fileInfo)Retrieves aFileresource and caches the unparsed response.protected com.google.api.services.drive.model.RevisionGoogleDriveBlobProvider. getRevision(LiveConnectFileInfo fileInfo)Retrieves aRevisionresource and caches the unparsed response.protected com.google.api.services.drive.model.RevisionListGoogleDriveBlobProvider. getRevisionList(LiveConnectFileInfo fileInfo)Retrieves the list ofRevisionresources for a file.protected LiveConnectFileGoogleDriveBlobProvider. 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)
-