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

public class SearchModule extends Object implements org.xbib.interlibrary.common.InterlibraryModule
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
     
    List<Class<? extends org.xbib.interlibrary.api.ApplicationModule>>
     
    org.xbib.interlibrary.common.Interlibrary
     
     
    void
    run()
     
    org.xbib.interlibrary.action.search.SearchResponse<org.xbib.interlibrary.action.search.SearchRequest>
    search(org.xbib.datastructures.common.MultiMap<String,Object> params)
     
    org.xbib.interlibrary.action.search.SearchResponse<org.xbib.interlibrary.action.search.SearchRequest>
    search(org.xbib.interlibrary.action.search.SearchRequest searchRequest)
     
    void
    setInterlibrary(org.xbib.interlibrary.common.Interlibrary interlibrary)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • SearchModule

      public SearchModule()
  • 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
    • search

      public org.xbib.interlibrary.action.search.SearchResponse<org.xbib.interlibrary.action.search.SearchRequest> search(org.xbib.datastructures.common.MultiMap<String,Object> params)
    • search

      public org.xbib.interlibrary.action.search.SearchResponse<org.xbib.interlibrary.action.search.SearchRequest> search(org.xbib.interlibrary.action.search.SearchRequest searchRequest)
    • 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