Uses of Interface
org.nuxeo.ecm.core.blob.DocumentBlobProvider
-
Packages that use DocumentBlobProvider Package Description org.nuxeo.ecm.core.blob org.nuxeo.ecm.liveconnect.box org.nuxeo.ecm.liveconnect.core org.nuxeo.ecm.liveconnect.google.drive -
-
Uses of DocumentBlobProvider in org.nuxeo.ecm.core.blob
Methods in org.nuxeo.ecm.core.blob that return DocumentBlobProvider Modifier and Type Method Description protected DocumentBlobProvider
DocumentBlobManagerComponent. getDocumentBlobProvider(Blob blob)
-
Uses of DocumentBlobProvider in org.nuxeo.ecm.liveconnect.box
Classes in org.nuxeo.ecm.liveconnect.box that implement DocumentBlobProvider Modifier and Type Class Description class
BoxBlobProvider
Provider for blobs getting information from Box. -
Uses of DocumentBlobProvider in org.nuxeo.ecm.liveconnect.core
Classes in org.nuxeo.ecm.liveconnect.core that implement DocumentBlobProvider Modifier and Type Class Description class
AbstractLiveConnectBlobProvider<O extends OAuth2ServiceProvider>
Basic implementation ofBlobProvider
for live connect. -
Uses of DocumentBlobProvider in org.nuxeo.ecm.liveconnect.google.drive
Classes in org.nuxeo.ecm.liveconnect.google.drive that implement DocumentBlobProvider Modifier and Type Class Description class
GoogleDriveBlobProvider
Provider for blobs getting information from Google Drive.
-