| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
TaskService.newAttachment()
Returns a not persisted instance of
Attachment. |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentImpl
Attachment entity.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
TaskServiceImpl.newAttachment() |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
TaskImpl.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskImpl.addAttachment(Attachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskImpl.setAttachments(List<Attachment> attachments) |
Copyright © 2018. All rights reserved.