Class TaskSummaryRepresentationModel

    • Field Detail

      • taskId

        protected String taskId
        Unique Id.
      • externalId

        protected String externalId
        External Id. Can be used to enforce idempotence at task creation. Can identify an external task.
      • created

        protected Instant created
        The creation timestamp in the system.
      • claimed

        protected Instant claimed
        The timestamp of the last claim-operation.
      • completed

        protected Instant completed
        The timestamp of the completion.
      • modified

        protected Instant modified
        The timestamp of the last modification.
      • planned

        protected Instant planned
        Planned start of the task. The actual completion of the task should be between PLANNED and DUE.
      • received

        protected Instant received
        Timestamp when the task has been received. It notes when the surrounding process started and not just when the actual task was created.
      • due

        protected Instant due
        Timestamp when the task is due. The actual completion of the task should be between PLANNED and DUE.
      • name

        protected String name
        The name of the task.
      • creator

        protected String creator
        the creator of the task.
      • note

        protected String note
        note.
      • description

        protected String description
        The description of the task.
      • priority

        protected int priority
        The priority of the task.
      • state

        protected pro.taskana.task.api.TaskState state
        The current task state.
      • businessProcessId

        protected String businessProcessId
        The business process id.
      • parentBusinessProcessId

        protected String parentBusinessProcessId
        the parent business process id.
      • owner

        protected String owner
        The owner of the task. The owner is set upon claiming of the task.
      • ownerLongName

        protected String ownerLongName
        The long name of the task owner.
      • isRead

        protected boolean isRead
        Indicator if the task has been read.
      • isTransferred

        protected boolean isTransferred
        Indicator if the task has been transferred.
      • custom1

        protected String custom1
        A custom property with name "1".
      • custom2

        protected String custom2
        A custom property with name "2".
      • custom3

        protected String custom3
        A custom property with name "3".
      • custom4

        protected String custom4
        A custom property with name "4".
      • custom5

        protected String custom5
        A custom property with name "5".
      • custom6

        protected String custom6
        A custom property with name "6".
      • custom7

        protected String custom7
        A custom property with name "7".
      • custom8

        protected String custom8
        A custom property with name "8".
      • custom9

        protected String custom9
        A custom property with name "9".
      • custom10

        protected String custom10
        A custom property with name "10".
      • custom11

        protected String custom11
        A custom property with name "11".
      • custom12

        protected String custom12
        A custom property with name "12".
      • custom13

        protected String custom13
        A custom property with name "13".
      • custom14

        protected String custom14
        A custom property with name "14".
      • custom15

        protected String custom15
        A custom property with name "15".
      • custom16

        protected String custom16
        A custom property with name "16".
    • Constructor Detail

      • TaskSummaryRepresentationModel

        public TaskSummaryRepresentationModel()
    • 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)
      • getReceived

        public Instant getReceived()
      • setReceived

        public void setReceived​(Instant received)
      • 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)
      • 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)
      • getOwnerLongName

        public String getOwnerLongName()
      • setOwnerLongName

        public void setOwnerLongName​(String ownerLongName)
      • isRead

        public boolean isRead()
      • setRead

        public void setRead​(boolean isRead)
      • isTransferred

        public boolean isTransferred()
      • setTransferred

        public void setTransferred​(boolean isTransferred)
      • 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)