Class UserOperationLogEntryDto


  • public class UserOperationLogEntryDto
    extends Object
    Author:
    Danny Gräf
    • Field Detail

      • deploymentId

        protected String deploymentId
      • processDefinitionId

        protected String processDefinitionId
      • processDefinitionKey

        protected String processDefinitionKey
      • processInstanceId

        protected String processInstanceId
      • executionId

        protected String executionId
      • caseDefinitionId

        protected String caseDefinitionId
      • caseInstanceId

        protected String caseInstanceId
      • caseExecutionId

        protected String caseExecutionId
      • taskId

        protected String taskId
      • jobId

        protected String jobId
      • jobDefinitionId

        protected String jobDefinitionId
      • batchId

        protected String batchId
      • userId

        protected String userId
      • timestamp

        protected Date timestamp
      • operationId

        protected String operationId
      • externalTaskId

        protected String externalTaskId
      • operationType

        protected String operationType
      • entityType

        protected String entityType
      • property

        protected String property
      • orgValue

        protected String orgValue
      • newValue

        protected String newValue
      • removalTime

        protected Date removalTime
      • rootProcessInstanceId

        protected String rootProcessInstanceId
      • category

        protected String category
      • annotation

        protected String annotation
    • Constructor Detail

      • UserOperationLogEntryDto

        public UserOperationLogEntryDto()
    • Method Detail

      • getId

        public String getId()
      • getDeploymentId

        public String getDeploymentId()
      • getProcessDefinitionId

        public String getProcessDefinitionId()
      • getProcessDefinitionKey

        public String getProcessDefinitionKey()
      • getProcessInstanceId

        public String getProcessInstanceId()
      • getExecutionId

        public String getExecutionId()
      • getCaseDefinitionId

        public String getCaseDefinitionId()
      • getCaseInstanceId

        public String getCaseInstanceId()
      • getCaseExecutionId

        public String getCaseExecutionId()
      • getTaskId

        public String getTaskId()
      • getJobId

        public String getJobId()
      • getJobDefinitionId

        public String getJobDefinitionId()
      • getBatchId

        public String getBatchId()
      • getUserId

        public String getUserId()
      • getTimestamp

        public Date getTimestamp()
      • getOperationId

        public String getOperationId()
      • getExternalTaskId

        public String getExternalTaskId()
      • getOperationType

        public String getOperationType()
      • getEntityType

        public String getEntityType()
      • getProperty

        public String getProperty()
      • getOrgValue

        public String getOrgValue()
      • getNewValue

        public String getNewValue()
      • getRemovalTime

        public Date getRemovalTime()
      • getRootProcessInstanceId

        public String getRootProcessInstanceId()
      • getCategory

        public String getCategory()
      • getAnnotation

        public String getAnnotation()