Class HistoricIdentityLinkLogRestServiceImpl
- java.lang.Object
-
- org.camunda.bpm.engine.rest.impl.history.HistoricIdentityLinkLogRestServiceImpl
-
- All Implemented Interfaces:
HistoricIdentityLinkLogRestService
public class HistoricIdentityLinkLogRestServiceImpl extends Object implements HistoricIdentityLinkLogRestService
- Author:
- Deivarayan Azhagappan
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapperobjectMapperprotected org.camunda.bpm.engine.ProcessEngineprocessEngine-
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoricIdentityLinkLogRestService
PATH
-
-
Constructor Summary
Constructors Constructor Description HistoricIdentityLinkLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.camunda.bpm.engine.ProcessEngine processEngine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HistoricIdentityLinkLogDto>getHistoricIdentityLinks(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)Exposes theHistoricIdentityLinkLogQueryinterface as a REST service.CountResultDtogetHistoricIdentityLinksCount(javax.ws.rs.core.UriInfo uriInfo)
-
-
-
Method Detail
-
getHistoricIdentityLinks
public List<HistoricIdentityLinkLogDto> getHistoricIdentityLinks(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
Description copied from interface:HistoricIdentityLinkLogRestServiceExposes theHistoricIdentityLinkLogQueryinterface as a REST service.- Specified by:
getHistoricIdentityLinksin interfaceHistoricIdentityLinkLogRestService- Returns:
-
getHistoricIdentityLinksCount
public CountResultDto getHistoricIdentityLinksCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getHistoricIdentityLinksCountin interfaceHistoricIdentityLinkLogRestService
-
-