Interface | Description |
---|---|
EbookServiceApi |
If an
OpacApi implementation also implements this interface, the library can be used to
download ebooks directly inside the app. |
OpacApi |
Generic interface for accessing online library catalogues.
|
Class | Description |
---|---|
Adis | |
BaseApi |
Abstract Base class for OpacApi implementations providing some helper methods for HTTP
|
BiBer1992 | |
Bibliotheca |
OpacApi implementation for Bibliotheca Web Opacs, originally developed by BOND, now owned by
OCLC.
|
EbookServiceApi.BookingResult |
The result of a
EbookServiceApi.booking(DetailledItem, Account, int, String) call. |
Heidi | |
IOpac |
Implementation of Fleischmann iOpac, including account support Seems to work in all the libraries
currently supported without any modifications.
|
Littera |
An implementation of *.web-opac.at sites operated by the Austrian company
Littera.
|
OpacApi.CancelResult |
The result of a
OpacApi.cancel(String, Account, int, String) call |
OpacApi.MultiStepResult |
The result of a multi-step-supporting method call.
|
OpacApi.ProlongAllResult |
The result of a
OpacApi.prolongAll(Account, int, String) call |
OpacApi.ProlongResult |
The result of a
OpacApi.prolong(String, Account, int, String) call |
OpacApi.ReservationResult |
The result of a
OpacApi.reservation(DetailledItem, Account, int, String) call |
Open |
API for Bibliotheca+/OPEN OPAC software
|
Pica | |
PicaLBS |
API for the PICA OPAC by OCLC combined with LBS account functions Tested with LBS 4 in TU
Hamburg-Harburg
|
PicaOld |
API for the PICA OPAC by OCLC with the old default PICA account functions
|
Primo | |
SearchOnlyApi |
For search-only API implementations, i.e. without account support, some abstract method
implementations are provided.
|
SISIS |
OpacApi implementation for Web Opacs of the SISIS SunRise product, developed by OCLC.
|
SRU | |
TestApi | |
TouchPoint |
OpacApi implementation for Web Opacs of the TouchPoint product, developed by OCLC.
|
VuFind | |
WebOpacNet | |
WinBiap | |
Zones |
API für Web-Opacs von Zones mit dem Hinweis "Zones.2.2.45.xx" oder "ZONES v1.8.1" im Footer.
|
Enum | Description |
---|---|
OpacApi.MultiStepResult.Status |
Exception | Description |
---|---|
OpacApi.OpacErrorException |
A general exception containing a human-readable error message
|