Package | Description |
---|---|
org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.activiti.engine.impl.db | |
org.activiti.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
JobQueryImpl |
JobQueryImpl.executionId(String executionId) |
JobQueryImpl |
JobQueryImpl.processDefinitionId(String processDefinitionId) |
JobQueryImpl |
JobQueryImpl.processInstanceId(String processInstanceId) |
Modifier and Type | Method and Description |
---|---|
JobQueryImpl |
DbSqlSession.createJobQuery() |
Modifier and Type | Method and Description |
---|---|
long |
JobEntityManager.findJobCountByQueryCriteria(JobQueryImpl jobQuery) |
List<Job> |
JobEntityManager.findJobsByQueryCriteria(JobQueryImpl jobQuery,
Page page) |
Copyright © 2016 Alfresco. All rights reserved.