Uses of Class
org.dspace.app.sherpa.v2.SHERPAPublisherResponse
-
Packages that use SHERPAPublisherResponse Package Description org.dspace.app.sherpa -
-
Uses of SHERPAPublisherResponse in org.dspace.app.sherpa
Methods in org.dspace.app.sherpa that return SHERPAPublisherResponse Modifier and Type Method Description SHERPAPublisherResponseSHERPAService. performPublisherRequest(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 but the return object here must be a SHERPAPublisherResponse not the journal-centric SHERPAResponse For more information about the type, field and predicate arguments, see the SHERPA v2 API documentation
-