| Package | Description |
|---|---|
| de.samply.common.mdrclient |
The base classes from the MDR RESTful client.
|
| de.samply.common.mdrclient.domain |
MDR domain classes, mapped directly to the JSON that MDR produces.
|
| Modifier and Type | Method and Description |
|---|---|
Code |
MdrClient.getCode(String mdrCatalogueId,
String mdrCodeId)
Get a code, without authentication.
|
Code |
MdrClient.getCode(String mdrCatalogueId,
String mdrCodeId,
String accessToken,
String userAuthId)
Get a code.
|
| Modifier and Type | Method and Description |
|---|---|
List<Code> |
Catalogue.getCodes()
Todo.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CodeUrnPredicate.apply(Code code) |
boolean |
CodePredicate.apply(Code code) |
| Modifier and Type | Method and Description |
|---|---|
void |
Catalogue.setCodes(List<Code> codes)
Todo.
|
Copyright © 2022 Samply Community. All rights reserved.