Uses of Class
org.dspace.app.rest.model.hateoas.ExternalSourceEntryResource
Packages that use ExternalSourceEntryResource
-
Uses of ExternalSourceEntryResource in org.dspace.app.rest
Methods in org.dspace.app.rest that return ExternalSourceEntryResourceModifier and TypeMethodDescriptionExternalSourcesRestController.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://<dspace.server.url>/api/integration/externalsources/orcidV2/entries/0000-0000-0000-0000Methods in org.dspace.app.rest that return types with arguments of type ExternalSourceEntryResourceModifier and TypeMethodDescriptionorg.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://<dspace.server.url>/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 ExternalSourceEntryResourceModifier and TypeMethodDescriptionprotected Class<ExternalSourceEntryResource>ExternalSourceEntryHalLinkFactory.getResourceClass()Methods in org.dspace.app.rest.link.externalsources with parameters of type ExternalSourceEntryResourceModifier and TypeMethodDescriptionprotected voidExternalSourceEntryHalLinkFactory.addLinks(ExternalSourceEntryResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list)