Class JobEntityImpl
java.lang.Object
org.activiti.engine.impl.persistence.entity.AbstractEntity
org.activiti.engine.impl.persistence.entity.AbstractJobEntityImpl
org.activiti.engine.impl.persistence.entity.JobEntityImpl
- All Implemented Interfaces:
Serializable, BulkDeleteable, HasRevision, AbstractJobEntity, Entity, JobEntity, Job
-
Field Summary
FieldsFields inherited from class AbstractJobEntityImpl
duedate, endDate, exceptionByteArrayRef, exceptionMessage, executionId, isExclusive, jobHandlerConfiguration, jobHandlerType, jobType, maxIterations, processDefinitionId, processInstanceId, repeat, retries, tenantIdFields inherited from class AbstractEntity
id, isDeleted, isInserted, isUpdated, revisionFields inherited from interface Job
DEFAULT_EXCLUSIVE, JOB_TYPE_MESSAGE, JOB_TYPE_TIMER, MAX_EXCEPTION_MESSAGE_LENGTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a representation of the object, as would be stored in the database.voidsetExecution(ExecutionEntity execution) voidsetLockExpirationTime(Date claimedUntil) voidsetLockOwner(String claimedBy) toString()Methods inherited from class AbstractJobEntityImpl
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, setTenantIdMethods inherited from class AbstractEntity
getId, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setRevision, setUpdatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AbstractJobEntity
getEndDate, getExceptionByteArrayRef, getExceptionStacktrace, getJobHandlerConfiguration, getJobHandlerType, getJobType, getMaxIterations, getRepeat, isExclusive, setDuedate, setEndDate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecutionId, setJobHandlerConfiguration, setJobHandlerType, setJobType, setMaxIterations, setProcessDefinitionId, setProcessInstanceId, setRepeat, setRetries, setTenantIdMethods inherited from interface Entity
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from interface HasRevision
getRevision, getRevisionNext, setRevisionMethods inherited from interface Job
getDuedate, getExceptionMessage, getExecutionId, getId, getProcessDefinitionId, getProcessInstanceId, getRetries, getTenantId
-
Field Details
-
lockOwner
-
lockExpirationTime
-
-
Constructor Details
-
JobEntityImpl
public JobEntityImpl()
-
-
Method Details
-
getPersistentState
Description copied from interface:EntityReturns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentStatein interfaceEntity- Overrides:
getPersistentStatein classAbstractJobEntityImpl
-
setExecution
- Specified by:
setExecutionin interfaceAbstractJobEntity- Overrides:
setExecutionin classAbstractJobEntityImpl
-
getLockOwner
- Specified by:
getLockOwnerin interfaceJobEntity
-
setLockOwner
- Specified by:
setLockOwnerin interfaceJobEntity
-
getLockExpirationTime
- Specified by:
getLockExpirationTimein interfaceJobEntity
-
setLockExpirationTime
- Specified by:
setLockExpirationTimein interfaceJobEntity
-
toString
- Overrides:
toStringin classAbstractJobEntityImpl
-