Package pro.taskana.task.rest.models
Class TaskSummaryRepresentationModel
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<TaskSummaryRepresentationModel>
-
- pro.taskana.task.rest.models.TaskSummaryRepresentationModel
-
- Direct Known Subclasses:
TaskRepresentationModel
public class TaskSummaryRepresentationModel extends org.springframework.hateoas.RepresentationModel<TaskSummaryRepresentationModel>
EntityModel class forWorkbasketSummary.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TaskSummaryRepresentationModel()
-
Method Summary
-
-
-
Field Detail
-
taskId
protected String taskId
-
externalId
protected String externalId
-
created
protected Instant created
-
claimed
protected Instant claimed
-
completed
protected Instant completed
-
modified
protected Instant modified
-
planned
protected Instant planned
-
due
protected Instant due
-
name
protected String name
-
creator
protected String creator
-
note
protected String note
-
description
protected String description
-
priority
protected int priority
-
state
protected pro.taskana.task.api.TaskState state
-
classificationSummary
protected ClassificationSummaryRepresentationModel classificationSummary
-
workbasketSummary
protected WorkbasketSummaryRepresentationModel workbasketSummary
-
businessProcessId
protected String businessProcessId
-
parentBusinessProcessId
protected String parentBusinessProcessId
-
owner
protected String owner
-
primaryObjRef
protected pro.taskana.task.api.models.ObjectReference primaryObjRef
-
isRead
protected boolean isRead
-
isTransferred
protected boolean isTransferred
-
custom1
protected String custom1
-
custom2
protected String custom2
-
custom3
protected String custom3
-
custom4
protected String custom4
-
custom5
protected String custom5
-
custom6
protected String custom6
-
custom7
protected String custom7
-
custom8
protected String custom8
-
custom9
protected String custom9
-
custom10
protected String custom10
-
custom11
protected String custom11
-
custom12
protected String custom12
-
custom13
protected String custom13
-
custom14
protected String custom14
-
custom15
protected String custom15
-
custom16
protected String custom16
-
-
Method Detail
-
getTaskId
public String getTaskId()
-
setTaskId
public void setTaskId(String taskId)
-
getExternalId
public String getExternalId()
-
setExternalId
public void setExternalId(String externalId)
-
getCreated
public Instant getCreated()
-
setCreated
public void setCreated(Instant created)
-
getClaimed
public Instant getClaimed()
-
setClaimed
public void setClaimed(Instant claimed)
-
getCompleted
public Instant getCompleted()
-
setCompleted
public void setCompleted(Instant completed)
-
getModified
public Instant getModified()
-
setModified
public void setModified(Instant modified)
-
getPlanned
public Instant getPlanned()
-
setPlanned
public void setPlanned(Instant planned)
-
getDue
public Instant getDue()
-
setDue
public void setDue(Instant due)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getCreator
public String getCreator()
-
setCreator
public void setCreator(String creator)
-
getNote
public String getNote()
-
setNote
public void setNote(String note)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getPriority
public int getPriority()
-
setPriority
public void setPriority(int priority)
-
getState
public pro.taskana.task.api.TaskState getState()
-
setState
public void setState(pro.taskana.task.api.TaskState state)
-
getClassificationSummary
public ClassificationSummaryRepresentationModel getClassificationSummary()
-
setClassificationSummary
public void setClassificationSummary(ClassificationSummaryRepresentationModel classificationSummary)
-
getWorkbasketSummary
public WorkbasketSummaryRepresentationModel getWorkbasketSummary()
-
setWorkbasketSummary
public void setWorkbasketSummary(WorkbasketSummaryRepresentationModel workbasketSummary)
-
getBusinessProcessId
public String getBusinessProcessId()
-
setBusinessProcessId
public void setBusinessProcessId(String businessProcessId)
-
getParentBusinessProcessId
public String getParentBusinessProcessId()
-
setParentBusinessProcessId
public void setParentBusinessProcessId(String parentBusinessProcessId)
-
getOwner
public String getOwner()
-
setOwner
public void setOwner(String owner)
-
getPrimaryObjRef
public pro.taskana.task.api.models.ObjectReference getPrimaryObjRef()
-
setPrimaryObjRef
public void setPrimaryObjRef(pro.taskana.task.api.models.ObjectReference primaryObjRef)
-
isRead
public boolean isRead()
-
setRead
public void setRead(boolean isRead)
-
isTransferred
public boolean isTransferred()
-
setTransferred
public void setTransferred(boolean isTransferred)
-
getAttachmentSummaries
public List<AttachmentSummaryRepresentationModel> getAttachmentSummaries()
-
setAttachmentSummaries
public void setAttachmentSummaries(List<AttachmentSummaryRepresentationModel> attachmentSummaries)
-
getCustom1
public String getCustom1()
-
setCustom1
public void setCustom1(String custom1)
-
getCustom2
public String getCustom2()
-
setCustom2
public void setCustom2(String custom2)
-
getCustom3
public String getCustom3()
-
setCustom3
public void setCustom3(String custom3)
-
getCustom4
public String getCustom4()
-
setCustom4
public void setCustom4(String custom4)
-
getCustom5
public String getCustom5()
-
setCustom5
public void setCustom5(String custom5)
-
getCustom6
public String getCustom6()
-
setCustom6
public void setCustom6(String custom6)
-
getCustom7
public String getCustom7()
-
setCustom7
public void setCustom7(String custom7)
-
getCustom8
public String getCustom8()
-
setCustom8
public void setCustom8(String custom8)
-
getCustom9
public String getCustom9()
-
setCustom9
public void setCustom9(String custom9)
-
getCustom10
public String getCustom10()
-
setCustom10
public void setCustom10(String custom10)
-
getCustom11
public String getCustom11()
-
setCustom11
public void setCustom11(String custom11)
-
getCustom12
public String getCustom12()
-
setCustom12
public void setCustom12(String custom12)
-
getCustom13
public String getCustom13()
-
setCustom13
public void setCustom13(String custom13)
-
getCustom14
public String getCustom14()
-
setCustom14
public void setCustom14(String custom14)
-
getCustom15
public String getCustom15()
-
setCustom15
public void setCustom15(String custom15)
-
getCustom16
public String getCustom16()
-
setCustom16
public void setCustom16(String custom16)
-
-