org.jbpm.task.api
Interface TaskAttachmentService
- All Known Implementing Classes:
- TaskAttachmentServiceImpl, UserGroupTaskAttachmentDecorator
public interface TaskAttachmentService
The Task Attachment Service will deal with all the
functionality related with Task Attachments. Different
implementations can be provided to handle the Task Attachments.
addAttachment
long addAttachment(long taskId,
Attachment attachment,
Content content)
deleteAttachment
void deleteAttachment(long taskId,
long attachmentId)
getAllAttachmentsByTaskId
List<Attachment> getAllAttachmentsByTaskId(long taskId)
getAttachmentById
Attachment getAttachmentById(long attachId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.