Uses of Interface
org.nuxeo.ecm.liveconnect.update.BatchUpdateBlobProvider
-
Packages that use BatchUpdateBlobProvider Package Description org.nuxeo.ecm.liveconnect.box org.nuxeo.ecm.liveconnect.core org.nuxeo.ecm.liveconnect.google.drive -
-
Uses of BatchUpdateBlobProvider in org.nuxeo.ecm.liveconnect.box
Classes in org.nuxeo.ecm.liveconnect.box that implement BatchUpdateBlobProvider Modifier and Type Class Description class
BoxBlobProvider
Provider for blobs getting information from Box. -
Uses of BatchUpdateBlobProvider in org.nuxeo.ecm.liveconnect.core
Classes in org.nuxeo.ecm.liveconnect.core that implement BatchUpdateBlobProvider Modifier and Type Class Description class
AbstractLiveConnectBlobProvider<O extends OAuth2ServiceProvider>
Basic implementation ofBlobProvider
for live connect. -
Uses of BatchUpdateBlobProvider in org.nuxeo.ecm.liveconnect.google.drive
Classes in org.nuxeo.ecm.liveconnect.google.drive that implement BatchUpdateBlobProvider Modifier and Type Class Description class
GoogleDriveBlobProvider
Provider for blobs getting information from Google Drive.
-