Uses of Class
org.eximeebpms.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
Packages that use HistoricVariableInstanceDto
Package
Description
-
Uses of HistoricVariableInstanceDto in org.eximeebpms.bpm.engine.rest.dto.history
Methods in org.eximeebpms.bpm.engine.rest.dto.history that return HistoricVariableInstanceDtoModifier and TypeMethodDescriptionstatic HistoricVariableInstanceDtoHistoricVariableInstanceDto.fromHistoricVariableInstance(HistoricVariableInstance historicVariableInstance) -
Uses of HistoricVariableInstanceDto in org.eximeebpms.bpm.engine.rest.history
Methods in org.eximeebpms.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 theHistoricVariableInstanceQueryinterface as a REST service.HistoricVariableInstanceRestService.queryHistoricVariableInstances(HistoricVariableInstanceQueryDto query, Integer firstResult, Integer maxResults, boolean deserializeValues) -
Uses of HistoricVariableInstanceDto in org.eximeebpms.bpm.engine.rest.impl.history
Methods in org.eximeebpms.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.eximeebpms.bpm.engine.rest.sub.history
Methods in org.eximeebpms.bpm.engine.rest.sub.history that return HistoricVariableInstanceDtoModifier and TypeMethodDescriptionHistoricVariableInstanceResource.getResource(boolean deserializeValue) -
Uses of HistoricVariableInstanceDto in org.eximeebpms.bpm.engine.rest.sub.history.impl
Methods in org.eximeebpms.bpm.engine.rest.sub.history.impl that return HistoricVariableInstanceDtoModifier and TypeMethodDescriptionprotected HistoricVariableInstanceDtoHistoricVariableInstanceResourceImpl.transformToDto(HistoricVariableInstance queryResult)