java.lang.Object
org.xbib.interlibrary.http.server.search.SearchRetrieveModule
Alle implementierten Schnittstellen:
Closeable, AutoCloseable, org.xbib.interlibrary.api.ApplicationModule, org.xbib.interlibrary.common.InterlibraryModule

public class SearchRetrieveModule extends Object implements org.xbib.interlibrary.common.InterlibraryModule
  • Konstruktordetails

    • SearchRetrieveModule

      public SearchRetrieveModule()
  • Methodendetails

    • getName

      public String getName()
      Angegeben von:
      getName in Schnittstelle org.xbib.interlibrary.api.ApplicationModule
    • dependsOn

      public List<Class<? extends org.xbib.interlibrary.api.ApplicationModule>> dependsOn()
      Angegeben von:
      dependsOn in Schnittstelle org.xbib.interlibrary.api.ApplicationModule
    • setInterlibrary

      public void setInterlibrary(org.xbib.interlibrary.common.Interlibrary interlibrary)
      Angegeben von:
      setInterlibrary in Schnittstelle org.xbib.interlibrary.common.InterlibraryModule
    • getInterlibrary

      public org.xbib.interlibrary.common.Interlibrary getInterlibrary()
      Angegeben von:
      getInterlibrary in Schnittstelle org.xbib.interlibrary.common.InterlibraryModule
    • searchRetrieve

      public org.xbib.interlibrary.action.sru.SearchRetrieveResponse searchRetrieve(org.xbib.datastructures.common.MultiMap<String,Object> params)
    • run

      public void run()
      Angegeben von:
      run in Schnittstelle org.xbib.interlibrary.api.ApplicationModule
      Angegeben von:
      run in Schnittstelle org.xbib.interlibrary.common.InterlibraryModule
    • close

      public void close() throws IOException
      Angegeben von:
      close in Schnittstelle AutoCloseable
      Angegeben von:
      close in Schnittstelle Closeable
      Löst aus:
      IOException