org.camunda.bpm.engine.rest.dto.runtime
Class JobDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.runtime.JobDto
public class JobDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JobDto
public JobDto()
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.