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 |
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) |
void |
setSubScopeId(String subScopeId) |
getCreateTime, getDuedate, 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 setScopeId(String scopeId)
void setSubScopeId(String subScopeId)
void setScopeType(String scopeType)
void 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 © 2018 Flowable. All rights reserved.