public interface Job
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_EXCLUSIVE |
static String |
JOB_TYPE_MESSAGE |
static String |
JOB_TYPE_TIMER |
static int |
MAX_EXCEPTION_MESSAGE_LENGTH |
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 |
getJobHandlerConfiguration()
Get the job configuration.
|
String |
getJobHandlerType()
Get the job handler type.
|
String |
getJobType()
Get the job type 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.
|
boolean |
isExclusive()
Is the job exclusive?
|
static final String JOB_TYPE_TIMER
static final String JOB_TYPE_MESSAGE
static final boolean DEFAULT_EXCLUSIVE
static final int MAX_EXCEPTION_MESSAGE_LENGTH
String getId()
Date getDuedate()
String getProcessInstanceId()
String getExecutionId()
String getProcessDefinitionId()
int getRetries()
String getExceptionMessage()
ManagementService.getJobExceptionStacktrace(String)
String getTenantId()
boolean isExclusive()
String getJobType()
String getJobHandlerType()
String getJobHandlerConfiguration()
Copyright © 2017 Alfresco. All rights reserved.