| 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 |
|---|---|
ArrayList<Slot> |
MdrClient.getCodeSlots(String mdrCatalogueId,
String mdrCodeId)
Get a codes slots, without authentication.
|
ArrayList<Slot> |
MdrClient.getCodeSlots(String mdrCatalogueId,
String mdrCodeId,
String accessToken,
String userAuthId)
Get a codes slots.
|
ArrayList<Slot> |
MdrClient.getDataElementGroupSlots(String mdrDataElementGroupId)
Get a data element group's slots, without authentication.
|
ArrayList<Slot> |
MdrClient.getDataElementGroupSlots(String mdrDataElementGroupId,
String accessToken,
String userAuthId)
Get a data group's slots.
|
ArrayList<Slot> |
MdrClient.getDataElementSlots(String mdrDataElementId)
Get a data element's slots, without authentication.
|
ArrayList<Slot> |
MdrClient.getDataElementSlots(String mdrDataElementId,
String accessToken,
String userAuthId)
Get a data element's slots.
|
ArrayList<Slot> |
MdrClient.getRecordSlots(String mdrRecordId)
Gets the slots of a record without authentication.
|
ArrayList<Slot> |
MdrClient.getRecordSlots(String mdrRecordId,
String accessToken,
String userAuthId)
Gets the slots of a record.
|
| Modifier and Type | Method and Description |
|---|---|
List<Slot> |
DataElement.getSlots() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SlotNamePredicate.apply(Slot slot) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataElement.setSlots(List<Slot> slots) |
Copyright © 2022 Samply Community. All rights reserved.