Class HistoricExternalTaskLogDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricExternalTaskLogDto

public class HistoricExternalTaskLogDto extends Object
  • Field Details

    • id

      protected String id
    • 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 Details

    • HistoricExternalTaskLogDto

      public HistoricExternalTaskLogDto()
  • Method Details

    • 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()
    • fromHistoricExternalTaskLog

      public static HistoricExternalTaskLogDto fromHistoricExternalTaskLog(HistoricExternalTaskLog historicExternalTaskLog)