public class TaskSummaryImpl extends Object implements TaskSummary
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachmentSummary(AttachmentSummary attachmentSummary) |
boolean |
equals(Object obj) |
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.
|
ClassificationSummaryImpl |
getClassificationSummaryImpl() |
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 number)
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.
|
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.
|
WorkbasketSummaryImpl |
getWorkbasketSummaryImpl() |
int |
hashCode() |
boolean |
isRead()
Gets the isRead flag of the task.
|
boolean |
isTransferred()
Gets the isTransferred flag of the task.
|
void |
setAttachmentSummaries(List<AttachmentSummary> attachmentSummaries) |
void |
setBusinessProcessId(String businessProcessId) |
void |
setClaimed(java.time.Instant claimed) |
void |
setClassificationSummary(ClassificationSummary classificationSummary) |
void |
setClassificationSummaryImpl(ClassificationSummaryImpl classificationSummary) |
void |
setCompleted(java.time.Instant completed) |
void |
setCreated(java.time.Instant created) |
void |
setCreator(String creator) |
void |
setCustom1(String custom1) |
void |
setCustom10(String custom10) |
void |
setCustom11(String custom11) |
void |
setCustom12(String custom12) |
void |
setCustom13(String custom13) |
void |
setCustom14(String custom14) |
void |
setCustom15(String custom15) |
void |
setCustom16(String custom16) |
void |
setCustom2(String custom2) |
void |
setCustom3(String custom3) |
void |
setCustom4(String custom4) |
void |
setCustom5(String custom5) |
void |
setCustom6(String custom6) |
void |
setCustom7(String custom7) |
void |
setCustom8(String custom8) |
void |
setCustom9(String custom9) |
void |
setDomain(String domain) |
void |
setDue(java.time.Instant due) |
void |
setModified(java.time.Instant modified) |
void |
setName(String name) |
void |
setNote(String note) |
void |
setOwner(String owner) |
void |
setParentBusinessProcessId(String parentBusinessProcessId) |
void |
setPlanned(java.time.Instant planned) |
void |
setPrimaryObjRef(ObjectReference primaryObjRef) |
void |
setPriority(int priority) |
void |
setRead(boolean isRead) |
void |
setState(TaskState state) |
void |
setTaskId(String id) |
void |
setTransferred(boolean isTransferred) |
void |
setWorkbasketSummary(WorkbasketSummary workbasketSummary) |
void |
setWorkbasketSummaryImpl(WorkbasketSummaryImpl workbasketSummary) |
String |
toString() |
public String getTaskId()
TaskSummarygetTaskId in interface TaskSummarypublic void setTaskId(String id)
public java.time.Instant getCreated()
TaskSummarygetCreated in interface TaskSummarypublic void setCreated(java.time.Instant created)
public java.time.Instant getClaimed()
TaskSummarygetClaimed in interface TaskSummarypublic void setClaimed(java.time.Instant claimed)
public java.time.Instant getCompleted()
TaskSummarygetCompleted in interface TaskSummarypublic void setCompleted(java.time.Instant completed)
public java.time.Instant getModified()
TaskSummarygetModified in interface TaskSummarypublic void setModified(java.time.Instant modified)
public java.time.Instant getPlanned()
TaskSummarygetPlanned in interface TaskSummarypublic void setPlanned(java.time.Instant planned)
public java.time.Instant getDue()
TaskSummarygetDue in interface TaskSummarypublic void setDue(java.time.Instant due)
public String getName()
TaskSummarygetName in interface TaskSummarypublic void setName(String name)
public String getCreator()
TaskSummarygetCreator in interface TaskSummarypublic void setCreator(String creator)
public String getNote()
TaskSummarygetNote in interface TaskSummarypublic void setNote(String note)
public int getPriority()
TaskSummarygetPriority in interface TaskSummarypublic void setPriority(int priority)
public TaskState getState()
TaskSummarygetState in interface TaskSummarypublic void setState(TaskState state)
public ClassificationSummary getClassificationSummary()
TaskSummarygetClassificationSummary in interface TaskSummarypublic void setClassificationSummary(ClassificationSummary classificationSummary)
public WorkbasketSummary getWorkbasketSummary()
TaskSummarygetWorkbasketSummary in interface TaskSummarypublic void setWorkbasketSummary(WorkbasketSummary workbasketSummary)
public WorkbasketSummaryImpl getWorkbasketSummaryImpl()
public void setWorkbasketSummaryImpl(WorkbasketSummaryImpl workbasketSummary)
public String getDomain()
TaskSummarygetDomain in interface TaskSummarypublic void setDomain(String domain)
public String getBusinessProcessId()
TaskSummarygetBusinessProcessId in interface TaskSummarypublic void setBusinessProcessId(String businessProcessId)
public String getParentBusinessProcessId()
TaskSummarygetParentBusinessProcessId in interface TaskSummarypublic void setParentBusinessProcessId(String parentBusinessProcessId)
public String getOwner()
TaskSummarygetOwner in interface TaskSummarypublic void setOwner(String owner)
public ObjectReference getPrimaryObjRef()
TaskSummarygetPrimaryObjRef in interface TaskSummarypublic void setPrimaryObjRef(ObjectReference primaryObjRef)
public boolean isRead()
TaskSummaryisRead in interface TaskSummarypublic void setRead(boolean isRead)
public boolean isTransferred()
TaskSummaryisTransferred in interface TaskSummarypublic void setTransferred(boolean isTransferred)
public List<AttachmentSummary> getAttachmentSummaries()
TaskSummarygetAttachmentSummaries in interface TaskSummarypublic void setAttachmentSummaries(List<AttachmentSummary> attachmentSummaries)
public void addAttachmentSummary(AttachmentSummary attachmentSummary)
public String getCustomAttribute(String number) throws InvalidArgumentException
TaskSummarygetCustomAttribute in interface TaskSummarynumber - 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"public ClassificationSummaryImpl getClassificationSummaryImpl()
public void setClassificationSummaryImpl(ClassificationSummaryImpl classificationSummary)
public void setCustom1(String custom1)
public void setCustom2(String custom2)
public void setCustom3(String custom3)
public void setCustom4(String custom4)
public void setCustom5(String custom5)
public void setCustom6(String custom6)
public void setCustom7(String custom7)
public void setCustom8(String custom8)
public void setCustom9(String custom9)
public void setCustom10(String custom10)
public void setCustom11(String custom11)
public void setCustom12(String custom12)
public void setCustom13(String custom13)
public void setCustom14(String custom14)
public void setCustom15(String custom15)
public void setCustom16(String custom16)
Copyright © 2018. All rights reserved.