public class JobEntityImpl extends AbstractJobEntityImpl implements JobEntity
| Modifier and Type | Field and Description |
|---|---|
protected Date |
lockExpirationTime |
protected String |
lockOwner |
category, correlationId, createTime, customValuesByteArrayRef, duedate, elementId, elementName, 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_EXTERNAL_WORKER, JOB_TYPE_MESSAGE, JOB_TYPE_TIMER, MAX_EXCEPTION_MESSAGE_LENGTH| Constructor and Description |
|---|
JobEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getLockExpirationTime() |
String |
getLockOwner() |
Object |
getPersistentState() |
void |
setLockExpirationTime(Date claimedUntil) |
void |
setLockOwner(String claimedBy) |
String |
toString() |
getCategory, getCorrelationId, getCreateTime, getCustomValues, getCustomValuesByteArrayRef, getDuedate, getElementId, getElementName, getEndDate, getEngineType, getExceptionByteArrayRef, getExceptionMessage, getExceptionStacktrace, getExecutionId, getJobHandlerConfiguration, getJobHandlerType, getJobType, getMaxIterations, getProcessDefinitionId, getProcessInstanceId, getRepeat, getRetries, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getTenantId, isExclusive, setCategory, setCorrelationId, setCreateTime, setCustomValues, setCustomValuesByteArrayRef, setDuedate, setElementId, setElementName, setEndDate, setExceptionByteArrayRef, 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, waitgetScopeType, setScopeTypegetEndDate, getMaxIterations, getRepeat, setCategory, setCorrelationId, setCreateTime, setDuedate, setElementId, setElementName, setEndDate, setExclusive, setExecutionId, setJobType, setMaxIterations, setProcessDefinitionId, setProcessInstanceId, setRepeat, setScopeDefinitionId, setScopeId, setSubScopeIdgetCategory, getCorrelationId, getCreateTime, getDuedate, getElementId, getElementName, getExecutionId, getJobType, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, isExclusivegetCustomValues, getExceptionMessage, getId, getJobHandlerConfiguration, getJobHandlerType, getRetries, getTenantIdgetCreateTime, getCustomValues, getCustomValuesByteArrayRef, getExceptionByteArrayRef, getExceptionMessage, getExceptionStacktrace, getJobHandlerConfiguration, getJobHandlerType, getRetries, getTenantId, setCustomValues, setCustomValuesByteArrayRef, setExceptionByteArrayRef, setExceptionMessage, setExceptionStacktrace, setJobHandlerConfiguration, setJobHandlerType, setRetries, setTenantIdprotected String lockOwner
protected Date lockExpirationTime
public Object getPersistentState()
getPersistentState in interface EntitygetPersistentState in class AbstractJobEntityImplpublic 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 toString()
toString in class AbstractJobEntityImplCopyright © 2021 Flowable. All rights reserved.