this class provides low-level access to the EBI Bibliographics services exported
through SOAP. there exist an almost 1-to-1 mapping between the methods and the
RPC's available on the SOAP server.
Methods
|
|
|
|
__init__
|
__init__ ( self, serverurl )
|
|
contains
|
contains (
self,
vocab,
entry,
)
|
|
destroy
|
destroy ( self, cid )
|
|
exists
|
exists ( self, cid )
|
|
find
|
find (
self,
cid,
keywords,
attrs,
criteria,
)
|
|
get_all
|
get_all ( self, cid )
Exceptions
|
|
'no collection id (large result safeguard)'
|
|
|
get_all_ids
|
get_all_ids ( self, cid )
Exceptions
|
|
'no collection id (large result safeguard)'
|
|
|
get_all_values
|
get_all_values ( self, vocab )
|
|
get_by_id
|
get_by_id ( self, id )
|
|
get_count
|
get_count ( self, cid )
|
|
get_entry_description
|
get_entry_description (
self,
vocab,
entry,
)
|
|
get_more
|
get_more (
self,
cid,
cnt,
)
Exceptions
|
|
'invalid count' + cnt
'no collection id'
|
|
|
get_next
|
get_next ( self, cid )
|
|
get_vocabulary_names
|
get_vocabulary_names ( self )
|
|
has_next
|
has_next ( self, cid )
|
|
reset_retrieval
|
reset_retrieval ( self, cid )
|
|