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 TimerEntityTimerDeclarationImpl. createStartTimerInstance(java.lang.String deploymentId)TimerEntityTimerDeclarationImpl. createTimer(java.lang.String deploymentId)TimerEntityTimerDeclarationImpl. createTimer(ExecutionEntity execution)TimerEntityTimerDeclarationImpl. createTimerInstance(ExecutionEntity execution)protected TimerEntityTimerDeclarationImpl. newJobInstance(ExecutionEntity execution)Methods in org.camunda.bpm.engine.impl.jobexecutor that return types with arguments of type TimerEntity Modifier and Type Method Description java.util.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 voidTimerDeclarationImpl. initializeConfiguration(ExecutionEntity context, TimerEntity job)protected voidTimerDeclarationImpl. postInitialize(ExecutionEntity execution, TimerEntity timer)java.lang.StringTimerDeclarationImpl. resolveAndSetDuedate(ExecutionEntity context, TimerEntity job, boolean creationDateBased)protected voidTimerDeclarationImpl. scheduleTimer(TimerEntity timer)voidTimerDeclarationImpl. 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 java.util.List<TimerEntity>JobManager. findTimersByExecutionId(java.lang.String executionId)java.util.List<TimerEntity>JobManager. findUnlockedTimersByDuedate(java.util.Date duedate, Page page)Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TimerEntity Modifier and Type Method Description voidJobManager. schedule(TimerEntity timer)Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TimerEntity Constructor Description TimerEntity(TimerEntity te)
-