public interface Job
Modifier and Type | Method and Description |
---|---|
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
JobDefinition for this job. |
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.
|
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()
Copyright © 2015. All rights reserved.