Uses of Class
org.dspace.app.sherpa.v2.SHERPAResponse
Packages that use SHERPAResponse
-
Uses of SHERPAResponse in org.dspace.app.sherpa
Methods in org.dspace.app.sherpa that return SHERPAResponseModifier and TypeMethodDescriptionSHERPAService.performRequest(String type, String field, String predicate, String value, int start, int limit) Perform an API request to the SHERPA v2 API - this could be a search or a get for any entity type For more information about the type, field and predicate arguments, see the SHERPA v2 API documentationSHERPAService.searchByJournalISSN(String query) Search the SHERPA v2 API for a journal policy data using the supplied ISSN. -
Uses of SHERPAResponse in org.dspace.app.sherpa.submit
Methods in org.dspace.app.sherpa.submit that return SHERPAResponseModifier and TypeMethodDescriptionSHERPASubmitService.searchRelatedJournals(Context context, Item item) Search SHERPA for journal policies matching the ISSNs in the item.SHERPASubmitService.searchRelatedJournalsByISSN(String issn) Search SHERPA for journal policies matching the passed ISSN.