Interface HistoricIdentityLinkLogRestService

  • All Known Implementing Classes:
    HistoricIdentityLinkLogRestServiceImpl

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

      • getHistoricIdentityLinks

        @GET
        @Produces("application/json")
        java.util.List<HistoricIdentityLinkLogDto> getHistoricIdentityLinks​(@Context
                                                                            javax.ws.rs.core.UriInfo uriInfo,
                                                                            @QueryParam("firstResult")
                                                                            java.lang.Integer firstResult,
                                                                            @QueryParam("maxResults")
                                                                            java.lang.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
                                                     javax.ws.rs.core.UriInfo uriInfo)