org.camunda.bpm.engine.rest.dto.history
Class HistoricExternalTaskLogDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricExternalTaskLogDto
public class HistoricExternalTaskLogDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
timestamp
protected Date timestamp
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
creationLog
protected boolean creationLog
failureLog
protected boolean failureLog
successLog
protected boolean successLog
deletionLog
protected boolean deletionLog
HistoricExternalTaskLogDto
public HistoricExternalTaskLogDto()
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()
fromHistoricExternalTaskLog
public static HistoricExternalTaskLogDto fromHistoricExternalTaskLog(HistoricExternalTaskLog historicExternalTaskLog)
Copyright © 2017 camunda services GmbH. All rights reserved.