public class JobEntityImpl extends AbstractJobEntityImpl implements JobEntity
| Modifier and Type | Field and Description |
|---|---|
protected Date |
lockExpirationTime |
protected String |
lockOwner |
duedate, endDate, exceptionByteArrayRef, exceptionMessage, executionId, isExclusive, jobHandlerConfiguration, jobHandlerType, jobType, maxIterations, processDefinitionId, processInstanceId, repeat, retries, tenantIdid, isDeleted, isInserted, isUpdated, revisionDEFAULT_EXCLUSIVE, 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()
Returns a representation of the object, as would be stored in the database.
|
void |
setExecution(ExecutionEntity execution) |
void |
setLockExpirationTime(Date claimedUntil) |
void |
setLockOwner(String claimedBy) |
String |
toString() |
getDuedate, getEndDate, getExceptionByteArrayRef, getExceptionMessage, getExceptionStacktrace, getExecutionId, getJobHandlerConfiguration, getJobHandlerType, getJobType, getMaxIterations, getProcessDefinitionId, getProcessInstanceId, getRepeat, getRetries, getTenantId, getUtf8Bytes, isExclusive, setDuedate, setEndDate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecutionId, setJobHandlerConfiguration, setJobHandlerType, setJobType, setMaxIterations, setProcessDefinitionId, setProcessInstanceId, setRepeat, setRetries, setTenantIdgetId, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEndDate, getExceptionByteArrayRef, getExceptionStacktrace, getJobHandlerConfiguration, getJobHandlerType, getJobType, getMaxIterations, getRepeat, isExclusive, setDuedate, setEndDate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecutionId, setJobHandlerConfiguration, setJobHandlerType, setJobType, setMaxIterations, setProcessDefinitionId, setProcessInstanceId, setRepeat, setRetries, setTenantIdgetDuedate, getExceptionMessage, getExecutionId, getId, getProcessDefinitionId, getProcessInstanceId, getRetries, getTenantIdgetId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedgetRevision, getRevisionNext, setRevisionprotected String lockOwner
protected Date lockExpirationTime
public Object getPersistentState()
EntitygetPersistentState in interface EntitygetPersistentState in class AbstractJobEntityImplpublic void setExecution(ExecutionEntity execution)
setExecution in interface AbstractJobEntitysetExecution in class AbstractJobEntityImplpublic String getLockOwner()
getLockOwner in interface JobEntitypublic void setLockOwner(String claimedBy)
setLockOwner in interface JobEntitypublic Date getLockExpirationTime()
getLockExpirationTime in interface JobEntitypublic void setLockExpirationTime(Date claimedUntil)
setLockExpirationTime in interface JobEntitypublic String toString()
toString in class AbstractJobEntityImplCopyright © 2010–2018 Alfresco. All rights reserved.