public abstract class AbstractJobEntityImpl extends AbstractJobServiceEntity implements AbstractRuntimeJobEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
correlationId |
protected Date |
createTime |
protected ByteArrayRef |
customValuesByteArrayRef |
protected Date |
duedate |
protected String |
elementId |
protected String |
elementName |
protected Date |
endDate |
protected ByteArrayRef |
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_EXTERNAL_WORKER, 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 category
protected String jobType
protected String elementId
protected String elementName
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
protected String correlationId
protected boolean isExclusive
protected int retries
protected int maxIterations
protected String repeat
protected Date endDate
protected String jobHandlerType
protected String jobHandlerConfiguration
protected ByteArrayRef customValuesByteArrayRef
protected ByteArrayRef exceptionByteArrayRef
protected String exceptionMessage
protected String tenantId
public Object getPersistentState()
getPersistentState in interface Entitypublic Date getCreateTime()
getCreateTime in interface JobgetCreateTime in interface AbstractJobEntitypublic void setCreateTime(Date createTime)
setCreateTime in interface AbstractJobEntitysetCreateTime 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 JobInfogetRetries in interface AbstractJobEntitypublic 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 JobgetScopeType in interface AbstractJobEntitypublic void setScopeType(String scopeType)
AbstractJobEntityFor 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 AbstractJobEntityscopeType - the scope type for the jobpublic String getScopeDefinitionId()
getScopeDefinitionId in interface Jobpublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface AbstractRuntimeJobEntitypublic String getCorrelationId()
getCorrelationId in interface Jobpublic void setCorrelationId(String correlationId)
setCorrelationId in interface AbstractRuntimeJobEntitypublic String getCategory()
getCategory in interface Jobpublic void setCategory(String category)
setCategory in interface AbstractRuntimeJobEntitypublic String getJobType()
getJobType in interface Jobpublic void setJobType(String jobType)
setJobType 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 JobInfogetJobHandlerType in interface AbstractJobEntitypublic void setJobHandlerType(String jobHandlerType)
setJobHandlerType in interface AbstractJobEntitypublic String getJobHandlerConfiguration()
getJobHandlerConfiguration in interface JobInfogetJobHandlerConfiguration in interface AbstractJobEntitypublic void setJobHandlerConfiguration(String jobHandlerConfiguration)
setJobHandlerConfiguration in interface AbstractJobEntitypublic ByteArrayRef getCustomValuesByteArrayRef()
getCustomValuesByteArrayRef in interface AbstractJobEntitypublic void setCustomValuesByteArrayRef(ByteArrayRef customValuesByteArrayRef)
setCustomValuesByteArrayRef in interface AbstractJobEntitypublic String getCustomValues()
getCustomValues in interface JobInfogetCustomValues in interface AbstractJobEntitypublic void setCustomValues(String customValues)
setCustomValues in interface AbstractJobEntitypublic String getTenantId()
getTenantId in interface JobInfogetTenantId in interface AbstractJobEntitypublic 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 JobInfogetExceptionMessage in interface AbstractJobEntitypublic void setExceptionMessage(String exceptionMessage)
setExceptionMessage in interface AbstractJobEntitypublic ByteArrayRef getExceptionByteArrayRef()
getExceptionByteArrayRef in interface AbstractJobEntitypublic void setExceptionByteArrayRef(ByteArrayRef exceptionByteArrayRef)
setExceptionByteArrayRef in interface AbstractJobEntityprotected String getEngineType()
Copyright © 2021 Flowable. All rights reserved.