| Package | Description |
|---|---|
| org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.activiti.engine.impl.persistence.entity | |
| org.activiti.engine.impl.persistence.entity.data | |
| org.activiti.engine.impl.persistence.entity.data.impl |
| Modifier and Type | Method and Description |
|---|---|
long |
TimerJobEntityManagerImpl.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) |
long |
TimerJobEntityManager.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery)
Same as
TimerJobEntityManager.findJobsByQueryCriteria(TimerJobQueryImpl, Page), but only returns a count
and not the instances itself. |
List<Job> |
TimerJobEntityManagerImpl.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery,
Page page) |
List<Job> |
TimerJobEntityManager.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery,
Page page)
Executes a
JobQueryImpl and returns the matching TimerJobEntity instances. |
| Modifier and Type | Method and Description |
|---|---|
long |
TimerJobDataManager.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) |
List<Job> |
TimerJobDataManager.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
long |
MybatisTimerJobDataManager.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) |
List<Job> |
MybatisTimerJobDataManager.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery,
Page page) |
Copyright © 2016 Alfresco. All rights reserved.