Uses of Interface
org.duracloud.retrieval.mgmt.RetrievalListener
Packages that use RetrievalListener
-
Uses of RetrievalListener in org.duracloud.retrieval.mgmt
Methods in org.duracloud.retrieval.mgmt with parameters of type RetrievalListenerModifier and TypeMethodDescriptionRetrievalWorker.retrieveFile(RetrievalListener listener) RetrievalWorker.retrieveToFile(File localFile, RetrievalListener listener) Transfers the remote file stream to the local file -
Uses of RetrievalListener in org.duracloud.retrieval.source
Methods in org.duracloud.retrieval.source with parameters of type RetrievalListenerModifier and TypeMethodDescriptionprotected ContentDuraStoreRetrievalSource.doGetContent(ContentItem contentItem, RetrievalListener listener) protected ContentDuraStoreStitchingRetrievalSource.doGetContent(ContentItem item, RetrievalListener listener) protected ContentDuraStoreStitchingRetrievalSource.doGetContentFromManifest(ContentItem item, RetrievalListener listener) DuraStoreRetrievalSource.getSourceContent(ContentItem contentItem, RetrievalListener listener) RetrievalSource.getSourceContent(ContentItem contentItem, RetrievalListener listener) Get the actual content using a retrieval listener callback.