Uses of Class
org.dspace.app.rest.model.hateoas.ExternalSourceEntryResource
-
Packages that use ExternalSourceEntryResource Package Description org.dspace.app.rest org.dspace.app.rest.link.externalsources -
-
Uses of ExternalSourceEntryResource in org.dspace.app.rest
Methods in org.dspace.app.rest that return ExternalSourceEntryResource Modifier and Type Method Description ExternalSourceEntryResourceExternalSourcesRestController. getExternalSourceEntryValue(String externalSourceName, String entryId)This method will retrieve one ExternalSourceEntryResource based on the ExternalSource for the given externalSourceName and with the given entryId curl -X GET http:///api/integration/externalsources/orcidV2/entries/0000-0000-0000-0000 Methods in org.dspace.app.rest that return types with arguments of type ExternalSourceEntryResource Modifier and Type Method Description org.springframework.hateoas.PagedModel<ExternalSourceEntryResource>ExternalSourcesRestController. getExternalSourceEntries(String externalSourceName, String query, String parent, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler assembler)This method will retrieve all the ExternalSourceEntries for the ExternalSource for the given externalSourceName param curl -X GET http:///api/integration/externalsources/orcidV2/entries -
Uses of ExternalSourceEntryResource in org.dspace.app.rest.link.externalsources
Methods in org.dspace.app.rest.link.externalsources that return types with arguments of type ExternalSourceEntryResource Modifier and Type Method Description protected Class<ExternalSourceEntryResource>ExternalSourceEntryHalLinkFactory. getResourceClass()Methods in org.dspace.app.rest.link.externalsources with parameters of type ExternalSourceEntryResource Modifier and Type Method Description protected voidExternalSourceEntryHalLinkFactory. addLinks(ExternalSourceEntryResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list)
-