| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.deployer | |
| org.activiti.engine.impl.jobexecutor | |
| org.activiti.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BpmnDeployer.addTimerDeclarations(ProcessDefinitionEntity processDefinition,
List<TimerEntity> timers) |
protected void |
BpmnDeployer.scheduleTimers(List<TimerEntity> timers) |
| Modifier and Type | Method and Description |
|---|---|
TimerEntity |
TimerDeclarationImpl.prepareTimerEntity(ExecutionEntity executionEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<TimerEntity> |
GetUnlockedTimersByDuedateCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
List<TimerEntity> |
JobEntityManager.findTimersByExecutionId(String executionId) |
List<TimerEntity> |
JobEntityManager.findUnlockedTimersByDuedate(Date duedate,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobEntityManager.schedule(TimerEntity timer) |
Copyright © 2016 Alfresco. All rights reserved.