public interface UISClientHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
existsCloudId(String cloudId)
Checks if given cloudId exist in Unique Identifiers Service.
|
boolean |
existsProvider(String providerId)
Checks if provider with given id exist in Unique Identifiers Service.
|
eu.europeana.cloud.common.model.CloudId |
getCloudIdFromProviderAndLocalId(String providerId,
String localId) |
eu.europeana.cloud.common.model.DataProvider |
getProvider(String providerId)
Checks if provider with given id exist in Unique Identifiers Service.
|
boolean existsCloudId(String cloudId)
cloudId - cloud ideu.europeana.cloud.common.model.CloudId getCloudIdFromProviderAndLocalId(String providerId, String localId) throws ProviderNotExistsException, RecordNotExistsException
boolean existsProvider(String providerId)
providerId - provider identifiereu.europeana.cloud.common.model.DataProvider getProvider(String providerId)
providerId - provider identifierCopyright © 2013–2017 Europeana Cloud Development Team. All rights reserved.