public interface Repository
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Set<String> attachmentIds) |
void |
delete(String attachmentId) |
AttachmentEntityInfo |
get(String attachmentId) |
AttachmentEntityInfo |
put(InputStream content,
AttachmentInfo metaInfo) |
void |
updateInfo(String attachmentId,
AttachmentInfo metaInfo) |
void |
writeTo(String attachmentId,
OutputStream outputStream,
int speedLimit) |
AttachmentEntityInfo put(InputStream content, AttachmentInfo metaInfo)
void updateInfo(String attachmentId, AttachmentInfo metaInfo)
void delete(String attachmentId)
AttachmentEntityInfo get(String attachmentId)
void writeTo(String attachmentId, OutputStream outputStream, int speedLimit)
Copyright © 2018. All rights reserved.