Uses of Class
org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto

Packages that use JobDefinitionDto
org.camunda.bpm.engine.rest   
org.camunda.bpm.engine.rest.dto.management   
org.camunda.bpm.engine.rest.impl   
org.camunda.bpm.engine.rest.sub.management   
 

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

Methods in org.camunda.bpm.engine.rest that return types with arguments of type JobDefinitionDto
 List<JobDefinitionDto> JobDefinitionRestService.getJobDefinitions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
          Exposes the JobDefinitionQuery interface as a REST service.
 List<JobDefinitionDto> JobDefinitionRestService.queryJobDefinitions(JobDefinitionQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 

Uses of JobDefinitionDto in org.camunda.bpm.engine.rest.dto.management
 

Methods in org.camunda.bpm.engine.rest.dto.management that return JobDefinitionDto
static JobDefinitionDto JobDefinitionDto.fromJobDefinition(JobDefinition definition)
           
 

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

Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type JobDefinitionDto
 List<JobDefinitionDto> JobDefinitionRestServiceImpl.getJobDefinitions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 List<JobDefinitionDto> JobDefinitionRestServiceImpl.queryJobDefinitions(JobDefinitionQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 

Uses of JobDefinitionDto in org.camunda.bpm.engine.rest.sub.management
 

Methods in org.camunda.bpm.engine.rest.sub.management that return JobDefinitionDto
 JobDefinitionDto JobDefinitionResourceImpl.getJobDefinition()
           
 JobDefinitionDto JobDefinitionResource.getJobDefinition()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.