Uses of Class
org.dspace.app.rest.model.ExternalSourceEntryRest
Packages that use ExternalSourceEntryRest
Package
Description
-
Uses of ExternalSourceEntryRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return ExternalSourceEntryRestModifier and TypeMethodDescriptionExternalSourceEntryRestConverter.convert(ExternalDataObject modelObject, Projection projection) -
Uses of ExternalSourceEntryRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type ExternalSourceEntryRest -
Uses of ExternalSourceEntryRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return ExternalSourceEntryRestModifier and TypeMethodDescriptionExternalSourceRestRepository.getExternalSourceEntryValue(String externalSourceName, String entryId) This method will retrieve one ExternalSourceEntryResource based on the ExternalSource for the given externalSourceName and with the given entryIdMethods in org.dspace.app.rest.repository that return types with arguments of type ExternalSourceEntryRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ExternalSourceEntryRest>ExternalSourceRestRepository.getExternalSourceEntries(String externalSourceName, String query, String parent, org.springframework.data.domain.Pageable pageable) This method will retrieve all the ExternalSourceEntries for the ExternalSource for the given externalSourceName param