|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface Job
Represents one job (timer, message, etc.).
方法摘要 | |
---|---|
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 getId()
Date getDuedate()
String getProcessInstanceId()
String getExecutionId()
String getProcessDefinitionId()
int getRetries()
String getExceptionMessage()
ManagementService.getJobExceptionStacktrace(String)
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |