public interface Job
| Modifier and Type | Method and Description | 
|---|---|
| Date | getCreateTime()The date/time when this job has been created | 
| String | getDeploymentId()Returns the id of the deployment in which context the job was created. | 
| Date | getDuedate()Returns the date on which this job is supposed to be processed. | 
| String | getExceptionMessage()Returns the message of the exception that occurred, the last time the job was
 executed. | 
| String | getExecutionId()Returns the specific execution on which the job was created. | 
| String | getId()Returns the unique identifier for this job. | 
| String | getJobDefinitionId()The id of the  JobDefinitionfor this job. | 
| long | getPriority()The job's priority that is a hint to job acquisition. | 
| String | getProcessDefinitionId()Returns the id of the process definition which created the job. | 
| String | getProcessDefinitionKey()Returns the key of the process definition which created the job. | 
| String | getProcessInstanceId()Returns the id of the process instance which execution created the job. | 
| int | getRetries()Returns the number of retries this job has left. | 
| String | getTenantId()The id of the tenant this job belongs to. | 
| boolean | isSuspended()Indicates whether this job is suspended. | 
String getId()
Date getDuedate()
String getProcessInstanceId()
String getProcessDefinitionId()
String getProcessDefinitionKey()
String getExecutionId()
int getRetries()
String getExceptionMessage()
ManagementService.getJobExceptionStacktrace(String)String getDeploymentId()
String getJobDefinitionId()
JobDefinition for this job.boolean isSuspended()
long getPriority()
String getTenantId()
null
 if the job belongs to no single tenant.Date getCreateTime()
Copyright © 2021. All rights reserved.