Class HistoricExternalTaskLogDto


  • public class HistoricExternalTaskLogDto
    extends Object
    • Field Detail

      • timestamp

        protected Date timestamp
      • removalTime

        protected Date removalTime
      • externalTaskId

        protected String externalTaskId
      • topicName

        protected String topicName
      • workerId

        protected String workerId
      • priority

        protected long priority
      • retries

        protected Integer retries
      • errorMessage

        protected String errorMessage
      • activityId

        protected String activityId
      • activityInstanceId

        protected String activityInstanceId
      • executionId

        protected String executionId
      • processInstanceId

        protected String processInstanceId
      • processDefinitionId

        protected String processDefinitionId
      • processDefinitionKey

        protected String processDefinitionKey
      • tenantId

        protected String tenantId
      • rootProcessInstanceId

        protected String rootProcessInstanceId
      • creationLog

        protected boolean creationLog
      • failureLog

        protected boolean failureLog
      • successLog

        protected boolean successLog
      • deletionLog

        protected boolean deletionLog
    • Constructor Detail

      • HistoricExternalTaskLogDto

        public HistoricExternalTaskLogDto()
    • Method Detail

      • getId

        public String getId()
      • getTimestamp

        public Date getTimestamp()
      • getExternalTaskId

        public String getExternalTaskId()
      • getTopicName

        public String getTopicName()
      • getWorkerId

        public String getWorkerId()
      • getPriority

        public long getPriority()
      • getRetries

        public Integer getRetries()
      • getErrorMessage

        public String getErrorMessage()
      • getActivityId

        public String getActivityId()
      • getActivityInstanceId

        public String getActivityInstanceId()
      • getExecutionId

        public String getExecutionId()
      • getProcessInstanceId

        public String getProcessInstanceId()
      • getProcessDefinitionId

        public String getProcessDefinitionId()
      • getProcessDefinitionKey

        public String getProcessDefinitionKey()
      • getTenantId

        public String getTenantId()
      • isCreationLog

        public boolean isCreationLog()
      • isFailureLog

        public boolean isFailureLog()
      • isSuccessLog

        public boolean isSuccessLog()
      • isDeletionLog

        public boolean isDeletionLog()
      • getRemovalTime

        public Date getRemovalTime()
      • getRootProcessInstanceId

        public String getRootProcessInstanceId()