Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
Packages that use HistoricVariableInstanceDto
Package
Description
-
Uses of HistoricVariableInstanceDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricVariableInstanceDtoModifier and TypeMethodDescriptionstatic HistoricVariableInstanceDto
HistoricVariableInstanceDto.fromHistoricVariableInstance
(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 HistoricVariableInstanceDtoModifier and TypeMethodDescriptionHistoricVariableInstanceRestService.getHistoricVariableInstances
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeValues) Exposes theHistoricVariableInstanceQuery
interface as a REST service.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 HistoricVariableInstanceDtoModifier and TypeMethodDescriptionHistoricVariableInstanceRestServiceImpl.getHistoricVariableInstances
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues) 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 HistoricVariableInstanceDtoModifier and TypeMethodDescriptionHistoricVariableInstanceResource.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 HistoricVariableInstanceDtoModifier and TypeMethodDescriptionprotected HistoricVariableInstanceDto
HistoricVariableInstanceResourceImpl.transformToDto
(HistoricVariableInstance queryResult)