public class HistoryJobEntityImpl extends AbstractJobServiceEntity implements HistoryJobEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayRef |
advancedJobHandlerConfigurationByteArrayRef |
protected Date |
createTime |
protected ByteArrayRef |
customValuesByteArrayRef |
protected ByteArrayRef |
exceptionByteArrayRef |
protected String |
exceptionMessage |
protected String |
jobHandlerConfiguration |
protected String |
jobHandlerType |
protected Date |
lockExpirationTime |
protected String |
lockOwner |
protected int |
retries |
protected String |
scopeType |
protected String |
tenantId |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revisionHISTORY_JOB_TYPEMAX_EXCEPTION_MESSAGE_LENGTH| Constructor and Description |
|---|
HistoryJobEntityImpl() |
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 int retries
protected String jobHandlerType
protected String jobHandlerConfiguration
protected ByteArrayRef customValuesByteArrayRef
protected ByteArrayRef advancedJobHandlerConfigurationByteArrayRef
protected ByteArrayRef exceptionByteArrayRef
protected String exceptionMessage
protected String lockOwner
protected Date lockExpirationTime
protected Date createTime
protected String scopeType
protected String tenantId
public Object getPersistentState()
EntitygetPersistentState in interface Entitypublic int getRetries()
JobInfogetRetries in interface JobInfogetRetries in interface AbstractJobEntitypublic void setRetries(int retries)
setRetries in interface AbstractJobEntitypublic String getJobHandlerType()
JobInfogetJobHandlerType in interface JobInfogetJobHandlerType in interface AbstractJobEntitypublic void setJobHandlerType(String jobHandlerType)
setJobHandlerType in interface AbstractJobEntitypublic String getJobHandlerConfiguration()
JobInfogetJobHandlerConfiguration in interface JobInfogetJobHandlerConfiguration in interface AbstractJobEntitypublic void setJobHandlerConfiguration(String jobHandlerConfiguration)
setJobHandlerConfiguration in interface AbstractJobEntitypublic String getCustomValues()
JobInfogetCustomValues in interface JobInfogetCustomValues in interface AbstractJobEntitypublic void setCustomValues(String customValues)
setCustomValues in interface AbstractJobEntitypublic ByteArrayRef getCustomValuesByteArrayRef()
getCustomValuesByteArrayRef in interface AbstractJobEntitypublic void setCustomValuesByteArrayRef(ByteArrayRef customValuesByteArrayRef)
setCustomValuesByteArrayRef in interface AbstractJobEntitypublic ByteArrayRef getAdvancedJobHandlerConfigurationByteArrayRef()
getAdvancedJobHandlerConfigurationByteArrayRef in interface HistoryJobEntitypublic String getAdvancedJobHandlerConfiguration()
getAdvancedJobHandlerConfiguration in interface HistoryJobEntitypublic void setAdvancedJobHandlerConfigurationByteArrayRef(ByteArrayRef configurationByteArrayRef)
setAdvancedJobHandlerConfigurationByteArrayRef in interface HistoryJobEntitypublic void setAdvancedJobHandlerConfiguration(String jobHandlerConfiguration)
setAdvancedJobHandlerConfiguration in interface HistoryJobEntitypublic void setAdvancedJobHandlerConfigurationBytes(byte[] bytes)
setAdvancedJobHandlerConfigurationBytes in interface HistoryJobEntitypublic void setExceptionByteArrayRef(ByteArrayRef exceptionByteArrayRef)
setExceptionByteArrayRef in interface AbstractJobEntitypublic ByteArrayRef getExceptionByteArrayRef()
getExceptionByteArrayRef in interface AbstractJobEntitypublic String getExceptionStacktrace()
getExceptionStacktrace in interface AbstractJobEntitypublic void setExceptionStacktrace(String exception)
setExceptionStacktrace in interface AbstractJobEntitypublic String getExceptionMessage()
JobInfogetExceptionMessage in interface JobInfogetExceptionMessage in interface AbstractJobEntitypublic void setExceptionMessage(String exceptionMessage)
setExceptionMessage in interface AbstractJobEntitypublic String getTenantId()
JobInfogetTenantId in interface JobInfogetTenantId in interface AbstractJobEntitypublic void setTenantId(String tenantId)
setTenantId in interface AbstractJobEntitypublic Date getCreateTime()
HistoryJobgetCreateTime in interface HistoryJobgetCreateTime in interface AbstractJobEntitypublic void setCreateTime(Date createTime)
setCreateTime in interface AbstractJobEntitysetCreateTime in interface HistoryJobEntitypublic String getLockOwner()
getLockOwner in interface JobInfoEntitypublic void setLockOwner(String claimedBy)
setLockOwner in interface JobInfoEntitypublic Date getLockExpirationTime()
getLockExpirationTime in interface JobInfoEntitypublic void setLockExpirationTime(Date claimedUntil)
setLockExpirationTime in interface JobInfoEntitypublic String getScopeType()
HistoryJobgetScopeType in interface HistoryJobgetScopeType in interface AbstractJobEntitygetScopeType in interface JobInfoEntitypublic void setScopeType(String scopeType)
JobInfoEntityFor 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 AbstractJobEntitysetScopeType in interface JobInfoEntityscopeType - the scope type for the jobprotected String getJobByteArrayRefAsString(ByteArrayRef jobByteArrayRef)
protected String getEngineType()
Copyright © 2023 Flowable. All rights reserved.