public class ExternalTaskDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
activityId |
protected String |
activityInstanceId |
protected String |
errorDetails |
protected String |
errorMessage |
protected String |
executionId |
protected String |
id |
protected Date |
lockExpirationTime |
protected long |
priority |
protected String |
processDefinitionId |
protected String |
processDefinitionKey |
protected String |
processInstanceId |
protected Integer |
retries |
protected boolean |
suspended |
protected String |
tenantId |
protected String |
topicName |
protected String |
workerId |
Constructor and Description |
---|
ExternalTaskDto() |
Modifier and Type | Method and Description |
---|---|
static ExternalTaskDto |
fromExternalTask(ExternalTask task) |
String |
getActivityId() |
String |
getActivityInstanceId() |
String |
getErrorDetails() |
String |
getErrorMessage() |
String |
getExecutionId() |
String |
getId() |
Date |
getLockExpirationTime() |
long |
getPriority() |
String |
getProcessDefinitionId() |
String |
getProcessDefinitionKey() |
String |
getProcessInstanceId() |
Integer |
getRetries() |
String |
getTenantId() |
String |
getTopicName() |
String |
getWorkerId() |
boolean |
isSuspended() |
protected String activityId
protected String activityInstanceId
protected String errorMessage
protected String errorDetails
protected String executionId
protected String id
protected Date lockExpirationTime
protected String processDefinitionId
protected String processDefinitionKey
protected String processInstanceId
protected Integer retries
protected boolean suspended
protected String workerId
protected String topicName
protected String tenantId
protected long priority
public String getActivityId()
public String getActivityInstanceId()
public String getErrorMessage()
public String getExecutionId()
public String getId()
public Date getLockExpirationTime()
public String getProcessDefinitionId()
public String getProcessDefinitionKey()
public String getProcessInstanceId()
public Integer getRetries()
public boolean isSuspended()
public String getWorkerId()
public String getTopicName()
public String getTenantId()
public long getPriority()
public String getErrorDetails()
public static ExternalTaskDto fromExternalTask(ExternalTask task)
Copyright © 2017. All rights reserved.