public interface TaskSummary
| Modifier and Type | Method and Description |
|---|---|
TaskSummary |
copy()
Duplicates this TaskSummary without the internal and external id.
|
List<AttachmentSummary> |
getAttachmentSummaries()
Gets the attachment summaries of the task.
|
String |
getBusinessProcessId()
Gets the businessProcessId of the task.
|
Instant |
getClaimed()
Gets the time when the task was claimed.
|
ClassificationSummary |
getClassificationSummary()
Gets the classification summary of the task.
|
Instant |
getCompleted()
Gets the time when the task was completed.
|
Instant |
getCreated()
Gets the time when the task was created.
|
String |
getCreator()
Gets the name of the task-creator.
|
String |
getCustomAttribute(TaskCustomField customField)
Gets the custom attribute of the task.
|
String |
getDescription()
Gets the description of the task.
|
String |
getDomain()
Gets the domain of the task.
|
Instant |
getDue()
Gets the time when the task is due.
|
String |
getExternalId()
Gets the external id of the task.
|
String |
getId()
Gets the id of the task.
|
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.
|
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.
|
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 getId()
String getExternalId()
String getCreator()
Instant getCreated()
Instant getClaimed()
Instant getCompleted()
Instant getModified()
Instant getPlanned()
Instant getDue()
String getName()
String getNote()
String getDescription()
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(TaskCustomField customField)
customField - identifies which custom attribute is requested.TaskSummary copy()
Copyright © 2020. All rights reserved.