Package | Description |
---|---|
org.camunda.bpm.engine.rest.history | |
org.camunda.bpm.engine.rest.impl.history |
Modifier and Type | Method and Description |
---|---|
List<HistoricDetailDto> |
HistoricDetailRestService.queryHistoricDetails(HistoricDetailQueryDto queryDto,
Integer firstResult,
Integer maxResults,
boolean deserializeObjectValues)
Exposes the
HistoricActivityInstanceQuery interface as a REST
service with additional query parameters (compared to the GET alternative). |
Modifier and Type | Method and Description |
---|---|
List<HistoricDetailDto> |
HistoricDetailRestServiceImpl.queryHistoricDetails(HistoricDetailQueryDto queryDto,
Integer firstResult,
Integer maxResults,
boolean deserializeObjectValues) |
Copyright © 2022. All rights reserved.