Class HistoricVariableInstanceRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoricVariableInstanceRestServiceImpl
- All Implemented Interfaces:
HistoricVariableInstanceRestService
public class HistoricVariableInstanceRestServiceImpl
extends Object
implements HistoricVariableInstanceRestService
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper
protected ProcessEngine
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoricVariableInstanceRestService
PATH
-
Constructor Summary
ConstructorDescriptionHistoricVariableInstanceRestServiceImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine) -
Method Summary
Modifier and TypeMethodDescriptiongetHistoricVariableInstances
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues) Exposes theHistoricVariableInstanceQuery
interface as a REST service.getHistoricVariableInstancesCount
(javax.ws.rs.core.UriInfo uriInfo) queryHistoricVariableInstances
(HistoricVariableInstanceQueryDto queryDto, Integer firstResult, Integer maxResults, boolean deserializeObjectValues) variableInstanceResource
(String variableId)
-
Field Details
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
processEngine
-
-
Constructor Details
-
HistoricVariableInstanceRestServiceImpl
public HistoricVariableInstanceRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
-
-
Method Details
-
variableInstanceResource
- Specified by:
variableInstanceResource
in interfaceHistoricVariableInstanceRestService
-
getHistoricVariableInstances
public List<HistoricVariableInstanceDto> getHistoricVariableInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues) Description copied from interface:HistoricVariableInstanceRestService
Exposes theHistoricVariableInstanceQuery
interface as a REST service.- Specified by:
getHistoricVariableInstances
in interfaceHistoricVariableInstanceRestService
- Returns:
-
queryHistoricVariableInstances
public List<HistoricVariableInstanceDto> queryHistoricVariableInstances(HistoricVariableInstanceQueryDto queryDto, Integer firstResult, Integer maxResults, boolean deserializeObjectValues) - Specified by:
queryHistoricVariableInstances
in interfaceHistoricVariableInstanceRestService
- Returns:
-
getHistoricVariableInstancesCount
- Specified by:
getHistoricVariableInstancesCount
in interfaceHistoricVariableInstanceRestService
-
queryHistoricVariableInstancesCount
public CountResultDto queryHistoricVariableInstancesCount(HistoricVariableInstanceQueryDto queryDto) - Specified by:
queryHistoricVariableInstancesCount
in interfaceHistoricVariableInstanceRestService
-