org.camunda.bpm.engine.rest.dto.externaltask
Class LockedExternalTaskDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.externaltask.LockedExternalTaskDto
public class LockedExternalTaskDto
- extends Object
- Author:
- Thorben Lindhauer, Askar Akhmerov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
activityId
protected String activityId
activityInstanceId
protected String activityInstanceId
errorMessage
protected String errorMessage
errorDetails
protected String errorDetails
executionId
protected String executionId
id
protected String id
lockExpirationTime
protected Date lockExpirationTime
processDefinitionId
protected String processDefinitionId
processDefinitionKey
protected String processDefinitionKey
processInstanceId
protected String processInstanceId
retries
protected Integer retries
suspended
protected boolean suspended
workerId
protected String workerId
topicName
protected String topicName
tenantId
protected String tenantId
variables
protected Map<String,VariableValueDto> variables
priority
protected long priority
LockedExternalTaskDto
public LockedExternalTaskDto()
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()
getProcessInstanceId
public String getProcessInstanceId()
getRetries
public Integer getRetries()
isSuspended
public boolean isSuspended()
getWorkerId
public String getWorkerId()
getTopicName
public String getTopicName()
getTenantId
public String getTenantId()
getVariables
public Map<String,VariableValueDto> getVariables()
getPriority
public long getPriority()
getErrorDetails
public String getErrorDetails()
fromLockedExternalTask
public static LockedExternalTaskDto fromLockedExternalTask(LockedExternalTask task)
fromLockedExternalTasks
public static List<LockedExternalTaskDto> fromLockedExternalTasks(List<LockedExternalTask> tasks)
Copyright © 2016 camunda services GmbH. All rights reserved.