Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
-
-
Uses of HistoricVariableInstanceDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricVariableInstanceDto Modifier and Type Method Description static HistoricVariableInstanceDtoHistoricVariableInstanceDto. fromHistoricVariableInstance(org.camunda.bpm.engine.history.HistoricVariableInstance historicVariableInstance) -
Uses of HistoricVariableInstanceDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricVariableInstanceDto Modifier and Type Method Description List<HistoricVariableInstanceDto>HistoricVariableInstanceRestService. getHistoricVariableInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeValues)Exposes theHistoricVariableInstanceQueryinterface as a REST service.List<HistoricVariableInstanceDto>HistoricVariableInstanceRestService. queryHistoricVariableInstances(HistoricVariableInstanceQueryDto query, Integer firstResult, Integer maxResults, boolean deserializeValues) -
Uses of HistoricVariableInstanceDto in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricVariableInstanceDto Modifier and Type Method Description List<HistoricVariableInstanceDto>HistoricVariableInstanceRestServiceImpl. getHistoricVariableInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues)List<HistoricVariableInstanceDto>HistoricVariableInstanceRestServiceImpl. queryHistoricVariableInstances(HistoricVariableInstanceQueryDto queryDto, Integer firstResult, Integer maxResults, boolean deserializeObjectValues) -
Uses of HistoricVariableInstanceDto in org.camunda.bpm.engine.rest.sub.history
Methods in org.camunda.bpm.engine.rest.sub.history that return HistoricVariableInstanceDto Modifier and Type Method Description HistoricVariableInstanceDtoHistoricVariableInstanceResource. getResource(boolean deserializeValue) -
Uses of HistoricVariableInstanceDto in org.camunda.bpm.engine.rest.sub.history.impl
Methods in org.camunda.bpm.engine.rest.sub.history.impl that return HistoricVariableInstanceDto Modifier and Type Method Description protected HistoricVariableInstanceDtoHistoricVariableInstanceResourceImpl. transformToDto(org.camunda.bpm.engine.history.HistoricVariableInstance queryResult)
-