public interface MediaStorageService
| Modifier and Type | Method and Description |
|---|---|
Boolean |
checkIfExists(String id) |
void |
createOrModify(MediaFile file) |
void |
delete(String id) |
MediaFile |
retrieve(String id,
Boolean withContent) |
byte[] |
retrieveContent(String id) |
Boolean checkIfExists(String id)
MediaStorageClient.checkIfExists(String)byte[] retrieveContent(String id)
void createOrModify(MediaFile file)
void delete(String id)
MediaStorageClient.delete(String)Copyright © 2017 Europeana Foundation. All rights reserved.