Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
-
Packages that use TimerEntity Package Description org.camunda.bpm.engine.impl.jobexecutor org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of TimerEntity in org.camunda.bpm.engine.impl.jobexecutor
Methods in org.camunda.bpm.engine.impl.jobexecutor that return TimerEntity Modifier and Type Method Description TimerEntity
TimerDeclarationImpl. createStartTimerInstance(String deploymentId)
TimerEntity
TimerDeclarationImpl. createTimer(String deploymentId)
TimerEntity
TimerDeclarationImpl. createTimer(ExecutionEntity execution)
TimerEntity
TimerDeclarationImpl. createTimerInstance(ExecutionEntity execution)
protected TimerEntity
TimerDeclarationImpl. newJobInstance(ExecutionEntity execution)
Methods in org.camunda.bpm.engine.impl.jobexecutor that return types with arguments of type TimerEntity Modifier and Type Method Description List<TimerEntity>
GetUnlockedTimersByDuedateCmd. execute(CommandContext commandContext)
Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type TimerEntity Modifier and Type Method Description protected void
TimerDeclarationImpl. initializeConfiguration(ExecutionEntity context, TimerEntity job)
protected void
TimerDeclarationImpl. postInitialize(ExecutionEntity execution, TimerEntity timer)
String
TimerDeclarationImpl. resolveAndSetDuedate(ExecutionEntity context, TimerEntity job, boolean creationDateBased)
protected void
TimerDeclarationImpl. scheduleTimer(TimerEntity timer)
void
TimerDeclarationImpl. updateJob(TimerEntity timer)
-
Uses of TimerEntity in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type TimerEntity Modifier and Type Method Description List<TimerEntity>
JobManager. findTimersByExecutionId(String executionId)
List<TimerEntity>
JobManager. findUnlockedTimersByDuedate(Date duedate, Page page)
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TimerEntity Modifier and Type Method Description void
JobManager. schedule(TimerEntity timer)
Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TimerEntity Constructor Description TimerEntity(TimerEntity te)
-