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

Packages that use CaseExecutionDto
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 CaseExecutionDto in org.camunda.bpm.engine.rest
 

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

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

Methods in org.camunda.bpm.engine.rest.dto.runtime that return CaseExecutionDto
static CaseExecutionDto CaseExecutionDto.fromCaseExecution(CaseExecution caseExecution)
           
 

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

Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type CaseExecutionDto
 List<CaseExecutionDto> CaseExecutionRestServiceImpl.getCaseExecutions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 List<CaseExecutionDto> CaseExecutionRestServiceImpl.queryCaseExecutions(CaseExecutionQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 

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

Methods in org.camunda.bpm.engine.rest.sub.runtime that return CaseExecutionDto
 CaseExecutionDto CaseExecutionResource.getCaseExecution()
           
 

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

Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return CaseExecutionDto
 CaseExecutionDto CaseExecutionResourceImpl.getCaseExecution()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.