Uses of Class
org.dspace.app.rest.model.ExternalSourceEntryRest
-
Packages that use ExternalSourceEntryRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of ExternalSourceEntryRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return ExternalSourceEntryRest Modifier and Type Method Description ExternalSourceEntryRestExternalSourceEntryRestConverter. convert(org.dspace.external.model.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 Constructor Description ExternalSourceEntryResource(ExternalSourceEntryRest content) -
Uses of ExternalSourceEntryRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return ExternalSourceEntryRest Modifier and Type Method Description ExternalSourceEntryRestExternalSourceRestRepository. 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 ExternalSourceEntryRest Modifier and Type Method Description org.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
-