Class HistoricIdentityLinkLogDto


  • public class HistoricIdentityLinkLogDto
    extends Object
    HistoricIdentityLinkLogDto
    • Constructor Detail

      • HistoricIdentityLinkLogDto

        public HistoricIdentityLinkLogDto()
    • Method Detail

      • getId

        public String getId()
        Id of the Historic identity link entry.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getTime

        public Date getTime()
        The time when the identity link is logged. [Default format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
        Returns:
        time
      • setTime

        public void setTime​(Date time)
      • getType

        public String getType()
        The type of identity link (candidate/assignee/owner).
        Returns:
        type
      • setType

        public void setType​(String type)
      • getUserId

        public String getUserId()
        The id of the user/assignee.
        Returns:
        userId
      • setUserId

        public void setUserId​(String userId)
      • getGroupId

        public String getGroupId()
        The id of the group.
        Returns:
        groupId
      • setGroupId

        public void setGroupId​(String groupId)
      • getTaskId

        public String getTaskId()
        The id of the task.
        Returns:
        taskId
      • setTaskId

        public void setTaskId​(String taskId)
      • getProcessDefinitionId

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

        public void setProcessDefinitionId​(String processDefinitionId)
      • getProcessDefinitionKey

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

        public void setProcessDefinitionKey​(String processDefinitionKey)
      • getOperationType

        public String getOperationType()
        Type of operation (add/delete).
        Returns:
        operationType
      • setOperationType

        public void setOperationType​(String operationType)
      • getAssignerId

        public String getAssignerId()
        The id of the assigner.
        Returns:
        assignerId
      • setAssignerId

        public void setAssignerId​(String assignerId)
      • getTenantId

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

        public void setTenantId​(String tenantId)
      • getRemovalTime

        public Date getRemovalTime()
        The time after which the identity link 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 identity link.
        Returns:
        rootProcessInstanceId
      • setRootProcessInstanceId

        public void setRootProcessInstanceId​(String rootProcessInstanceId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object