Class HistoricExternalTaskLogDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.history.HistoricExternalTaskLogDto
-
public class HistoricExternalTaskLogDto extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactivityIdprotected StringactivityInstanceIdprotected booleancreationLogprotected booleandeletionLogprotected StringerrorMessageprotected StringexecutionIdprotected StringexternalTaskIdprotected booleanfailureLogprotected Stringidprotected longpriorityprotected StringprocessDefinitionIdprotected StringprocessDefinitionKeyprotected StringprocessInstanceIdprotected DateremovalTimeprotected Integerretriesprotected StringrootProcessInstanceIdprotected booleansuccessLogprotected StringtenantIdprotected Datetimestampprotected StringtopicNameprotected StringworkerId
-
Constructor Summary
Constructors Constructor Description HistoricExternalTaskLogDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoricExternalTaskLogDtofromHistoricExternalTaskLog(org.camunda.bpm.engine.history.HistoricExternalTaskLog historicExternalTaskLog)StringgetActivityId()StringgetActivityInstanceId()StringgetErrorMessage()StringgetExecutionId()StringgetExternalTaskId()StringgetId()longgetPriority()StringgetProcessDefinitionId()StringgetProcessDefinitionKey()StringgetProcessInstanceId()DategetRemovalTime()IntegergetRetries()StringgetRootProcessInstanceId()StringgetTenantId()DategetTimestamp()StringgetTopicName()StringgetWorkerId()booleanisCreationLog()booleanisDeletionLog()booleanisFailureLog()booleanisSuccessLog()
-
-
-
Field Detail
-
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
-
-
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()
-
fromHistoricExternalTaskLog
public static HistoricExternalTaskLogDto fromHistoricExternalTaskLog(org.camunda.bpm.engine.history.HistoricExternalTaskLog historicExternalTaskLog)
-
-