Klasse SearchModule
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
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
close()
org.xbib.interlibrary.common.Interlibrary
getName()
void
run()
org.xbib.interlibrary.action.search.SearchResponse
<org.xbib.interlibrary.action.search.SearchRequest> 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)
-
Konstruktordetails
-
SearchModule
public SearchModule()
-
-
Methodendetails
-
getName
- Angegeben von:
getName
in Schnittstelleorg.xbib.interlibrary.api.ApplicationModule
-
dependsOn
- Angegeben von:
dependsOn
in Schnittstelleorg.xbib.interlibrary.api.ApplicationModule
-
setInterlibrary
public void setInterlibrary(org.xbib.interlibrary.common.Interlibrary interlibrary) - Angegeben von:
setInterlibrary
in Schnittstelleorg.xbib.interlibrary.common.InterlibraryModule
-
getInterlibrary
public org.xbib.interlibrary.common.Interlibrary getInterlibrary()- Angegeben von:
getInterlibrary
in Schnittstelleorg.xbib.interlibrary.common.InterlibraryModule
-
search
-
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 Schnittstelleorg.xbib.interlibrary.api.ApplicationModule
- Angegeben von:
run
in Schnittstelleorg.xbib.interlibrary.common.InterlibraryModule
-
close
- Angegeben von:
close
in SchnittstelleAutoCloseable
- Angegeben von:
close
in SchnittstelleCloseable
- Löst aus:
IOException
-