| 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 |
DeadLetterJobEntityManagerImpl.findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
long |
DeadLetterJobEntityManager.findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery)
Same as
DeadLetterJobEntityManager.findJobsByQueryCriteria(DeadLetterJobQueryImpl, Page), but only returns a count
and not the instances itself. |
List<Job> |
DeadLetterJobEntityManagerImpl.findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery,
Page page) |
List<Job> |
DeadLetterJobEntityManager.findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery,
Page page)
Executes a
JobQueryImpl and returns the matching DeadLetterJobEntity instances. |
| Modifier and Type | Method and Description |
|---|---|
long |
DeadLetterJobDataManager.findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
List<Job> |
DeadLetterJobDataManager.findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
long |
MybatisDeadLetterJobDataManager.findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery) |
List<Job> |
MybatisDeadLetterJobDataManager.findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery,
Page page) |
Copyright © 2016 Alfresco. All rights reserved.