Uses of Class
org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto

Packages that use ProcessDefinitionDto
org.camunda.bpm.engine.rest   
org.camunda.bpm.engine.rest.dto.repository   
org.camunda.bpm.engine.rest.impl   
org.camunda.bpm.engine.rest.sub.repository   
org.camunda.bpm.engine.rest.sub.repository.impl   
 

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

Methods in org.camunda.bpm.engine.rest that return types with arguments of type ProcessDefinitionDto
 List<ProcessDefinitionDto> ProcessDefinitionRestService.getProcessDefinitions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
          Exposes the ProcessDefinitionQuery interface as a REST service.
 

Uses of ProcessDefinitionDto in org.camunda.bpm.engine.rest.dto.repository
 

Subclasses of ProcessDefinitionDto in org.camunda.bpm.engine.rest.dto.repository
 class StubProcessDefinitionDto
          Setters are only needed to create stub results.
 

Methods in org.camunda.bpm.engine.rest.dto.repository that return ProcessDefinitionDto
static ProcessDefinitionDto ProcessDefinitionDto.fromProcessDefinition(ProcessDefinition definition)
           
 ProcessDefinitionDto ProcessDefinitionStatisticsResultDto.getDefinition()
           
 

Methods in org.camunda.bpm.engine.rest.dto.repository with parameters of type ProcessDefinitionDto
 void ProcessDefinitionStatisticsResultDto.setDefinition(ProcessDefinitionDto definition)
           
 

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

Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type ProcessDefinitionDto
 List<ProcessDefinitionDto> ProcessDefinitionRestServiceImpl.getProcessDefinitions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 

Uses of ProcessDefinitionDto in org.camunda.bpm.engine.rest.sub.repository
 

Methods in org.camunda.bpm.engine.rest.sub.repository that return ProcessDefinitionDto
 ProcessDefinitionDto ProcessDefinitionResource.getProcessDefinition()
           
 

Uses of ProcessDefinitionDto in org.camunda.bpm.engine.rest.sub.repository.impl
 

Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return ProcessDefinitionDto
 ProcessDefinitionDto ProcessDefinitionResourceImpl.getProcessDefinition()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.