org.camunda.bpm.engine.impl.persistence.entity
Class TimerEntity

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.entity.JobEntity
      extended by 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

Field Summary
protected  String repeat
           
 
Fields inherited from class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
DEFAULT_EXCLUSIVE, DEFAULT_RETRIES, deploymentId, duedate, exceptionByteArray, exceptionByteArrayId, exceptionMessage, executionId, id, isExclusive, jobDefinitionId, jobHandlerConfiguration, jobHandlerType, lockExpirationTime, lockOwner, MAX_EXCEPTION_MESSAGE_LENGTH, processDefinitionId, processDefinitionKey, processInstanceId, retries, revision, suspensionState
 
Constructor Summary
TimerEntity()
           
TimerEntity(TimerDeclarationImpl timerDeclaration)
           
 
Method Summary
 void execute(CommandContext commandContext)
           
 String getRepeat()
           
 void setRepeat(String repeat)
           
 String toString()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
createFailedJobIncident, delete, delete, equals, getDeploymentId, getDuedate, getExceptionByteArrayId, getExceptionMessage, getExceptionStacktrace, getExecutionId, getId, getJobDefinitionId, getJobHandlerConfiguration, getJobHandlerType, getLockExpirationTime, getLockOwner, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRetries, getRevision, getRevisionNext, getSuspensionState, hashCode, insert, isExclusive, isInInconsistentLockState, isSuspended, removeFailedJobIncident, resetLock, setDeploymentId, setDuedate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecution, setExecutionId, setId, setJobDefinitionId, setJobHandlerConfiguration, setJobHandlerType, setLockExpirationTime, setLockOwner, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setRetries, setRetriesFromPersistence, setRevision, setSuspensionState
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

repeat

protected String repeat
Constructor Detail

TimerEntity

public TimerEntity()

TimerEntity

public TimerEntity(TimerDeclarationImpl timerDeclaration)
Method Detail

execute

public void execute(CommandContext commandContext)
Overrides:
execute in class JobEntity

getRepeat

public String getRepeat()

setRepeat

public void setRepeat(String repeat)

toString

public String toString()
Overrides:
toString in class JobEntity


Copyright © 2014 camunda services GmbH. All rights reserved.