public class JobEntity extends AbstractJobEntity
| Modifier and Type | Field and Description |
|---|---|
protected Date |
lockExpirationTime |
protected String |
lockOwner |
createTime, customValuesByteArrayRef, DEFAULT_EXCLUSIVE, DEFAULT_RETRIES, duedate, endDate, exceptionByteArrayRef, exceptionMessage, executionId, id, isExclusive, jobHandlerConfiguration, jobHandlerType, jobType, maxIterations, processDefinitionId, processInstanceId, repeat, retries, revision, scopeDefinitionId, scopeId, scopeType, subScopeId, tenantId| Constructor and Description |
|---|
JobEntity() |
JobEntity(AbstractJobEntity te) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
execute(CommandContext commandContext) |
Date |
getLockExpirationTime() |
String |
getLockOwner() |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
void |
insert() |
void |
setExecution(ExecutionEntity execution) |
void |
setLockExpirationTime(Date lockExpirationTime) |
void |
setLockOwner(String lockOwner) |
String |
toString() |
getCreateTime, getCustomValues, getDuedate, getEndDate, getExceptionMessage, getExceptionStacktrace, getExecutionId, getId, getJobHandlerConfiguration, getJobHandlerType, getJobType, getProcessDefinitionId, getProcessInstanceId, getRepeat, getRetries, getRevision, getRevisionNext, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getTenantId, isExclusive, setCreateTime, setCustomValues, setDuedate, setEndDate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecutionId, setId, setJobHandlerConfiguration, setJobHandlerType, setJobType, setProcessDefinitionId, setProcessInstanceId, setRepeat, setRetries, setRevision, setScopeDefinitionId, setScopeId, setScopeType, setSubScopeId, setTenantIdprotected String lockOwner
protected Date lockExpirationTime
public JobEntity()
public JobEntity(AbstractJobEntity te)
public void execute(CommandContext commandContext)
public void insert()
public void delete()
public void setExecution(ExecutionEntity execution)
setExecution in class AbstractJobEntitypublic Object getPersistentState()
PersistentObjectgetPersistentState in interface PersistentObjectgetPersistentState in class AbstractJobEntitypublic String getLockOwner()
public void setLockOwner(String lockOwner)
public Date getLockExpirationTime()
public void setLockExpirationTime(Date lockExpirationTime)
Copyright © 2018 Flowable. All rights reserved.