| Package | Description |
|---|---|
| pro.taskana.task.api.models | |
| pro.taskana.task.internal.models |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Attachment
Attachment-Interface to specify Attachment Attributes.
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentSummary |
Attachment.asSummary()
Return a summary of the current Attachment.
|
AttachmentSummary |
AttachmentSummary.copy()
Duplicates this AttachmentSummary without the id and taskId.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentSummary> |
TaskSummary.getAttachmentSummaries()
Gets the attachment summaries of the task.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentImpl
Attachment entity.
|
class |
AttachmentSummaryImpl
The most important fields of the Attachment entity.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AttachmentSummary> |
TaskSummaryImpl.attachmentSummaries |
| Modifier and Type | Method and Description |
|---|---|
AttachmentSummary |
AttachmentImpl.asSummary() |
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentSummary> |
TaskSummaryImpl.getAttachmentSummaries() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskSummaryImpl.addAttachmentSummary(AttachmentSummary attachmentSummary) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskSummaryImpl.setAttachmentSummaries(List<AttachmentSummary> attachmentSummaries) |
Copyright © 2020. All rights reserved.