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

Packages that use JobDto
org.camunda.bpm.engine.rest   
org.camunda.bpm.engine.rest.dto.runtime   
org.camunda.bpm.engine.rest.impl   
org.camunda.bpm.engine.rest.sub.runtime   
org.camunda.bpm.engine.rest.sub.runtime.impl   
 

Uses of JobDto in org.camunda.bpm.engine.rest
 

Methods in org.camunda.bpm.engine.rest that return types with arguments of type JobDto
 List<JobDto> JobRestService.getJobs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 List<JobDto> JobRestService.queryJobs(JobQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 

Uses of JobDto in org.camunda.bpm.engine.rest.dto.runtime
 

Methods in org.camunda.bpm.engine.rest.dto.runtime that return JobDto
static JobDto JobDto.fromJob(Job job)
           
 

Uses of JobDto in org.camunda.bpm.engine.rest.impl
 

Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type JobDto
 List<JobDto> JobRestServiceImpl.getJobs(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 List<JobDto> JobRestServiceImpl.queryJobs(JobQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 

Uses of JobDto in org.camunda.bpm.engine.rest.sub.runtime
 

Methods in org.camunda.bpm.engine.rest.sub.runtime that return JobDto
 JobDto JobResource.getJob()
           
 

Uses of JobDto in org.camunda.bpm.engine.rest.sub.runtime.impl
 

Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return JobDto
 JobDto JobResourceImpl.getJob()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.