Uses of Class
org.dspace.app.sherpa.v2.SHERPAResponse
-
Packages that use SHERPAResponse Package Description org.dspace.app.sherpa org.dspace.app.sherpa.submit -
-
Uses of SHERPAResponse in org.dspace.app.sherpa
Methods in org.dspace.app.sherpa that return SHERPAResponse Modifier and Type Method Description SHERPAResponseSHERPAService. 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 documentationSHERPAResponseSHERPAService. 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 SHERPAResponse Modifier and Type Method Description SHERPAResponseSHERPASubmitService. searchRelatedJournalsByISSN(String issn)Search SHERPA for journal policies matching the passed ISSN.Methods in org.dspace.app.sherpa.submit that return types with arguments of type SHERPAResponse Modifier and Type Method Description List<SHERPAResponse>SHERPASubmitService. searchRelatedJournals(Context context, Item item)Search SHERPA for journal policies matching the ISSNs in the item.
-