org.camunda.bpm.engine.rest.dto.runtime
Class JobDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.runtime.JobDto

public class JobDto
extends Object


Field Summary
protected  Date dueDate
           
protected  String exceptionMessage
           
protected  String executionId
           
protected  String id
           
protected  String jobDefinitionId
           
protected  long priority
           
protected  String processDefinitionId
           
protected  String processDefinitionKey
           
protected  String processInstanceId
           
protected  int retries
           
protected  boolean suspended
           
protected  String tenantId
           
 
Constructor Summary
JobDto()
           
 
Method Summary
static JobDto fromJob(Job job)
           
 Date getDueDate()
           
 String getExceptionMessage()
           
 String getExecutionId()
           
 String getId()
           
 String getJobDefinitionId()
           
 long getPriority()
           
 String getProcessDefinitionId()
           
 String getProcessDefinitionKey()
           
 String getProcessInstanceId()
           
 int getRetries()
           
 String getTenantId()
           
 boolean isSuspended()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

jobDefinitionId

protected String jobDefinitionId

processInstanceId

protected String processInstanceId

processDefinitionId

protected String processDefinitionId

processDefinitionKey

protected String processDefinitionKey

executionId

protected String executionId

exceptionMessage

protected String exceptionMessage

retries

protected int retries

dueDate

protected Date dueDate

suspended

protected boolean suspended

priority

protected long priority

tenantId

protected String tenantId
Constructor Detail

JobDto

public JobDto()
Method Detail

fromJob

public static JobDto fromJob(Job job)

getId

public String getId()

getJobDefinitionId

public String getJobDefinitionId()

getProcessInstanceId

public String getProcessInstanceId()

getExecutionId

public String getExecutionId()

getExceptionMessage

public String getExceptionMessage()

getRetries

public int getRetries()

getDueDate

public Date getDueDate()

getProcessDefinitionId

public String getProcessDefinitionId()

getProcessDefinitionKey

public String getProcessDefinitionKey()

isSuspended

public boolean isSuspended()

getPriority

public long getPriority()

getTenantId

public String getTenantId()


Copyright © 2016 camunda services GmbH. All rights reserved.