Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
Packages that use JobQueryDto
Package
Description
-
Uses of JobQueryDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type JobQueryDtoModifier and TypeMethodDescriptionJobRestService.queryJobs
(JobQueryDto queryDto, Integer firstResult, Integer maxResults) JobRestService.queryJobsCount
(JobQueryDto queryDto) -
Uses of JobQueryDto in org.camunda.bpm.engine.rest.dto.runtime
Fields in org.camunda.bpm.engine.rest.dto.runtime declared as JobQueryDtoMethods in org.camunda.bpm.engine.rest.dto.runtime that return JobQueryDtoMethods in org.camunda.bpm.engine.rest.dto.runtime with parameters of type JobQueryDto -
Uses of JobQueryDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type JobQueryDtoModifier and TypeMethodDescriptionJobRestServiceImpl.queryJobs
(JobQueryDto queryDto, Integer firstResult, Integer maxResults) JobRestServiceImpl.queryJobsCount
(JobQueryDto queryDto)