public interface Job extends JobInfo
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_EXCLUSIVE |
static String |
JOB_TYPE_EXTERNAL_WORKER |
static String |
JOB_TYPE_MESSAGE |
static String |
JOB_TYPE_TIMER |
static int |
MAX_EXCEPTION_MESSAGE_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Get the category for this job.
|
String |
getCorrelationId()
Returns the correlation id of a job.
|
Date |
getCreateTime()
Returns the create datetime of the job.
|
Date |
getDuedate()
Returns the date on which this job is supposed to be processed.
|
String |
getElementId()
Reference to an element identifier or null if none is set.
|
String |
getElementName()
Reference to an element name or null if none is set.
|
String |
getExecutionId()
Returns the specific execution on which the job was created.
|
String |
getJobType()
Get the job type for this job.
|
String |
getProcessDefinitionId()
Returns the specific process definition on which the job was created
|
String |
getProcessInstanceId()
x
Returns the id of the process instance which execution created the job.
|
String |
getScopeDefinitionId()
Reference to a scope definition identifier or null if none is set.
|
String |
getScopeId()
Reference to a scope identifier or null if none is set.
|
String |
getScopeType()
Reference to a scope type or null if none is set.
|
String |
getSubScopeId()
Reference to a sub scope identifier or null if none is set.
|
boolean |
isExclusive()
Is the job exclusive?
|
getCustomValues, getExceptionMessage, getId, getJobHandlerConfiguration, getJobHandlerType, getRetries, getTenantIdstatic final String JOB_TYPE_TIMER
static final String JOB_TYPE_MESSAGE
static final String JOB_TYPE_EXTERNAL_WORKER
static final boolean DEFAULT_EXCLUSIVE
static final int MAX_EXCEPTION_MESSAGE_LENGTH
String getCorrelationId()
Date getDuedate()
String getProcessInstanceId()
String getExecutionId()
String getProcessDefinitionId()
String getCategory()
String getJobType()
String getElementId()
String getElementName()
String getScopeId()
String getSubScopeId()
String getScopeType()
String getScopeDefinitionId()
boolean isExclusive()
Date getCreateTime()
Copyright © 2021 Flowable. All rights reserved.