@Path(value="/identity-link-log")
@Produces(value="application/json")
public interface HistoricIdentityLinkLogRestService
Modifier and Type | Method and Description |
---|---|
List<HistoricIdentityLinkLogDto> |
getHistoricIdentityLinks(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
HistoricIdentityLinkLogQuery interface as a REST service. |
CountResultDto |
getHistoricIdentityLinksCount(javax.ws.rs.core.UriInfo uriInfo) |
static final String PATH
@GET @Produces(value="application/json") List<HistoricIdentityLinkLogDto> getHistoricIdentityLinks(@Context javax.ws.rs.core.UriInfo uriInfo, @QueryParam(value="firstResult") Integer firstResult, @QueryParam(value="maxResults") Integer maxResults)
HistoricIdentityLinkLogQuery
interface as a REST service.query
- firstResult
- maxResults
- @GET @Path(value="/count") @Produces(value="application/json") CountResultDto getHistoricIdentityLinksCount(@Context javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2022. All rights reserved.