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   
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
 

Methods in org.camunda.bpm.engine.impl.db that return JobQueryImpl
 JobQueryImpl DbSqlSession.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
 long JobManager.findJobCountByQueryCriteria(JobQueryImpl jobQuery)
           
 List<Job> JobManager.findJobsByQueryCriteria(JobQueryImpl jobQuery, Page page)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.