public class HistoryJobEntityImpl extends AbstractJobServiceEntity implements HistoryJobEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected JobByteArrayRef |
advancedJobHandlerConfigurationByteArrayRef |
protected Date |
createTime |
protected JobByteArrayRef |
customValuesByteArrayRef |
protected JobByteArrayRef |
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, revisionMAX_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 JobByteArrayRef customValuesByteArrayRef
protected JobByteArrayRef advancedJobHandlerConfigurationByteArrayRef
protected JobByteArrayRef exceptionByteArrayRef
protected String exceptionMessage
protected String lockOwner
protected Date lockExpirationTime
protected Date createTime
protected String scopeType
protected String tenantId
public Object getPersistentState()
getPersistentState in interface Entitypublic int getRetries()
getRetries in interface JobInfopublic void setRetries(int retries)
setRetries in interface AbstractJobEntitypublic 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 String getCustomValues()
getCustomValues in interface JobInfogetCustomValues in interface AbstractJobEntitypublic void setCustomValues(String customValues)
setCustomValues in interface AbstractJobEntitypublic JobByteArrayRef getCustomValuesByteArrayRef()
getCustomValuesByteArrayRef in interface AbstractJobEntitypublic void setCustomValuesByteArrayRef(JobByteArrayRef customValuesByteArrayRef)
setCustomValuesByteArrayRef in interface HistoryJobEntitypublic JobByteArrayRef getAdvancedJobHandlerConfigurationByteArrayRef()
getAdvancedJobHandlerConfigurationByteArrayRef in interface HistoryJobEntitypublic String getAdvancedJobHandlerConfiguration()
getAdvancedJobHandlerConfiguration in interface HistoryJobEntitypublic void setAdvancedJobHandlerConfigurationByteArrayRef(JobByteArrayRef configurationByteArrayRef)
setAdvancedJobHandlerConfigurationByteArrayRef in interface HistoryJobEntitypublic void setAdvancedJobHandlerConfiguration(String jobHandlerConfiguration)
setAdvancedJobHandlerConfiguration in interface HistoryJobEntitypublic void setAdvancedJobHandlerConfigurationBytes(byte[] bytes)
setAdvancedJobHandlerConfigurationBytes in interface HistoryJobEntitypublic void setExceptionByteArrayRef(JobByteArrayRef exceptionByteArrayRef)
setExceptionByteArrayRef in interface HistoryJobEntitypublic JobByteArrayRef getExceptionByteArrayRef()
getExceptionByteArrayRef 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 String getTenantId()
getTenantId in interface JobInfopublic void setTenantId(String tenantId)
setTenantId in interface AbstractJobEntitypublic Date getCreateTime()
getCreateTime in interface HistoryJobgetCreateTime in interface AbstractJobEntitypublic void setCreateTime(Date createTime)
setCreateTime 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()
getScopeType in interface HistoryJobpublic void setScopeType(String scopeType)
setScopeType in interface HistoryJobEntityCopyright © 2020 Flowable. All rights reserved.