org.camunda.bpm.engine.rest.impl.history
Class HistoricVariableInstanceRestServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.impl.history.HistoricVariableInstanceRestServiceImpl
All Implemented Interfaces:
HistoricVariableInstanceRestService

public class HistoricVariableInstanceRestServiceImpl
extends Object
implements HistoricVariableInstanceRestService


Field Summary
protected  com.fasterxml.jackson.databind.ObjectMapper objectMapper
           
protected  ProcessEngine processEngine
           
 
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoricVariableInstanceRestService
PATH
 
Constructor Summary
HistoricVariableInstanceRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
           
 
Method Summary
 List<HistoricVariableInstanceDto> getHistoricVariableInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues)
          Exposes the HistoricVariableInstanceQuery interface as a REST service.
 CountResultDto getHistoricVariableInstancesCount(javax.ws.rs.core.UriInfo uriInfo)
           
 List<HistoricVariableInstanceDto> queryHistoricVariableInstances(HistoricVariableInstanceQueryDto queryDto, Integer firstResult, Integer maxResults, boolean deserializeObjectValues)
           
 CountResultDto queryHistoricVariableInstancesCount(HistoricVariableInstanceQueryDto queryDto)
           
 HistoricVariableInstanceResource variableInstanceResource(String variableId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectMapper

protected com.fasterxml.jackson.databind.ObjectMapper objectMapper

processEngine

protected ProcessEngine processEngine
Constructor Detail

HistoricVariableInstanceRestServiceImpl

public HistoricVariableInstanceRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                               ProcessEngine processEngine)
Method Detail

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.