Uses of Class
org.camunda.bpm.engine.impl.JobQueryImpl
Packages that use JobQueryImpl
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of JobQueryImpl in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return JobQueryImplModifier and TypeMethodDescriptionJobQueryImpl.executionId
(String executionId) JobQueryImpl.processInstanceId
(String processInstanceId) JobQueryImpl.rootProcessInstanceId
(String rootProcessInstanceId) -
Uses of JobQueryImpl in org.camunda.bpm.engine.impl.db.entitymanager
Methods in org.camunda.bpm.engine.impl.db.entitymanager that return JobQueryImpl -
Uses of JobQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type JobQueryImplModifier and TypeMethodDescriptionvoid
AuthorizationManager.configureJobQuery
(JobQueryImpl query) protected void
JobManager.configureQuery
(JobQueryImpl query) JobManager.findDeploymentIdMappingsByQueryCriteria
(JobQueryImpl jobQuery) long
JobManager.findJobCountByQueryCriteria
(JobQueryImpl jobQuery) JobManager.findJobsByQueryCriteria
(JobQueryImpl jobQuery, Page page)