Uses of Class
org.camunda.bpm.engine.impl.JobQueryImpl

Packages that use JobQueryImpl
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.db.entitymanager   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of JobQueryImpl in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl that return JobQueryImpl
 JobQueryImpl JobQueryImpl.executionId(String executionId)
           
 JobQueryImpl JobQueryImpl.processInstanceId(String processInstanceId)
           
 

Uses of JobQueryImpl in org.camunda.bpm.engine.impl.db.entitymanager
 

Methods in org.camunda.bpm.engine.impl.db.entitymanager that return JobQueryImpl
 JobQueryImpl DbEntityManager.createJobQuery()
           
 

Uses of JobQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type JobQueryImpl
 void AuthorizationManager.configureJobQuery(JobQueryImpl query)
           
 long JobManager.findJobCountByQueryCriteria(JobQueryImpl jobQuery)
           
 List<Job> JobManager.findJobsByQueryCriteria(JobQueryImpl jobQuery, Page page)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.