org.camunda.bpm.engine.rest.dto.history
Class HistoricExternalTaskLogDto

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

public class HistoricExternalTaskLogDto
extends Object


Field Summary
protected  String activityId
           
protected  String activityInstanceId
           
protected  boolean creationLog
           
protected  boolean deletionLog
           
protected  String errorMessage
           
protected  String executionId
           
protected  String externalTaskId
           
protected  boolean failureLog
           
protected  String id
           
protected  long priority
           
protected  String processDefinitionId
           
protected  String processDefinitionKey
           
protected  String processInstanceId
           
protected  Integer retries
           
protected  boolean successLog
           
protected  String tenantId
           
protected  Date timestamp
           
protected  String topicName
           
protected  String workerId
           
 
Constructor Summary
HistoricExternalTaskLogDto()
           
 
Method Summary
static HistoricExternalTaskLogDto fromHistoricExternalTaskLog(HistoricExternalTaskLog historicExternalTaskLog)
           
 String getActivityId()
           
 String getActivityInstanceId()
           
 String getErrorMessage()
           
 String getExecutionId()
           
 String getExternalTaskId()
           
 String getId()
           
 long getPriority()
           
 String getProcessDefinitionId()
           
 String getProcessDefinitionKey()
           
 String getProcessInstanceId()
           
 Integer getRetries()
           
 String getTenantId()
           
 Date getTimestamp()
           
 String getTopicName()
           
 String getWorkerId()
           
 boolean isCreationLog()
           
 boolean isDeletionLog()
           
 boolean isFailureLog()
           
 boolean isSuccessLog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HistoricExternalTaskLogDto

public HistoricExternalTaskLogDto()
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()

fromHistoricExternalTaskLog

public static HistoricExternalTaskLogDto fromHistoricExternalTaskLog(HistoricExternalTaskLog historicExternalTaskLog)


Copyright © 2017 camunda services GmbH. All rights reserved.