Class HistoricTaskInstanceDto


  • public class HistoricTaskInstanceDto
    extends Object
    HistoricTaskInstanceDto
    • Constructor Detail

      • HistoricTaskInstanceDto

        public HistoricTaskInstanceDto()
    • Method Detail

      • getId

        public String getId()
        The task id.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getProcessDefinitionKey

        public String getProcessDefinitionKey()
        The key of the process definition the task belongs to.
        Returns:
        processDefinitionKey
      • setProcessDefinitionKey

        public void setProcessDefinitionKey​(String processDefinitionKey)
      • getProcessDefinitionId

        public String getProcessDefinitionId()
        The id of the process definition the task belongs to.
        Returns:
        processDefinitionId
      • setProcessDefinitionId

        public void setProcessDefinitionId​(String processDefinitionId)
      • getProcessInstanceId

        public String getProcessInstanceId()
        The id of the process instance the task belongs to.
        Returns:
        processInstanceId
      • setProcessInstanceId

        public void setProcessInstanceId​(String processInstanceId)
      • getExecutionId

        public String getExecutionId()
        The id of the execution the task belongs to.
        Returns:
        executionId
      • setExecutionId

        public void setExecutionId​(String executionId)
      • getCaseDefinitionKey

        public String getCaseDefinitionKey()
        The key of the case definition the task belongs to.
        Returns:
        caseDefinitionKey
      • setCaseDefinitionKey

        public void setCaseDefinitionKey​(String caseDefinitionKey)
      • getCaseDefinitionId

        public String getCaseDefinitionId()
        The id of the case definition the task belongs to.
        Returns:
        caseDefinitionId
      • setCaseDefinitionId

        public void setCaseDefinitionId​(String caseDefinitionId)
      • getCaseInstanceId

        public String getCaseInstanceId()
        The id of the case instance the task belongs to.
        Returns:
        caseInstanceId
      • setCaseInstanceId

        public void setCaseInstanceId​(String caseInstanceId)
      • getCaseExecutionId

        public String getCaseExecutionId()
        The id of the case execution the task belongs to.
        Returns:
        caseExecutionId
      • setCaseExecutionId

        public void setCaseExecutionId​(String caseExecutionId)
      • getActivityInstanceId

        public String getActivityInstanceId()
        The id of the activity that this object is an instance of.
        Returns:
        activityInstanceId
      • setActivityInstanceId

        public void setActivityInstanceId​(String activityInstanceId)
      • getName

        public String getName()
        The task name.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
        The task's description.
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getDeleteReason

        public String getDeleteReason()
        The task's delete reason.
        Returns:
        deleteReason
      • setDeleteReason

        public void setDeleteReason​(String deleteReason)
      • getOwner

        public String getOwner()
        The owner's id.
        Returns:
        owner
      • setOwner

        public void setOwner​(String owner)
      • getAssignee

        public String getAssignee()
        The assignee's id.
        Returns:
        assignee
      • setAssignee

        public void setAssignee​(String assignee)
      • getStartTime

        public Date getStartTime()
        The time the task was started. Default [format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
        Returns:
        startTime
      • setStartTime

        public void setStartTime​(Date startTime)
      • getEndTime

        public Date getEndTime()
        The time the task ended. Default [format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
        Returns:
        endTime
      • setEndTime

        public void setEndTime​(Date endTime)
      • getDuration

        public Long getDuration()
        The time the task took to finish (in milliseconds).
        Returns:
        duration
      • setDuration

        public void setDuration​(Long duration)
      • getTaskDefinitionKey

        public String getTaskDefinitionKey()
        The task's key.
        Returns:
        taskDefinitionKey
      • setTaskDefinitionKey

        public void setTaskDefinitionKey​(String taskDefinitionKey)
      • getPriority

        public Integer getPriority()
        The task's priority.
        Returns:
        priority
      • setPriority

        public void setPriority​(Integer priority)
      • getDue

        public Date getDue()
        The task's due date. Default [format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
        Returns:
        due
      • setDue

        public void setDue​(Date due)
      • getParentTaskId

        public String getParentTaskId()
        The id of the parent task, if this task is a subtask.
        Returns:
        parentTaskId
      • setParentTaskId

        public void setParentTaskId​(String parentTaskId)
      • getFollowUp

        public Date getFollowUp()
        The follow-up date for the task. Default [format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
        Returns:
        followUp
      • setFollowUp

        public void setFollowUp​(Date followUp)
      • getTenantId

        public String getTenantId()
        The tenant id of the task instance.
        Returns:
        tenantId
      • setTenantId

        public void setTenantId​(String tenantId)
      • getRemovalTime

        public Date getRemovalTime()
        The time after which the task should be removed by the History Cleanup job. Default [format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
        Returns:
        removalTime
      • setRemovalTime

        public void setRemovalTime​(Date removalTime)
      • getRootProcessInstanceId

        public String getRootProcessInstanceId()
        The process instance id of the root process instance that initiated the process containing this task.
        Returns:
        rootProcessInstanceId
      • setRootProcessInstanceId

        public void setRootProcessInstanceId​(String rootProcessInstanceId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object