Package org.deltafi.common.content
Class ContentStorageService
java.lang.Object
org.deltafi.common.content.ContentStorageService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsave(String did, InputStream inputStream, String name, String mediaType) saveMany(String did, List<SaveManyContent> saveManyContentList)
-
Field Details
-
CONTENT_BUCKET
- See Also:
-
-
Constructor Details
-
ContentStorageService
public ContentStorageService()
-
-
Method Details
-
load
- Throws:
ObjectStorageException
-
save
public Content save(String did, byte[] content, String name, String mediaType) throws ObjectStorageException - Throws:
ObjectStorageException
-
saveMany
public List<Content> saveMany(String did, List<SaveManyContent> saveManyContentList) throws ObjectStorageException - Throws:
ObjectStorageException
-
save
public Content save(String did, InputStream inputStream, String name, String mediaType) throws ObjectStorageException - Throws:
ObjectStorageException
-
delete
-
deleteAll
-