Class ExternalTaskDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.externaltask.ExternalTaskDto
-
public class ExternalTaskDto extends Object
- Author:
- Thorben Lindhauer
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactivityIdprotected StringactivityInstanceIdprotected StringbusinessKeyprotected StringerrorMessageprotected StringexecutionIdprotected Stringidprotected DatelockExpirationTimeprotected longpriorityprotected StringprocessDefinitionIdprotected StringprocessDefinitionKeyprotected StringprocessDefinitionVersionTagprotected StringprocessInstanceIdprotected Integerretriesprotected booleansuspendedprotected StringtenantIdprotected StringtopicNameprotected StringworkerId
-
Constructor Summary
Constructors Constructor Description ExternalTaskDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExternalTaskDtofromExternalTask(ExternalTask task)StringgetActivityId()StringgetActivityInstanceId()StringgetBusinessKey()StringgetErrorMessage()StringgetExecutionId()StringgetId()DategetLockExpirationTime()longgetPriority()StringgetProcessDefinitionId()StringgetProcessDefinitionKey()StringgetProcessDefinitionVersionTag()StringgetProcessInstanceId()IntegergetRetries()StringgetTenantId()StringgetTopicName()StringgetWorkerId()booleanisSuspended()
-
-
-
Field Detail
-
activityId
protected String activityId
-
activityInstanceId
protected String activityInstanceId
-
errorMessage
protected String errorMessage
-
executionId
protected String executionId
-
id
protected String id
-
lockExpirationTime
protected Date lockExpirationTime
-
processDefinitionId
protected String processDefinitionId
-
processDefinitionKey
protected String processDefinitionKey
-
processDefinitionVersionTag
protected String processDefinitionVersionTag
-
processInstanceId
protected String processInstanceId
-
retries
protected Integer retries
-
suspended
protected boolean suspended
-
workerId
protected String workerId
-
topicName
protected String topicName
-
tenantId
protected String tenantId
-
priority
protected long priority
-
businessKey
protected String businessKey
-
-
Method Detail
-
getActivityId
public String getActivityId()
-
getActivityInstanceId
public String getActivityInstanceId()
-
getErrorMessage
public String getErrorMessage()
-
getExecutionId
public String getExecutionId()
-
getId
public String getId()
-
getLockExpirationTime
public Date getLockExpirationTime()
-
getProcessDefinitionId
public String getProcessDefinitionId()
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
-
getProcessDefinitionVersionTag
public String getProcessDefinitionVersionTag()
-
getProcessInstanceId
public String getProcessInstanceId()
-
getRetries
public Integer getRetries()
-
isSuspended
public boolean isSuspended()
-
getWorkerId
public String getWorkerId()
-
getTopicName
public String getTopicName()
-
getTenantId
public String getTenantId()
-
getPriority
public long getPriority()
-
getBusinessKey
public String getBusinessKey()
-
fromExternalTask
public static ExternalTaskDto fromExternalTask(ExternalTask task)
-
-