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 DocumentBlobProviderDocumentBlobManagerComponent. 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 classBoxBlobProviderProvider 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 classAbstractLiveConnectBlobProvider<O extends OAuth2ServiceProvider>Basic implementation ofBlobProviderfor 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 classGoogleDriveBlobProviderProvider for blobs getting information from Google Drive.
-