public interface AttachmentService extends AgrosystService
| Modifier and Type | Method and Description |
|---|---|
AttachmentMetadata |
addAttachment(String objectReferenceId,
InputStream attachmentFileContent,
String filename,
String contentType) |
void |
delete(String attachmentMetadataId) |
InputStream |
getAttachmentContent(String attachmentMetadataId) |
AttachmentMetadata |
getAttachmentMetadata(String attachmentTopiaId) |
List<AttachmentMetadata> |
getAttachmentMetadatas(String objectReferenceId) |
long |
getAttachmentMetadatasCount(String objectReferenceId) |
AttachmentMetadata addAttachment(String objectReferenceId, InputStream attachmentFileContent, String filename, String contentType)
void delete(String attachmentMetadataId)
InputStream getAttachmentContent(String attachmentMetadataId)
List<AttachmentMetadata> getAttachmentMetadatas(String objectReferenceId)
long getAttachmentMetadatasCount(String objectReferenceId)
AttachmentMetadata getAttachmentMetadata(String attachmentTopiaId)
Copyright © 2013–2015 Inra. All rights reserved.