org.camunda.bpm.engine.rest.dto.externaltask
Class ExternalTaskDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.externaltask.ExternalTaskDto

public class ExternalTaskDto
extends Object

Author:
Thorben Lindhauer

Field Summary
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 Summary
ExternalTaskDto()
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

priority

protected long priority
Constructor Detail

ExternalTaskDto

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

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

getErrorDetails

public String getErrorDetails()

fromExternalTask

public static ExternalTaskDto fromExternalTask(ExternalTask task)


Copyright © 2016 camunda services GmbH. All rights reserved.