Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto

Packages that use HistoricDetailDto
org.camunda.bpm.engine.rest.dto.history   
org.camunda.bpm.engine.rest.history   
org.camunda.bpm.engine.rest.impl.history   
org.camunda.bpm.engine.rest.sub.history   
org.camunda.bpm.engine.rest.sub.history.impl   
 

Uses of HistoricDetailDto in org.camunda.bpm.engine.rest.dto.history
 

Subclasses of HistoricDetailDto in org.camunda.bpm.engine.rest.dto.history
 class HistoricFormFieldDto
           
 class HistoricVariableUpdateDto
           
 

Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricDetailDto
static HistoricDetailDto HistoricDetailDto.fromHistoricDetail(HistoricDetail historicDetail)
           
 

Uses of HistoricDetailDto in org.camunda.bpm.engine.rest.history
 

Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricDetailDto
 List<HistoricDetailDto> HistoricDetailRestService.getHistoricDetails(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues)
          Exposes the HistoricActivityInstanceQuery interface as a REST service.
 

Uses of HistoricDetailDto in org.camunda.bpm.engine.rest.impl.history
 

Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricDetailDto
 List<HistoricDetailDto> HistoricDetailRestServiceImpl.getHistoricDetails(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues)
           
 

Uses of HistoricDetailDto in org.camunda.bpm.engine.rest.sub.history
 

Methods in org.camunda.bpm.engine.rest.sub.history that return HistoricDetailDto
 HistoricDetailDto HistoricDetailResource.getResource(boolean deserializeValue)
           
 

Uses of HistoricDetailDto in org.camunda.bpm.engine.rest.sub.history.impl
 

Methods in org.camunda.bpm.engine.rest.sub.history.impl that return HistoricDetailDto
protected  HistoricDetailDto HistoricDetailResourceImpl.transformToDto(HistoricDetail queryResult)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.