Class UserOperationLogEntryDto


  • public class UserOperationLogEntryDto
    extends Object
    UserOperationLogEntryDto
    • Constructor Detail

      • UserOperationLogEntryDto

        public UserOperationLogEntryDto()
    • Method Detail

      • getId

        public String getId()
        The unique identifier of this log entry.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getUserId

        public String getUserId()
        The user who performed this operation.
        Returns:
        userId
      • setUserId

        public void setUserId​(String userId)
      • getTimestamp

        public Date getTimestamp()
        Timestamp of this operation.
        Returns:
        timestamp
      • setTimestamp

        public void setTimestamp​(Date timestamp)
      • getOperationId

        public String getOperationId()
        The unique identifier of this operation. A composite operation that changes multiple properties has a common `operationId`.
        Returns:
        operationId
      • setOperationId

        public void setOperationId​(String operationId)
      • getOperationType

        public String getOperationType()
        The type of this operation, e.g., `Assign`, `Claim` and so on.
        Returns:
        operationType
      • setOperationType

        public void setOperationType​(String operationType)
      • getEntityType

        public String getEntityType()
        The type of the entity on which this operation was executed, e.g., `Task` or `Attachment`.
        Returns:
        entityType
      • setEntityType

        public void setEntityType​(String entityType)
      • getCategory

        public String getCategory()
        The name of the category this operation was associated with, e.g., `TaskWorker` or `Admin`.
        Returns:
        category
      • setCategory

        public void setCategory​(String category)
      • getAnnotation

        public String getAnnotation()
        An arbitrary annotation set by a user for auditing reasons.
        Returns:
        annotation
      • setAnnotation

        public void setAnnotation​(String annotation)
      • getProperty

        public String getProperty()
        The property changed by this operation.
        Returns:
        property
      • setProperty

        public void setProperty​(String property)
      • getOrgValue

        public String getOrgValue()
        The original value of the changed property.
        Returns:
        orgValue
      • setOrgValue

        public void setOrgValue​(String orgValue)
      • getNewValue

        public String getNewValue()
        The new value of the changed property.
        Returns:
        newValue
      • setNewValue

        public void setNewValue​(String newValue)
      • getDeploymentId

        public String getDeploymentId()
        If not `null`, the operation is restricted to entities in relation to this deployment.
        Returns:
        deploymentId
      • setDeploymentId

        public void setDeploymentId​(String deploymentId)
      • getProcessDefinitionId

        public String getProcessDefinitionId()
        If not `null`, the operation is restricted to entities in relation to this process definition.
        Returns:
        processDefinitionId
      • setProcessDefinitionId

        public void setProcessDefinitionId​(String processDefinitionId)
      • getProcessDefinitionKey

        public String getProcessDefinitionKey()
        If not `null`, the operation is restricted to entities in relation to process definitions with this key.
        Returns:
        processDefinitionKey
      • setProcessDefinitionKey

        public void setProcessDefinitionKey​(String processDefinitionKey)
      • getProcessInstanceId

        public String getProcessInstanceId()
        If not `null`, the operation is restricted to entities in relation to this process instance.
        Returns:
        processInstanceId
      • setProcessInstanceId

        public void setProcessInstanceId​(String processInstanceId)
      • getExecutionId

        public String getExecutionId()
        If not `null`, the operation is restricted to entities in relation to this execution.
        Returns:
        executionId
      • setExecutionId

        public void setExecutionId​(String executionId)
      • getCaseDefinitionId

        public String getCaseDefinitionId()
        If not `null`, the operation is restricted to entities in relation to this case definition.
        Returns:
        caseDefinitionId
      • setCaseDefinitionId

        public void setCaseDefinitionId​(String caseDefinitionId)
      • getCaseInstanceId

        public String getCaseInstanceId()
        If not `null`, the operation is restricted to entities in relation to this case instance.
        Returns:
        caseInstanceId
      • setCaseInstanceId

        public void setCaseInstanceId​(String caseInstanceId)
      • getCaseExecutionId

        public String getCaseExecutionId()
        If not `null`, the operation is restricted to entities in relation to this case execution.
        Returns:
        caseExecutionId
      • setCaseExecutionId

        public void setCaseExecutionId​(String caseExecutionId)
      • getTaskId

        public String getTaskId()
        If not `null`, the operation is restricted to entities in relation to this task.
        Returns:
        taskId
      • setTaskId

        public void setTaskId​(String taskId)
      • getExternalTaskId

        public String getExternalTaskId()
        If not `null`, the operation is restricted to entities in relation to this external task.
        Returns:
        externalTaskId
      • setExternalTaskId

        public void setExternalTaskId​(String externalTaskId)
      • getBatchId

        public String getBatchId()
        If not `null`, the operation is restricted to entities in relation to this batch.
        Returns:
        batchId
      • setBatchId

        public void setBatchId​(String batchId)
      • getJobId

        public String getJobId()
        If not `null`, the operation is restricted to entities in relation to this job.
        Returns:
        jobId
      • setJobId

        public void setJobId​(String jobId)
      • getJobDefinitionId

        public String getJobDefinitionId()
        If not `null`, the operation is restricted to entities in relation to this job definition.
        Returns:
        jobDefinitionId
      • setJobDefinitionId

        public void setJobDefinitionId​(String jobDefinitionId)
      • getRemovalTime

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

        public void setRootProcessInstanceId​(String rootProcessInstanceId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object