Interface WsApiDelegate

All Known Implementing Classes:
WsApiServiceImpl

public interface WsApiDelegate
A delegate to be called by the WsApiController}. Implement this interface with a Service annotated class.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.springframework.http.ResponseEntity<List<org.lockss.ws.entities.ContentConfigurationResult>>
     
    default Optional<String>
     
    default org.springframework.http.ResponseEntity<List<org.lockss.ws.entities.AuWsResult>>
     
    default Optional<com.fasterxml.jackson.databind.ObjectMapper>
     
    default org.springframework.http.ResponseEntity<List<org.lockss.ws.entities.PluginWsResult>>
    getPlugins(String pluginQuery)
     
    default Optional<jakarta.servlet.http.HttpServletRequest>
     
    default org.springframework.http.ResponseEntity<List<org.lockss.ws.entities.TdbAuWsResult>>
    getTdbAus(String tdbAuQuery)
     
    default org.springframework.http.ResponseEntity<List<org.lockss.ws.entities.TdbPublisherWsResult>>
    getTdbPublishers(String tdbPublisherQuery)
     
    default org.springframework.http.ResponseEntity<List<org.lockss.ws.entities.TdbTitleWsResult>>
    getTdbTitles(String tdbTitleQuery)
     
    default org.springframework.http.ResponseEntity<List<org.lockss.ws.entities.ContentConfigurationResult>>
     
    default org.springframework.http.ResponseEntity<List<org.lockss.ws.entities.ContentConfigurationResult>>
     
    default org.springframework.http.ResponseEntity<List<org.lockss.ws.entities.ContentConfigurationResult>>