| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
TaskService.newAttachment()
Returns a not persisted instance of
Attachment. |
Attachment |
Task.removeAttachment(String attachmentID)
Removes an attachment of the current task locally, when the ID is represented and does return the removed
attachment or null if there was no match.
The changed Task need to be updated calling the TaskService.updateTask(Task). |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Task.getAttachments()
Return the attachments for this task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Task.addAttachment(Attachment attachment)
Add an attachment.
NULL will be ignored and an attachment with the same ID will be replaced by the newer one. |
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentImpl
Attachment entity.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
TaskServiceImpl.newAttachment() |
Attachment |
TaskImpl.removeAttachment(String attachmentId) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
TaskImpl.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskImpl.addAttachment(Attachment attachmentToAdd) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskImpl.setAttachments(List<Attachment> attachments) |
Copyright © 2019. All rights reserved.