public interface TaskSummary
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentSummary> |
getAttachmentSummaries()
Gets the attachment summaries of the task.
|
String |
getBusinessProcessId()
Gets the businessProcessId of the task.
|
java.time.Instant |
getClaimed()
Gets the time when the task was claimed.
|
ClassificationSummary |
getClassificationSummary()
Gets the classification summary of the task.
|
java.time.Instant |
getCompleted()
Gets the time when the task was completed.
|
java.time.Instant |
getCreated()
Gets the time when the task was created.
|
String |
getCreator()
Gets the name of the task-creator.
|
String |
getCustomAttribute(String num)
Gets the custom attribute number num of the task.
|
String |
getDomain()
Gets the domain of the task.
|
java.time.Instant |
getDue()
Gets the time when the task is due.
|
String |
getExternalId()
Gets the external id of the task.
|
java.time.Instant |
getModified()
Gets the time when the task was last modified.
|
String |
getName()
Gets the name of the task.
|
String |
getNote()
Gets the note attached to the task.
|
String |
getOwner()
Gets the owner of the task.
|
String |
getParentBusinessProcessId()
Gets the parentBusinessProcessId of the task.
|
java.time.Instant |
getPlanned()
Gets the time when the task is planned to be executed.
|
ObjectReference |
getPrimaryObjRef()
Gets the primary ObjectReference of the task.
|
int |
getPriority()
Gets the priority of the task.
|
TaskState |
getState()
Gets the state of the task.
|
String |
getTaskId()
Gets the id of the task.
|
WorkbasketSummary |
getWorkbasketSummary()
Gets the workbasket summary of the task.
|
boolean |
isRead()
Gets the isRead flag of the task.
|
boolean |
isTransferred()
Gets the isTransferred flag of the task.
|
String getTaskId()
String getExternalId()
String getCreator()
java.time.Instant getCreated()
java.time.Instant getClaimed()
java.time.Instant getCompleted()
java.time.Instant getModified()
java.time.Instant getPlanned()
java.time.Instant getDue()
String getName()
String getNote()
int getPriority()
TaskState getState()
ClassificationSummary getClassificationSummary()
WorkbasketSummary getWorkbasketSummary()
List<AttachmentSummary> getAttachmentSummaries()
String getDomain()
String getBusinessProcessId()
String getParentBusinessProcessId()
String getOwner()
ObjectReference getPrimaryObjRef()
boolean isRead()
boolean isTransferred()
String getCustomAttribute(String num) throws InvalidArgumentException
num - identifies which custom attribute is requested. Taskana concatenates "custom_" with num and the
resulting String must match the name of the database column that contains the custom attribute. Valid
values are "1", "2" .. "16"InvalidArgumentException - if num has not a value of "1", "2" ... "16"Copyright © 2019. All rights reserved.