| 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<TimerJobEntity> timers) |
| Modifier and Type | Method and Description |
|---|---|
TimerJobEntity |
TimerDeclarationImpl.prepareTimerEntity(ExecutionEntity executionEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<TimerJobEntity> |
GetUnlockedTimersByDuedateCmd.execute(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected List<TimerJobEntity> |
ExecutionEntity.timerJobs |
| Modifier and Type | Method and Description |
|---|---|
TimerJobEntity |
TimerJobEntityManager.findJobById(String jobId) |
| Modifier and Type | Method and Description |
|---|---|
List<TimerJobEntity> |
TimerJobEntityManager.findTimerJobsByExecutionId(String executionId) |
List<TimerJobEntity> |
TimerJobEntityManager.findTimerJobsByLockOwner(String lockOwner,
int start,
int maxNrOfJobs) |
List<TimerJobEntity> |
TimerJobEntityManager.findTimerJobsByProcessInstanceId(String processInstanceId) |
List<TimerJobEntity> |
TimerJobEntityManager.findTimersByDuedate(Date duedate,
Page page) |
List<TimerJobEntity> |
TimerJobEntityManager.findTimersByExecutionId(String executionId) |
List<TimerJobEntity> |
JobEntityManager.findTimersByExecutionId(String executionId) |
List<TimerJobEntity> |
JobEntityManager.findUnlockedTimersByDuedate(Date duedate,
Page page) |
List<TimerJobEntity> |
ExecutionEntity.getTimerJobs() |
protected List<TimerJobEntity> |
ExecutionEntity.getTimerJobsInternal() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionEntity.addTimerJob(TimerJobEntity jobEntity) |
void |
ExecutionEntity.removeTimerJob(TimerJobEntity job) |
void |
JobEntityManager.schedule(TimerJobEntity timer) |
Copyright © 2018 Flowable. All rights reserved.