org.camunda.bpm.engine.impl.persistence.entity
Class TimerEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.JobEntity
org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
- All Implemented Interfaces:
- Serializable, DbEntity, HasDbRevision, Job
public class TimerEntity
- extends JobEntity
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
| Fields inherited from class org.camunda.bpm.engine.impl.persistence.entity.JobEntity |
activityId, DEFAULT_EXCLUSIVE, DEFAULT_RETRIES, deploymentId, duedate, exceptionByteArray, exceptionByteArrayId, exceptionMessage, execution, executionId, id, isExclusive, jobDefinition, jobDefinitionId, jobHandlerConfiguration, jobHandlerType, lockExpirationTime, lockOwner, MAX_EXCEPTION_MESSAGE_LENGTH, priority, processDefinitionId, processDefinitionKey, processInstanceId, retries, revision, sequenceCounter, suspensionState, tenantId |
| Methods inherited from class org.camunda.bpm.engine.impl.persistence.entity.JobEntity |
createFailedJobIncident, createIncidentContext, delete, delete, ensureActivityIdInitialized, ensureExceptionByteArrayInitialized, ensureExecutionInitialized, ensureJobDefinitionInitialized, equals, execute, getActivityId, getDeploymentId, getDuedate, getExceptionByteArray, getExceptionByteArrayId, getExceptionMessage, getExceptionStacktrace, getExecution, getExecutionId, getId, getJobDefinition, getJobDefinitionId, getJobHandler, getJobHandlerConfiguration, getJobHandlerConfigurationRaw, getJobHandlerType, getLockExpirationTime, getLockOwner, getPersistentState, getPriority, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRetries, getRevision, getRevisionNext, getSequenceCounter, getSuspensionState, getTenantId, hashCode, incrementSequenceCounter, init, insert, isExclusive, isInInconsistentLockState, isSuspended, postExecute, removeFailedJobIncident, resetLock, setActivityId, setDeploymentId, setDuedate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecution, setExecutionId, setId, setJobDefinition, setJobDefinitionId, setJobHandlerConfiguration, setJobHandlerConfigurationRaw, setJobHandlerType, setLockExpirationTime, setLockOwner, setPriority, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setRetries, setRetriesFromPersistence, setRevision, setSequenceCounter, setSuspensionState, setTenantId, unlock |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
repeat
protected String repeat
TimerEntity
public TimerEntity()
TimerEntity
public TimerEntity(TimerDeclarationImpl timerDeclaration)
TimerEntity
protected TimerEntity(TimerEntity te)
preExecute
protected void preExecute(CommandContext commandContext)
- Overrides:
preExecute in class JobEntity
createRepeatingFailedJobListener
protected RepeatingFailedJobListener createRepeatingFailedJobListener(CommandExecutor commandExecutor)
createNewTimerJob
public void createNewTimerJob(Date dueDate)
calculateRepeat
public Date calculateRepeat()
getRepeat
public String getRepeat()
setRepeat
public void setRepeat(String repeat)
getType
public String getType()
- Specified by:
getType in class JobEntity
toString
public String toString()
- Overrides:
toString in class JobEntity
Copyright © 2017 camunda services GmbH. All rights reserved.