public class TimerEntity extends JobEntity
Modifier and Type | Field and Description |
---|---|
protected String |
repeat |
static String |
TYPE |
activityId, DEFAULT_EXCLUSIVE, DEFAULT_RETRIES, deploymentId, duedate, exceptionByteArray, exceptionByteArrayId, exceptionMessage, executing, execution, executionId, id, isExclusive, jobDefinition, jobDefinitionId, jobHandlerConfiguration, jobHandlerType, lockExpirationTime, lockOwner, MAX_EXCEPTION_MESSAGE_LENGTH, processDefinitionId, processDefinitionKey, processInstanceId, retries, revision, sequenceCounter, suspensionState
Modifier | Constructor and Description |
---|---|
|
TimerEntity() |
|
TimerEntity(TimerDeclarationImpl timerDeclaration) |
protected |
TimerEntity(TimerEntity te) |
Modifier and Type | Method and Description |
---|---|
Date |
calculateRepeat() |
void |
createNewTimerJob(Date dueDate) |
protected RepeatingFailedJobListener |
createRepeatingFailedJobListener(CommandExecutor commandExecutor) |
String |
getRepeat() |
String |
getType() |
protected void |
preExecute(CommandContext commandContext) |
void |
setRepeat(String repeat) |
String |
toString() |
createFailedJobIncident, delete, delete, ensureActivityIdInitialized, ensureExceptionByteArrayInitialized, ensureExecutionInitialized, ensureJobDefinitionInitialized, equals, execute, getActivityId, getDeploymentId, getDuedate, getExceptionByteArray, getExceptionByteArrayId, getExceptionMessage, getExceptionStacktrace, getExecution, getExecutionId, getId, getJobDefinition, getJobDefinitionId, getJobHandler, getJobHandlerConfiguration, getJobHandlerType, getLockExpirationTime, getLockOwner, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRetries, getRevision, getRevisionNext, getSequenceCounter, getSuspensionState, hashCode, incrementSequenceCounter, insert, isExclusive, isExecuting, isInInconsistentLockState, isSuspended, postExecute, removeFailedJobIncident, resetLock, setActivityId, setDeploymentId, setDuedate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecuting, setExecution, setExecutionId, setId, setJobDefinitionId, setJobHandlerConfiguration, setJobHandlerType, setLockExpirationTime, setLockOwner, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setRetries, setRetriesFromPersistence, setRevision, setSequenceCounter, setSuspensionState
public static final String TYPE
protected String repeat
public TimerEntity()
public TimerEntity(TimerDeclarationImpl timerDeclaration)
protected TimerEntity(TimerEntity te)
protected void preExecute(CommandContext commandContext)
preExecute
in class JobEntity
protected RepeatingFailedJobListener createRepeatingFailedJobListener(CommandExecutor commandExecutor)
public void createNewTimerJob(Date dueDate)
public Date calculateRepeat()
public String getRepeat()
public void setRepeat(String repeat)
Copyright © 2018. All rights reserved.