Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto

Packages that use JobQueryDto
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
 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
protected  JobQueryDto SetJobRetriesDto.jobQuery
           
 

Methods in org.camunda.bpm.engine.rest.dto.runtime that return JobQueryDto
 JobQueryDto SetJobRetriesDto.getJobQuery()
           
 

Methods in org.camunda.bpm.engine.rest.dto.runtime with parameters of type JobQueryDto
 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
 List<JobDto> JobRestServiceImpl.queryJobs(JobQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 CountResultDto JobRestServiceImpl.queryJobsCount(JobQueryDto queryDto)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.