public class TimerJobEntityImpl extends AbstractJobEntityImpl implements TimerJobEntity
| Modifier and Type | Field and Description |
|---|---|
protected Date |
lockExpirationTime |
protected String |
lockOwner |
createTime, customValuesByteArrayRef, duedate, endDate, exceptionByteArrayRef, exceptionMessage, executionId, isExclusive, jobHandlerConfiguration, jobHandlerType, jobType, maxIterations, processDefinitionId, processInstanceId, repeat, retries, scopeDefinitionId, scopeId, scopeType, subScopeId, tenantIdid, isDeleted, isInserted, isUpdated, originalPersistentState, revisionDEFAULT_EXCLUSIVE, JOB_TYPE_MESSAGE, JOB_TYPE_TIMER, MAX_EXCEPTION_MESSAGE_LENGTH| Constructor and Description |
|---|
TimerJobEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getLockExpirationTime() |
String |
getLockOwner() |
Object |
getPersistentState() |
void |
setLockExpirationTime(Date claimedUntil) |
void |
setLockOwner(String claimedBy) |
String |
toString() |
getCreateTime, getCustomValues, getCustomValuesByteArrayRef, getDuedate, getEndDate, getExceptionByteArrayRef, getExceptionMessage, getExceptionStacktrace, getExecutionId, getJobHandlerConfiguration, getJobHandlerType, getJobType, getMaxIterations, getProcessDefinitionId, getProcessInstanceId, getRepeat, getRetries, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getTenantId, isExclusive, setCreateTime, setCustomValues, setDuedate, setEndDate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecutionId, setJobHandlerConfiguration, setJobHandlerType, setJobType, setMaxIterations, setProcessDefinitionId, setProcessInstanceId, setRepeat, setRetries, setScopeDefinitionId, setScopeId, setScopeType, setSubScopeId, setTenantIdgetIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEndDate, getMaxIterations, getRepeat, setCreateTime, setDuedate, setEndDate, setExclusive, setExecutionId, setJobType, setMaxIterations, setProcessDefinitionId, setProcessInstanceId, setRepeat, setScopeDefinitionId, setScopeId, setScopeType, setSubScopeIdgetCreateTime, 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, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionprotected String lockOwner
protected Date lockExpirationTime
public Object getPersistentState()
getPersistentState in interface EntitygetPersistentState in class AbstractJobEntityImplpublic String getLockOwner()
getLockOwner in interface TimerJobEntitypublic void setLockOwner(String claimedBy)
setLockOwner in interface TimerJobEntitypublic Date getLockExpirationTime()
getLockExpirationTime in interface TimerJobEntitypublic void setLockExpirationTime(Date claimedUntil)
setLockExpirationTime in interface TimerJobEntitypublic String toString()
toString in class AbstractJobEntityImplCopyright © 2018 Flowable. All rights reserved.