| 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 |
getCreateTime()
Returns the create datetime of the job.
|
Date |
getDuedate()
Returns the date on which this job is supposed to be processed.
|
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 boolean DEFAULT_EXCLUSIVE
static final int MAX_EXCEPTION_MESSAGE_LENGTH
Date getDuedate()
String getProcessInstanceId()
String getExecutionId()
String getProcessDefinitionId()
String getScopeId()
String getSubScopeId()
String getScopeType()
String getScopeDefinitionId()
boolean isExclusive()
String getJobType()
Date getCreateTime()
Copyright © 2018 Flowable. All rights reserved.