Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
-
Packages that use JobQueryDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.dto.runtime org.camunda.bpm.engine.rest.impl -
-
Uses of JobQueryDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type JobQueryDto Modifier and Type Method Description List<JobDto>
JobRestService. queryJobs(JobQueryDto queryDto, Integer firstResult, Integer maxResults)
CountResultDto
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 JobQueryDto Modifier and Type Field Description protected JobQueryDto
SetJobRetriesDto. jobQuery
Methods in org.camunda.bpm.engine.rest.dto.runtime that return JobQueryDto Modifier and Type Method Description JobQueryDto
SetJobRetriesDto. getJobQuery()
Methods in org.camunda.bpm.engine.rest.dto.runtime with parameters of type JobQueryDto Modifier and Type Method Description void
SetJobRetriesDto. setJobQuery(JobQueryDto jobQuery)
-
Uses of JobQueryDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type JobQueryDto Modifier and Type Method Description List<JobDto>
JobRestServiceImpl. queryJobs(JobQueryDto queryDto, Integer firstResult, Integer maxResults)
CountResultDto
JobRestServiceImpl. queryJobsCount(JobQueryDto queryDto)
-