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