org.squashtest.tm.service.attachment
@Transactional public interface AttachmentManagerService extends AttachmentFinderService
| Modifier and Type | Method and Description |
|---|---|
Long |
addAttachment(Long attachmentListId,
org.squashtest.tm.domain.attachment.Attachment attachment) |
InputStream |
getAttachmentContent(Long attachmentId) |
void |
removeAttachmentFromList(Long attachmentListId,
Long attachmentId) |
void |
removeListOfAttachments(Long attachmentListId,
List<Long> attachmentIds) |
void |
renameAttachment(Long attachmentId,
String newName) |
void |
setAttachmentContent(InputStream stream,
Long attachmentId) |
findAttachment, findAttachments, findAttachmentShortName, findPagedAttachments, findPagedAttachmentsLong addAttachment(Long attachmentListId, org.squashtest.tm.domain.attachment.Attachment attachment)
void setAttachmentContent(InputStream stream, Long attachmentId)
InputStream getAttachmentContent(Long attachmentId)
void removeListOfAttachments(Long attachmentListId, List<Long> attachmentIds)
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.