public abstract class AbstractJobEntityImpl extends AbstractJobServiceEntity implements AbstractRuntimeJobEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Date |
createTime |
protected JobByteArrayRef |
customValuesByteArrayRef |
protected Date |
duedate |
protected String |
elementId |
protected String |
elementName |
protected Date |
endDate |
protected JobByteArrayRef |
exceptionByteArrayRef |
protected String |
exceptionMessage |
protected String |
executionId |
protected boolean |
isExclusive |
protected String |
jobHandlerConfiguration |
protected String |
jobHandlerType |
protected String |
jobType |
protected int |
maxIterations |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
repeat |
protected int |
retries |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
tenantId |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revisionDEFAULT_EXCLUSIVE, JOB_TYPE_MESSAGE, JOB_TYPE_TIMER, MAX_EXCEPTION_MESSAGE_LENGTH| Constructor and Description |
|---|
AbstractJobEntityImpl() |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionprotected Date createTime
protected Date duedate
protected String executionId
protected String processInstanceId
protected String processDefinitionId
protected String elementId
protected String elementName
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
protected boolean isExclusive
protected int retries
protected int maxIterations
protected String repeat
protected Date endDate
protected String jobHandlerType
protected String jobHandlerConfiguration
protected JobByteArrayRef customValuesByteArrayRef
protected JobByteArrayRef exceptionByteArrayRef
protected String exceptionMessage
protected String tenantId
protected String jobType
public Object getPersistentState()
getPersistentState in interface Entitypublic Date getCreateTime()
getCreateTime in interface JobgetCreateTime in interface AbstractJobEntitypublic void setCreateTime(Date createTime)
setCreateTime in interface AbstractRuntimeJobEntitypublic Date getDuedate()
getDuedate in interface Jobpublic void setDuedate(Date duedate)
setDuedate in interface AbstractRuntimeJobEntitypublic String getExecutionId()
getExecutionId in interface Jobpublic void setExecutionId(String executionId)
setExecutionId in interface AbstractRuntimeJobEntitypublic int getRetries()
getRetries in interface JobInfopublic void setRetries(int retries)
setRetries in interface AbstractJobEntitypublic String getProcessInstanceId()
getProcessInstanceId in interface Jobpublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface AbstractRuntimeJobEntitypublic boolean isExclusive()
isExclusive in interface Jobpublic void setExclusive(boolean isExclusive)
setExclusive in interface AbstractRuntimeJobEntitypublic String getProcessDefinitionId()
getProcessDefinitionId in interface Jobpublic void setProcessDefinitionId(String processDefinitionId)
setProcessDefinitionId in interface AbstractRuntimeJobEntitypublic String getElementId()
getElementId in interface Jobpublic void setElementId(String elementId)
setElementId in interface AbstractRuntimeJobEntitypublic String getElementName()
getElementName in interface Jobpublic void setElementName(String elementName)
setElementName in interface AbstractRuntimeJobEntitypublic String getScopeId()
getScopeId in interface Jobpublic void setScopeId(String scopeId)
setScopeId in interface AbstractRuntimeJobEntitypublic String getSubScopeId()
getSubScopeId in interface Jobpublic void setSubScopeId(String subScopeId)
setSubScopeId in interface AbstractRuntimeJobEntitypublic String getScopeType()
getScopeType in interface Jobpublic void setScopeType(String scopeType)
AbstractRuntimeJobEntityFor 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.
setScopeType in interface AbstractRuntimeJobEntityscopeType - the scope type for the jobpublic String getScopeDefinitionId()
getScopeDefinitionId in interface Jobpublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface AbstractRuntimeJobEntitypublic String getRepeat()
getRepeat in interface AbstractRuntimeJobEntitypublic void setRepeat(String repeat)
setRepeat in interface AbstractRuntimeJobEntitypublic Date getEndDate()
getEndDate in interface AbstractRuntimeJobEntitypublic void setEndDate(Date endDate)
setEndDate in interface AbstractRuntimeJobEntitypublic int getMaxIterations()
getMaxIterations in interface AbstractRuntimeJobEntitypublic void setMaxIterations(int maxIterations)
setMaxIterations in interface AbstractRuntimeJobEntitypublic String getJobHandlerType()
getJobHandlerType in interface JobInfopublic void setJobHandlerType(String jobHandlerType)
setJobHandlerType in interface AbstractJobEntitypublic String getJobHandlerConfiguration()
getJobHandlerConfiguration in interface JobInfopublic void setJobHandlerConfiguration(String jobHandlerConfiguration)
setJobHandlerConfiguration in interface AbstractJobEntitypublic JobByteArrayRef getCustomValuesByteArrayRef()
getCustomValuesByteArrayRef in interface AbstractJobEntitypublic String getCustomValues()
getCustomValues in interface JobInfogetCustomValues in interface AbstractJobEntitypublic void setCustomValues(String customValues)
setCustomValues in interface AbstractJobEntitypublic String getJobType()
getJobType in interface Jobpublic void setJobType(String jobType)
setJobType in interface AbstractRuntimeJobEntitypublic String getTenantId()
getTenantId in interface JobInfopublic void setTenantId(String tenantId)
setTenantId in interface AbstractJobEntitypublic String getExceptionStacktrace()
getExceptionStacktrace in interface AbstractJobEntitypublic void setExceptionStacktrace(String exception)
setExceptionStacktrace in interface AbstractJobEntitypublic String getExceptionMessage()
getExceptionMessage in interface JobInfopublic void setExceptionMessage(String exceptionMessage)
setExceptionMessage in interface AbstractJobEntitypublic JobByteArrayRef getExceptionByteArrayRef()
getExceptionByteArrayRef in interface AbstractJobEntityCopyright © 2020 Flowable. All rights reserved.