Package | Description |
---|---|
org.camunda.bpm.engine.impl.jobexecutor | |
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
TimerEntity |
TimerDeclarationImpl.createTimer(ExecutionEntity execution) |
TimerEntity |
TimerDeclarationImpl.createTimerInstance(ExecutionEntity execution) |
TimerEntity |
TimerDeclarationImpl.createTimerInstanceForParallelMultiInstance(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 |
---|---|
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 © 2015. All rights reserved.