| 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 |
SuspendedJobEntityManager.findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery)
Same as
SuspendedJobEntityManager.findJobsByQueryCriteria(SuspendedJobQueryImpl, Page), but only returns a count
and not the instances itself. |
long |
SuspendedJobEntityManagerImpl.findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery) |
List<Job> |
SuspendedJobEntityManager.findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery,
Page page)
Executes a
JobQueryImpl and returns the matching SuspendedJobEntity instances. |
List<Job> |
SuspendedJobEntityManagerImpl.findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
long |
SuspendedJobDataManager.findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery) |
List<Job> |
SuspendedJobDataManager.findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
long |
MybatisSuspendedJobDataManager.findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery) |
List<Job> |
MybatisSuspendedJobDataManager.findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery,
Page page) |
Copyright © 2010–2018 Alfresco. All rights reserved.