public interface AbstractRuntimeJobEntity extends Job, AbstractJobEntity
DEFAULT_EXCLUSIVE, JOB_TYPE_MESSAGE, JOB_TYPE_TIMER, MAX_EXCEPTION_MESSAGE_LENGTH| Modifier and Type | Method and Description |
|---|---|
Date |
getEndDate() |
int |
getMaxIterations() |
String |
getRepeat() |
void |
setCreateTime(Date createTime) |
void |
setDuedate(Date duedate) |
void |
setElementId(String elementId) |
void |
setElementName(String elementName) |
void |
setEndDate(Date endDate) |
void |
setExclusive(boolean isExclusive) |
void |
setExecutionId(String executionId) |
void |
setJobType(String jobType) |
void |
setMaxIterations(int maxIterations) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setRepeat(String repeat) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType)
Set the scope type for the job.
|
void |
setSubScopeId(String subScopeId) |
getCreateTime, getDuedate, getElementId, getElementName, getExecutionId, getJobType, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, isExclusivegetCustomValues, getExceptionMessage, getId, getJobHandlerConfiguration, getJobHandlerType, getRetries, getTenantIdgetCreateTime, getCustomValues, getCustomValuesByteArrayRef, getExceptionByteArrayRef, getExceptionStacktrace, setCustomValues, setExceptionMessage, setExceptionStacktrace, setJobHandlerConfiguration, setJobHandlerType, setRetries, setTenantIdgetId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionvoid setExecutionId(String executionId)
void setProcessInstanceId(String processInstanceId)
void setProcessDefinitionId(String processDefinitionId)
void setElementId(String elementId)
void setElementName(String elementName)
void setScopeId(String scopeId)
void setSubScopeId(String subScopeId)
void setScopeType(String scopeType)
For example if the job should be picked up by the CMMN Job executor then it should have the same type as the CMMN job executor.
scopeType - the scope type for the jobvoid setScopeDefinitionId(String scopeDefinitionId)
void setDuedate(Date duedate)
void setExclusive(boolean isExclusive)
String getRepeat()
void setRepeat(String repeat)
Date getEndDate()
void setEndDate(Date endDate)
int getMaxIterations()
void setMaxIterations(int maxIterations)
void setJobType(String jobType)
void setCreateTime(Date createTime)
Copyright © 2020 Flowable. All rights reserved.