| Package | Description |
|---|---|
| org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.activiti.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
TimerJobQueryImpl |
TimerJobQueryImpl.executionId(String executionId) |
TimerJobQueryImpl |
TimerJobQueryImpl.processDefinitionId(String processDefinitionId) |
TimerJobQueryImpl |
TimerJobQueryImpl.processInstanceId(String processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
long |
TimerJobEntityManager.findTimerJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) |
List<org.flowable.job.api.Job> |
TimerJobEntityManager.findTimerJobsByQueryCriteria(TimerJobQueryImpl jobQuery,
Page page) |
Copyright © 2018 Flowable. All rights reserved.