Class HistoricExternalTaskLogDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricExternalTaskLogDto
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected boolean
protected boolean
protected String
protected String
protected String
protected boolean
protected String
protected long
protected String
protected String
protected String
protected Date
protected Integer
protected String
protected boolean
protected String
protected Date
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HistoricExternalTaskLogDto
fromHistoricExternalTaskLog
(HistoricExternalTaskLog historicExternalTaskLog) getId()
long
boolean
boolean
boolean
boolean
-
Field Details
-
id
-
timestamp
-
removalTime
-
externalTaskId
-
topicName
-
workerId
-
priority
protected long priority -
retries
-
errorMessage
-
activityId
-
activityInstanceId
-
executionId
-
processInstanceId
-
processDefinitionId
-
processDefinitionKey
-
tenantId
-
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
-
getTimestamp
-
getExternalTaskId
-
getTopicName
-
getWorkerId
-
getPriority
public long getPriority() -
getRetries
-
getErrorMessage
-
getActivityId
-
getActivityInstanceId
-
getExecutionId
-
getProcessInstanceId
-
getProcessDefinitionId
-
getProcessDefinitionKey
-
getTenantId
-
isCreationLog
public boolean isCreationLog() -
isFailureLog
public boolean isFailureLog() -
isSuccessLog
public boolean isSuccessLog() -
isDeletionLog
public boolean isDeletionLog() -
getRemovalTime
-
getRootProcessInstanceId
-
fromHistoricExternalTaskLog
public static HistoricExternalTaskLogDto fromHistoricExternalTaskLog(HistoricExternalTaskLog historicExternalTaskLog)
-