public class TaskSummaryImpl extends Object implements TaskSummary
| Constructor and Description |
|---|
TaskSummaryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachmentSummary(AttachmentSummary attachmentSummary) |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object obj) |
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.
|
ClassificationSummaryImpl |
getClassificationSummaryImpl() |
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 |
getCustom1() |
String |
getCustom10() |
String |
getCustom11() |
String |
getCustom12() |
String |
getCustom13() |
String |
getCustom14() |
String |
getCustom15() |
String |
getCustom16() |
String |
getCustom2() |
String |
getCustom3() |
String |
getCustom4() |
String |
getCustom5() |
String |
getCustom6() |
String |
getCustom7() |
String |
getCustom8() |
String |
getCustom9() |
String |
getCustomAttribute(String number)
Gets the custom attribute number num 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.
|
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(Instant claimed) |
void |
setClassificationSummary(ClassificationSummary classificationSummary) |
void |
setClassificationSummaryImpl(ClassificationSummaryImpl classificationSummary) |
void |
setCompleted(Instant completed) |
void |
setCreated(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 |
setDescription(String description) |
void |
setDomain(String domain) |
void |
setDue(Instant due) |
void |
setExternalId(String externalId) |
void |
setId(String id) |
void |
setModified(Instant modified) |
void |
setName(String name) |
void |
setNote(String note) |
void |
setOwner(String owner) |
void |
setParentBusinessProcessId(String parentBusinessProcessId) |
void |
setPlanned(Instant planned) |
void |
setPrimaryObjRef(ObjectReference primaryObjRef) |
void |
setPriority(int priority) |
void |
setRead(boolean isRead) |
void |
setState(TaskState state) |
void |
setTransferred(boolean isTransferred) |
void |
setWorkbasketSummary(WorkbasketSummary workbasketSummary) |
void |
setWorkbasketSummaryImpl(WorkbasketSummaryImpl workbasketSummary) |
String |
toString() |
protected String id
protected String externalId
protected Instant created
protected Instant claimed
protected Instant completed
protected Instant modified
protected Instant planned
protected Instant due
protected String name
protected String creator
protected String note
protected String description
protected int priority
protected TaskState state
protected ClassificationSummary classificationSummary
protected WorkbasketSummary workbasketSummary
protected String businessProcessId
protected String parentBusinessProcessId
protected String owner
protected ObjectReference primaryObjRef
protected boolean isRead
protected boolean isTransferred
protected List<AttachmentSummary> attachmentSummaries
protected String custom1
protected String custom2
protected String custom3
protected String custom4
protected String custom5
protected String custom6
protected String custom7
protected String custom8
protected String custom9
protected String custom10
protected String custom11
protected String custom12
protected String custom13
protected String custom14
protected String custom15
protected String custom16
public String getId()
TaskSummarygetId in interface TaskSummarypublic void setId(String id)
public String getExternalId()
TaskSummarygetExternalId in interface TaskSummarypublic void setExternalId(String externalId)
public String getCreator()
TaskSummarygetCreator in interface TaskSummarypublic Instant getCreated()
TaskSummarygetCreated in interface TaskSummarypublic void setCreated(Instant created)
public Instant getClaimed()
TaskSummarygetClaimed in interface TaskSummarypublic void setClaimed(Instant claimed)
public Instant getCompleted()
TaskSummarygetCompleted in interface TaskSummarypublic void setCompleted(Instant completed)
public Instant getModified()
TaskSummarygetModified in interface TaskSummarypublic void setModified(Instant modified)
public Instant getPlanned()
TaskSummarygetPlanned in interface TaskSummarypublic void setPlanned(Instant planned)
public Instant getDue()
TaskSummarygetDue in interface TaskSummarypublic void setDue(Instant due)
public String getName()
TaskSummarygetName in interface TaskSummarypublic void setName(String name)
public String getNote()
TaskSummarygetNote in interface TaskSummarypublic void setNote(String note)
public String getDescription()
TaskSummarygetDescription in interface TaskSummarypublic void setDescription(String description)
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 List<AttachmentSummary> getAttachmentSummaries()
TaskSummarygetAttachmentSummaries in interface TaskSummarypublic 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 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 void setAttachmentSummaries(List<AttachmentSummary> attachmentSummaries)
public void setCreator(String creator)
public WorkbasketSummaryImpl getWorkbasketSummaryImpl()
public void setWorkbasketSummaryImpl(WorkbasketSummaryImpl workbasketSummary)
public void addAttachmentSummary(AttachmentSummary attachmentSummary)
public ClassificationSummaryImpl getClassificationSummaryImpl()
public void setClassificationSummaryImpl(ClassificationSummaryImpl classificationSummary)
public String getCustom1()
public void setCustom1(String custom1)
public String getCustom2()
public void setCustom2(String custom2)
public String getCustom3()
public void setCustom3(String custom3)
public String getCustom4()
public void setCustom4(String custom4)
public String getCustom5()
public void setCustom5(String custom5)
public String getCustom6()
public void setCustom6(String custom6)
public String getCustom7()
public void setCustom7(String custom7)
public String getCustom8()
public void setCustom8(String custom8)
public String getCustom9()
public void setCustom9(String custom9)
public String getCustom10()
public void setCustom10(String custom10)
public String getCustom11()
public void setCustom11(String custom11)
public String getCustom12()
public void setCustom12(String custom12)
public String getCustom13()
public void setCustom13(String custom13)
public String getCustom14()
public void setCustom14(String custom14)
public String getCustom15()
public void setCustom15(String custom15)
public String getCustom16()
public void setCustom16(String custom16)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.