public interface TaskSummary
| Modifier and Type | Method and Description |
|---|---|
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 |
getCustom1()
Gets the custom1 property of the task.
|
String |
getCustom10()
Gets the custom10 property of the task.
|
String |
getCustom2()
Gets the custom2 property of the task.
|
String |
getCustom3()
Gets the custom3 property of the task.
|
String |
getCustom4()
Gets the custom4 property of the task.
|
String |
getCustom5()
Gets the custom5 property of the task.
|
String |
getCustom6()
Gets the custom6 property of the task.
|
String |
getCustom7()
Gets the custom7 property of the task.
|
String |
getCustom8()
Gets the custom8 property of the task.
|
String |
getCustom9()
Gets the custom9 property of the task.
|
String |
getDomain()
Gets the domain of the task.
|
java.time.Instant |
getDue()
Gets the time when the task is due.
|
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()
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()
String getDomain()
String getBusinessProcessId()
String getParentBusinessProcessId()
String getOwner()
ObjectReference getPrimaryObjRef()
boolean isRead()
boolean isTransferred()
String getCustom1()
String getCustom2()
String getCustom3()
String getCustom4()
String getCustom5()
String getCustom6()
String getCustom7()
String getCustom8()
String getCustom9()
String getCustom10()
Copyright © 2018. All rights reserved.