public interface Job
Modifier and Type | Method and Description |
---|---|
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 |
getProcessDefinitionId()
Returns the specific process definition on which the job was created
|
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()
Get the tenant identifier for this job.
|
String getId()
Date getDuedate()
String getProcessInstanceId()
String getExecutionId()
String getProcessDefinitionId()
int getRetries()
String getExceptionMessage()
ManagementService.getJobExceptionStacktrace(String)
String getTenantId()
Copyright © 2016 Alfresco. All rights reserved.