public interface IdCardClient
| Modifier and Type | Method and Description |
|---|---|
Entity |
getIdCardBiobank(String id)
Return a biobank by id from ID-Cards as entity
|
Entity |
getIdCardBiobank(String id,
long timeout)
Return a biobank by id from ID-Cards as entity, throws an exception if the request took longer than the given
timeout.
|
Iterable<Entity> |
getIdCardBiobanks()
Return all biobanks from ID-Cards as entities
|
Iterable<Entity> |
getIdCardBiobanks(Iterable<String> ids)
Return biobanks by ids from ID-Cards as entities
|
Iterable<Entity> |
getIdCardBiobanks(Iterable<String> ids,
long timeout)
Return biobanks by ids from ID-Cards as entities, throws an exception if the request took longer than the given
timeout.
|
Iterable<Entity> |
getIdCardBiobanks(long timeout)
Return all biobanks from ID-Cards as entities, throws an exception if the request took longer than the given
timeout.
|
Iterable<Entity> getIdCardBiobanks()
Iterable<Entity> getIdCardBiobanks(long timeout)
timeout - request timeout in msEntity getIdCardBiobank(String id)
id - Entity getIdCardBiobank(String id, long timeout)
id - timeout - request timeout in msIterable<Entity> getIdCardBiobanks(Iterable<String> ids)
ids - Copyright © 2016. All Rights Reserved.