Interface HistoricIdentityLinkLogRestService

All Known Implementing Classes:
HistoricIdentityLinkLogRestServiceImpl

@Path("/identity-link-log") @Produces("application/json") public interface HistoricIdentityLinkLogRestService
Author:
Deivarayan Azhagappan
  • Field Details

  • Method Details

    • getHistoricIdentityLinks

      @GET @Produces("application/json") List<HistoricIdentityLinkLogDto> getHistoricIdentityLinks(@Context jakarta.ws.rs.core.UriInfo uriInfo, @QueryParam("firstResult") Integer firstResult, @QueryParam("maxResults") Integer maxResults)
      Exposes the HistoricIdentityLinkLogQuery interface as a REST service.
      Parameters:
      query -
      firstResult -
      maxResults -
      Returns:
    • getHistoricIdentityLinksCount

      @GET @Path("/count") @Produces("application/json") CountResultDto getHistoricIdentityLinksCount(@Context jakarta.ws.rs.core.UriInfo uriInfo)