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

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

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

Methods in org.camunda.bpm.engine.rest that return types with arguments of type CaseInstanceDto
 List<CaseInstanceDto> CaseInstanceRestService.getCaseInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
          Exposes the CaseInstanceQuery interface as a REST service.
 List<CaseInstanceDto> CaseInstanceRestService.queryCaseInstances(CaseInstanceQueryDto query, Integer firstResult, Integer maxResults)
          Expects the same parameters as CaseInstanceRestService.getCaseInstances(UriInfo, Integer, Integer) (as a JSON message body) and allows for any number of variable checks.
 

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

Methods in org.camunda.bpm.engine.rest.dto.runtime that return CaseInstanceDto
static CaseInstanceDto CaseInstanceDto.fromCaseInstance(CaseInstance instance)
           
 

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

Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type CaseInstanceDto
 List<CaseInstanceDto> CaseInstanceRestServiceImpl.getCaseInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 List<CaseInstanceDto> CaseInstanceRestServiceImpl.queryCaseInstances(CaseInstanceQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 

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

Methods in org.camunda.bpm.engine.rest.sub.repository that return CaseInstanceDto
 CaseInstanceDto CaseDefinitionResource.createCaseInstance(javax.ws.rs.core.UriInfo context, CreateCaseInstanceDto parameters)
           
 

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

Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return CaseInstanceDto
 CaseInstanceDto CaseDefinitionResourceImpl.createCaseInstance(javax.ws.rs.core.UriInfo context, CreateCaseInstanceDto parameters)
           
 

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

Methods in org.camunda.bpm.engine.rest.sub.runtime that return CaseInstanceDto
 CaseInstanceDto CaseInstanceResource.getCaseInstance()
           
 

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

Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return CaseInstanceDto
 CaseInstanceDto CaseInstanceResourceImpl.getCaseInstance()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.