Uses of Interface
org.nuxeo.ecm.core.blob.BlobDispatcher
-
Packages that use BlobDispatcher Package Description org.nuxeo.ecm.core.blob -
-
Uses of BlobDispatcher in org.nuxeo.ecm.core.blob
Classes in org.nuxeo.ecm.core.blob that implement BlobDispatcher Modifier and Type Class Description class
DefaultBlobDispatcher
Default blob dispatcher, that uses the repository name as the blob provider.Fields in org.nuxeo.ecm.core.blob declared as BlobDispatcher Modifier and Type Field Description protected BlobDispatcher
DocumentBlobManagerComponent. blobDispatcher
Fields in org.nuxeo.ecm.core.blob with type parameters of type BlobDispatcher Modifier and Type Field Description Class<? extends BlobDispatcher>
BlobDispatcherDescriptor. klass
Methods in org.nuxeo.ecm.core.blob that return BlobDispatcher Modifier and Type Method Description BlobDispatcher
BlobDispatcherDescriptor. getBlobDispatcher()
protected BlobDispatcher
DocumentBlobManagerComponent. getBlobDispatcher()
-