org.camunda.bpm.engine.rest.impl.history
Class HistoricVariableInstanceRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoricVariableInstanceRestServiceImpl
- All Implemented Interfaces:
- HistoricVariableInstanceRestService
public class HistoricVariableInstanceRestServiceImpl
- extends Object
- implements HistoricVariableInstanceRestService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
processEngine
protected ProcessEngine processEngine
HistoricVariableInstanceRestServiceImpl
public HistoricVariableInstanceRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine)
variableInstanceResource
public HistoricVariableInstanceResource variableInstanceResource(String variableId)
- Specified by:
variableInstanceResource in interface HistoricVariableInstanceRestService
getHistoricVariableInstances
public List<HistoricVariableInstanceDto> getHistoricVariableInstances(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults,
boolean deserializeObjectValues)
- Description copied from interface:
HistoricVariableInstanceRestService
- Exposes the
HistoricVariableInstanceQuery interface as a REST
service.
- Specified by:
getHistoricVariableInstances in interface HistoricVariableInstanceRestService
- Returns:
queryHistoricVariableInstances
public List<HistoricVariableInstanceDto> queryHistoricVariableInstances(HistoricVariableInstanceQueryDto queryDto,
Integer firstResult,
Integer maxResults,
boolean deserializeObjectValues)
- Specified by:
queryHistoricVariableInstances in interface HistoricVariableInstanceRestService
- Returns:
getHistoricVariableInstancesCount
public CountResultDto getHistoricVariableInstancesCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getHistoricVariableInstancesCount in interface HistoricVariableInstanceRestService
queryHistoricVariableInstancesCount
public CountResultDto queryHistoricVariableInstancesCount(HistoricVariableInstanceQueryDto queryDto)
- Specified by:
queryHistoricVariableInstancesCount in interface HistoricVariableInstanceRestService
Copyright © 2016 camunda services GmbH. All rights reserved.