| Package | Description |
|---|---|
| eu.europeana.cloud.client.uis.rest |
| Modifier and Type | Method and Description |
|---|---|
CloudException |
UISClient.generateException(eu.europeana.cloud.common.response.ErrorInfo e)
Generates the exception to be returned to the client.
|
| Modifier and Type | Method and Description |
|---|---|
eu.europeana.cloud.common.model.CloudId |
UISClient.createCloudId(String providerId)
Invoke the creation of a new CloudId REST call.
|
eu.europeana.cloud.common.model.CloudId |
UISClient.createCloudId(String providerId,
String recordId)
Invoke the creation of a new CloudId REST call.
|
boolean |
UISClient.createMapping(String cloudId,
String providerId,
String recordId)
Create a mapping between a cloud id and provider and record id.
|
String |
UISClient.createProvider(String providerId,
eu.europeana.cloud.common.model.DataProviderProperties dp)
Create a data provider.
|
boolean |
UISClient.deleteCloudId(String cloudId)
Delete a cloud id and all its mapped record ids.
|
eu.europeana.cloud.common.model.CloudId |
UISClient.getCloudId(String providerId,
String recordId)
Invoke the retrieval of a cloud identifier.
|
eu.europeana.cloud.common.response.ResultSlice<eu.europeana.cloud.common.model.CloudId> |
UISClient.getCloudIdsByProvider(String providerId)
Retrieve the Cloud ids associated with a provider.
|
eu.europeana.cloud.common.response.ResultSlice<eu.europeana.cloud.common.model.CloudId> |
UISClient.getCloudIdsByProviderWithPagination(String providerId,
String cloudId,
int window)
Retrieve the cloud ids associated with a provider with pagination.
|
eu.europeana.cloud.common.model.DataProvider |
UISClient.getDataProvider(String providerId)
Retrieve a selected data provider.
|
eu.europeana.cloud.common.response.ResultSlice<eu.europeana.cloud.common.model.DataProvider> |
UISClient.getDataProviders(String from)
Get data providers
|
eu.europeana.cloud.common.response.ResultSlice<eu.europeana.cloud.common.model.CloudId> |
UISClient.getRecordId(String cloudId)
Retrieve the local identifiers associated with a cloud identifier
|
eu.europeana.cloud.common.response.ResultSlice<eu.europeana.cloud.common.model.LocalId> |
UISClient.getRecordIdsByProvider(String providerId)
Retrieve records associated with a provider.
|
eu.europeana.cloud.common.response.ResultSlice<eu.europeana.cloud.common.model.LocalId> |
UISClient.getRecordIdsByProviderWithPagination(String providerId,
String recordId,
int window)
Retrieve the record ids associated with a provider with pagination.
|
boolean |
UISClient.removeMappingByLocalId(String providerId,
String recordId)
Remove the association of a record id to a cloud id.
|
boolean |
UISClient.updateProvider(String providerId,
eu.europeana.cloud.common.model.DataProviderProperties dp)
Update a Data Provider.
|
Copyright © 2013–2015 Europeana Cloud Development Team. All rights reserved.