|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerEntity | |
|---|---|
| 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 | |
|---|---|
TimerEntity |
TimerDeclarationImpl.createStartTimerInstance(String deploymentId)
|
TimerEntity |
TimerDeclarationImpl.createTimer(ExecutionEntity execution)
|
TimerEntity |
TimerDeclarationImpl.createTimer(String deploymentId)
|
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 | |
|---|---|
List<TimerEntity> |
GetUnlockedTimersByDuedateCmd.execute(CommandContext commandContext)
|
| Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type TimerEntity | |
|---|---|
protected void |
TimerDeclarationImpl.postInitialize(ExecutionEntity context,
TimerEntity job)
|
protected void |
TimerDeclarationImpl.scheduleTimer(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 | |
|---|---|
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 | |
|---|---|
void |
JobManager.schedule(TimerEntity timer)
|
| Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TimerEntity | |
|---|---|
TimerEntity(TimerEntity te)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||