| Package | Description |
|---|---|
| de.samply.common.mdrclient |
The base classes from the MDR RESTful client.
|
| Modifier and Type | Method and Description |
|---|---|
Catalogue |
MdrClient.getCatalogue(String catalogueId,
String languageCode)
Get a catalogue by its urn.
|
Catalogue |
MdrClient.getCatalogue(String catalogueId,
String languageCode,
String accessToken,
String userAuthId)
Get a catalogue by its urn.
|
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.
|
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.
|
DataElement |
MdrClient.getDataElement(String mdrDataElementId,
String languageCode)
Get the whole DataElement object from the MDR without authentication.
|
DataElement |
MdrClient.getDataElement(String mdrDataElementId,
String languageCode,
String accessToken,
String userAccessToken)
Get the whole DataElement object from the MDR.
|
Catalogue |
MdrClient.getDataElementCatalogue(String mdrDataElementId,
String languageCode)
Get a data element catalogue (when applicable).
|
Catalogue |
MdrClient.getDataElementCatalogue(String mdrDataElementId,
String languageCode,
String accessToken,
String userAuthId)
Get a data element catalogue (when applicable).
|
Definition |
MdrClient.getDataElementDefinition(String mdrDataElementId,
String languageCode)
Get the designation/definition and the value domain of an MDR data element as
Definition, without authentication. |
Definition |
MdrClient.getDataElementDefinition(String mdrDataElementId,
String languageCode,
String accessToken,
String userAccessToken)
Get the designation/definition and the value domain of a MDR data element as
Definition. |
List<Label> |
MdrClient.getDataElementGroupLabel(String recordId,
String languageCode)
Get dataelementgroup label, without authentication.
|
List<Label> |
MdrClient.getDataElementGroupLabel(String groupId,
String languageCode,
String accessToken,
String userAuthId)
Get dataelementgroup label from the MDR.
|
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.
|
List<Result> |
MdrClient.getDataElementsFromGroup(String mdrGroupId,
String languageCode)
Deprecated.
no longer supported directly by the MDR. Use
MdrClient.getMembers(String, String)
instead. |
List<Result> |
MdrClient.getDataElementsFromGroup(String mdrGroupId,
String languageCode,
String accessToken,
String userAuthId)
Deprecated.
no longer supported directly by the MDR. Use
MdrClient.getMembers(String, String)
instead. |
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.
|
Validations |
MdrClient.getDataElementValidations(String mdrDataElementId,
String languageCode)
Get a data element's validations, without authentication.
|
Validations |
MdrClient.getDataElementValidations(String mdrDataElementId,
String languageCode,
String accessToken,
String userAuthId)
Get a data element's validations.
|
protected String |
MdrClient.getJsonCatalogue(String catalogueId,
String languageCode,
String accessToken,
String userAuthId)
Get the JSON string representation of a catalogue from the given catalog URN.
|
protected String |
MdrClient.getJsonCode(String mdrCatalogueId,
String mdrCodeId,
String accessToken,
String userAuthId)
Get a codes from the MDR.
|
protected String |
MdrClient.getJsonCodeSlots(String mdrCatalogueId,
String mdrCodeId,
String accessToken,
String userAuthId)
Get a codes slots from the MDR.
|
protected String |
MdrClient.getJsonDataElement(String mdrDataElementId,
String languageCode,
String accessToken,
String userAuthId)
Get the whole DataElement as a JSON object from the MDR.
|
protected String |
MdrClient.getJsonDataElementCatalogue(String mdrDataElementId,
String languageCode,
String accessToken,
String userAuthId)
Get the JSON string representation of the catalogue from the given data element.
|
protected String |
MdrClient.getJsonDataElementDefinition(String mdrDataElementId,
String languageCode,
String accessToken,
String userAuthId)
Get the designation/definition and the value domain of an MDR data element as JSON.
|
protected String |
MdrClient.getJsonDataElementGroupSlots(String mdrDataElementGroupId,
String accessToken,
String userAuthId)
Get a data element group's slots from the MDR.
|
protected String |
MdrClient.getJsonDataElementSlots(String mdrDataElementId,
String accessToken,
String userAuthId)
Get a data element's slots from the MDR.
|
protected String |
MdrClient.getJsonDataElementValidations(String mdrDataElementId,
String languageCode,
String accessToken,
String userAuthId)
Get a data element's validations.
|
protected String |
MdrClient.getJsonLabel(String memberId,
String languageCode,
EnumElementType enumElementType,
String accessToken,
String userAuthId)
Get the label of an MDR element as JSON string.
|
protected String |
MdrClient.getJsonMembers(String mdrGroupId,
String languageCode,
String accessToken,
String userAuthId)
Get all the data elements from a group defined in the MDR as JSON string.
|
protected String |
MdrClient.getJsonRecordDefinition(String mdrRecordId,
String languageCode,
String accessToken,
String userAuthId)
Get the designation/definition and the value domain of an MDR record as JSON.
|
protected String |
MdrClient.getJsonRecordMembers(String mdrGroupId,
String languageCode,
String accessToken,
String userAuthId)
Get all the data elements from a record defined in the MDR as JSON string.
|
protected String |
MdrClient.getJsonRecordSlots(String mdrRecordId,
String accessToken,
String userAuthId)
Gets a record's slots from the MDR.
|
protected String |
MdrClient.getJsonSearch(String searchText,
String languageCode,
String accessToken,
String namespace)
Search for data that are related to the given search text.
|
protected String |
MdrClient.getJsonSearchLocal(String searchText,
String languageCode,
String accessToken)
Search for data that are related to the given search text.
|
List<Result> |
MdrClient.getMembers(String mdrGroupId,
String languageCode)
Get the members of a given group defined in the MDR, not authenticated.
|
List<Result> |
MdrClient.getMembers(String mdrGroupId,
String languageCode,
String accessToken,
String userAuthId)
Get the members of a given group defined in the MDR.
|
RecordDefinition |
MdrClient.getRecordDefinition(String mdrRecordId,
String languageCode)
Get the designation/definition and the value domain of an MDR record as
RecordDefinition, without authentication. |
RecordDefinition |
MdrClient.getRecordDefinition(String mdrRecordId,
String languageCode,
String accessToken,
String userAccessToken)
Get the designation/definition and the value domain of a MDR record as
RecordDefinition. |
List<Label> |
MdrClient.getRecordLabel(String recordId,
String languageCode)
Get record label, without authentication.
|
List<Label> |
MdrClient.getRecordLabel(String recordId,
String languageCode,
String accessToken,
String userAuthId)
Get record label from the MDR.
|
List<Result> |
MdrClient.getRecordMembers(String recordId,
String languageCode)
Get the members of a given record defined in the MDR without authentication.
|
List<Result> |
MdrClient.getRecordMembers(String recordId,
String languageCode,
String accessToken,
String userAuthId)
Get the members of a given record defined in the MDR.
|
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.
|
List<Result> |
MdrClient.search(String searchText,
String languageCode,
String accessToken)
Search for data that is related to the given search text.
|
List<Result> |
MdrClient.searchInNamespace(String searchText,
String languageCode,
String accessToken,
String namespace)
Search for data that is related to the given search text.
|
List<Result> |
MdrClient.searchLocal(String searchText,
String languageCode,
String accessToken)
Search for data that is related to the given search text.
|
Copyright © 2022 Samply Community. All rights reserved.