Package | Description |
---|---|
org.camunda.bpm.engine.impl.jobexecutor | |
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<TimerEntity> |
GetUnlockedTimersByDuedateCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
TimerDeclarationImpl.initializeConfiguration(ExecutionEntity context,
TimerEntity job) |
protected void |
TimerDeclarationImpl.postInitialize(ExecutionEntity execution,
TimerEntity timer) |
protected void |
TimerDeclarationImpl.scheduleTimer(TimerEntity timer) |
void |
TimerDeclarationImpl.updateJob(TimerEntity timer) |
Modifier and Type | Method and Description |
---|---|
List<TimerEntity> |
JobManager.findTimersByExecutionId(String executionId) |
List<TimerEntity> |
JobManager.findUnlockedTimersByDuedate(Date duedate,
Page page) |
Modifier and Type | Method and Description |
---|---|
void |
JobManager.schedule(TimerEntity timer) |
Constructor and Description |
---|
TimerEntity(TimerEntity te) |
Copyright © 2017. All rights reserved.