public class LockedExternalTaskDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
activityId |
protected String |
activityInstanceId |
protected String |
errorMessage |
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 |
topicName |
protected Map<String,VariableValueDto> |
variables |
protected String |
workerId |
Constructor and Description |
---|
LockedExternalTaskDto() |
Modifier and Type | Method and Description |
---|---|
static LockedExternalTaskDto |
fromLockedExternalTask(LockedExternalTask task) |
static List<LockedExternalTaskDto> |
fromLockedExternalTasks(List<LockedExternalTask> tasks) |
String |
getActivityId() |
String |
getActivityInstanceId() |
String |
getErrorMessage() |
String |
getExecutionId() |
String |
getId() |
Date |
getLockExpirationTime() |
String |
getProcessDefinitionId() |
String |
getProcessDefinitionKey() |
String |
getProcessInstanceId() |
Integer |
getRetries() |
String |
getTopicName() |
Map<String,VariableValueDto> |
getVariables() |
String |
getWorkerId() |
boolean |
isSuspended() |
protected String activityId
protected String activityInstanceId
protected String errorMessage
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 Map<String,VariableValueDto> variables
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 Map<String,VariableValueDto> getVariables()
public static LockedExternalTaskDto fromLockedExternalTask(LockedExternalTask task)
public static List<LockedExternalTaskDto> fromLockedExternalTasks(List<LockedExternalTask> tasks)
Copyright © 2018. All rights reserved.