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 |
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 getId()
Date getDuedate()
String getProcessInstanceId()
String getExecutionId()
int getRetries()
String getExceptionMessage()
ManagementService.getJobExceptionStacktrace(String)
String getDeploymentId()
Copyright © 2015. All rights reserved.