Interface HistoricIdentityLinkLogRestService
-
- All Known Implementing Classes:
HistoricIdentityLinkLogRestServiceImpl
public interface HistoricIdentityLinkLogRestService- Author:
- Deivarayan Azhagappan
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-
-
-
Field Detail
-
PATH
static final String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHistoricIdentityLinks
List<HistoricIdentityLinkLogDto> getHistoricIdentityLinks(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
Exposes theHistoricIdentityLinkLogQueryinterface as a REST service.- Parameters:
query-firstResult-maxResults-- Returns:
-
getHistoricIdentityLinksCount
CountResultDto getHistoricIdentityLinksCount(@Context javax.ws.rs.core.UriInfo uriInfo)
-
-