Class HistoricExternalTaskLogDto
java.lang.Object
org.operaton.bpm.engine.rest.dto.history.HistoricExternalTaskLogDto
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected booleanprotected booleanprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected longprotected Stringprotected Stringprotected Stringprotected Dateprotected Integerprotected Stringprotected booleanprotected Stringprotected Dateprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HistoricExternalTaskLogDtofromHistoricExternalTaskLog(HistoricExternalTaskLog historicExternalTaskLog) getId()longbooleanbooleanbooleanboolean
-
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)
-