public interface AbstractRuntimeJobEntity extends Job, AbstractJobEntity
DEFAULT_EXCLUSIVE, JOB_TYPE_EXTERNAL_WORKER, JOB_TYPE_MESSAGE, JOB_TYPE_TIMER, MAX_EXCEPTION_MESSAGE_LENGTH| Modifier and Type | Method and Description |
|---|---|
Date |
getEndDate() |
int |
getMaxIterations() |
String |
getRepeat() |
void |
setCategory(String category) |
void |
setCorrelationId(String correlationId) |
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 |
setSubScopeId(String subScopeId) |
getCategory, getCorrelationId, getCreateTime, getDuedate, getElementId, getElementName, getExecutionId, getJobType, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, isExclusivegetCustomValues, getExceptionMessage, getId, getJobHandlerConfiguration, getJobHandlerType, getRetries, getTenantIdgetCreateTime, getCustomValues, getCustomValuesByteArrayRef, getExceptionByteArrayRef, getExceptionMessage, getExceptionStacktrace, getJobHandlerConfiguration, getJobHandlerType, getRetries, getScopeType, getTenantId, setCustomValues, setCustomValuesByteArrayRef, setExceptionByteArrayRef, setExceptionMessage, setExceptionStacktrace, setJobHandlerConfiguration, setJobHandlerType, setRetries, setScopeType, 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 setCategory(String category)
void setJobType(String jobType)
void setElementId(String elementId)
void setElementName(String elementName)
void setScopeId(String scopeId)
void setSubScopeId(String subScopeId)
void setScopeDefinitionId(String scopeDefinitionId)
void setCorrelationId(String correlationId)
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 setCreateTime(Date createTime)
setCreateTime in interface AbstractJobEntityCopyright © 2021 Flowable. All rights reserved.