Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
-
-
Uses of HistoricCaseInstanceDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricCaseInstanceDto Modifier and Type Method Description static HistoricCaseInstanceDtoHistoricCaseInstanceDto. fromHistoricCaseInstance(org.camunda.bpm.engine.history.HistoricCaseInstance historicCaseInstance) -
Uses of HistoricCaseInstanceDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricCaseInstanceDto Modifier and Type Method Description List<HistoricCaseInstanceDto>HistoricCaseInstanceRestService. getHistoricCaseInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)Exposes theHistoricCaseInstanceQueryinterface as a REST service.List<HistoricCaseInstanceDto>HistoricCaseInstanceRestService. queryHistoricCaseInstances(HistoricCaseInstanceQueryDto query, Integer firstResult, Integer maxResults) -
Uses of HistoricCaseInstanceDto in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricCaseInstanceDto Modifier and Type Method Description List<HistoricCaseInstanceDto>HistoricCaseInstanceRestServiceImpl. getHistoricCaseInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)List<HistoricCaseInstanceDto>HistoricCaseInstanceRestServiceImpl. queryHistoricCaseInstances(HistoricCaseInstanceQueryDto queryDto, Integer firstResult, Integer maxResults) -
Uses of HistoricCaseInstanceDto in org.camunda.bpm.engine.rest.sub.history
Methods in org.camunda.bpm.engine.rest.sub.history that return HistoricCaseInstanceDto Modifier and Type Method Description HistoricCaseInstanceDtoHistoricCaseInstanceResource. getHistoricCaseInstance() -
Uses of HistoricCaseInstanceDto in org.camunda.bpm.engine.rest.sub.history.impl
Methods in org.camunda.bpm.engine.rest.sub.history.impl that return HistoricCaseInstanceDto Modifier and Type Method Description HistoricCaseInstanceDtoHistoricCaseInstanceResourceImpl. getHistoricCaseInstance()
-