Uses of Class
org.camunda.bpm.engine.impl.JobQueryImpl
-
Packages that use JobQueryImpl 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.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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
AuthorizationManager. configureJobQuery(JobQueryImpl query)
protected void
JobManager. configureQuery(JobQueryImpl query)
List<ImmutablePair<String,String>>
JobManager. findDeploymentIdMappingsByQueryCriteria(JobQueryImpl jobQuery)
long
JobManager. findJobCountByQueryCriteria(JobQueryImpl jobQuery)
List<Job>
JobManager. findJobsByQueryCriteria(JobQueryImpl jobQuery, Page page)
-