public class JobDto extends Object
| Constructor and Description |
|---|
JobDto() |
| Modifier and Type | Method and Description |
|---|---|
static JobDto |
fromJob(Job job) |
Date |
getDueDate() |
String |
getExceptionMessage() |
String |
getExecutionId() |
String |
getId() |
String |
getProcessDefinitionId() |
String |
getProcessDefinitionKey() |
String |
getProcessInstanceId() |
int |
getRetries() |
boolean |
isSuspended() |
public String getId()
public String getProcessInstanceId()
public String getExecutionId()
public String getExceptionMessage()
public int getRetries()
public Date getDueDate()
public String getProcessDefinitionId()
public String getProcessDefinitionKey()
public boolean isSuspended()
Copyright © 2015. All rights reserved.