A C D E G I J L P R T U W 

A

activateDataProvider(String) - Method in class eu.europeana.cloud.service.uis.rest.DataProviderActivationResource
Activates data provider (sets flag 'active' to true)

Required permissions: Admin role

C

CloudIdAlreadyExistExceptionMapper - Class in eu.europeana.cloud.service.uis.exception
CloudIdAlreadyExist exception mapper.
CloudIdAlreadyExistExceptionMapper() - Constructor for class eu.europeana.cloud.service.uis.exception.CloudIdAlreadyExistExceptionMapper
 
CloudIdDoesNotExistExceptionMapper - Class in eu.europeana.cloud.service.uis.exception
CloudIdDoesNotExist exception mapper
CloudIdDoesNotExistExceptionMapper() - Constructor for class eu.europeana.cloud.service.uis.exception.CloudIdDoesNotExistExceptionMapper
 
createCloudId(String, String) - Method in class eu.europeana.cloud.service.uis.rest.UniqueIdentifierResource
Invokes the generation of a cloud identifier using the provider identifier and a record identifier.
createIdMapping(String, String, String) - Method in class eu.europeana.cloud.service.uis.rest.DataProviderResource
Create a mapping between a cloud identifier and a record identifier for a provider

Required permissions: Authenticated user
createProvider(UriInfo, DataProviderProperties, String) - Method in class eu.europeana.cloud.service.uis.rest.DataProvidersResource
Creates a new data provider.

D

DatabaseConnectionExceptionMapper - Class in eu.europeana.cloud.service.uis.exception
DatabaseConnection exception mapper
DatabaseConnectionExceptionMapper() - Constructor for class eu.europeana.cloud.service.uis.exception.DatabaseConnectionExceptionMapper
 
DataProviderActivationResource - Class in eu.europeana.cloud.service.uis.rest
 
DataProviderActivationResource() - Constructor for class eu.europeana.cloud.service.uis.rest.DataProviderActivationResource
 
DataProviderResource - Class in eu.europeana.cloud.service.uis.rest
Resource for DataProvider.
DataProviderResource() - Constructor for class eu.europeana.cloud.service.uis.rest.DataProviderResource
 
DataProvidersResource - Class in eu.europeana.cloud.service.uis.rest
Resource for DataProviders.
DataProvidersResource() - Constructor for class eu.europeana.cloud.service.uis.rest.DataProvidersResource
 
deactivateDataProvider(String) - Method in class eu.europeana.cloud.service.uis.rest.DataProviderActivationResource
Deactivates data provider (sets flag 'active' to false)

Required permissions: Admin role
deleteCloudId(String) - Method in class eu.europeana.cloud.service.uis.rest.UniqueIdentifierResource
Remove a cloud identifier and all the associations to its record identifiers

Required permissions: Admin role
deleteLocalIdAcl(String, String) - Method in class eu.europeana.cloud.service.uis.rest.DataProviderResource
 
deleteProvider(String) - Method in class eu.europeana.cloud.service.uis.rest.DataProviderResource
Deletes data provider from database

Required permissions: Admin role

E

eu.europeana.cloud.service.uis.exception - package eu.europeana.cloud.service.uis.exception
 
eu.europeana.cloud.service.uis.rest - package eu.europeana.cloud.service.uis.rest
 

G

getCloudId(String, String) - Method in class eu.europeana.cloud.service.uis.rest.UniqueIdentifierResource
Retrieves cloud identifier based on given provider identifier and record identifier
getCloudIdsByProvider(String, String, int) - Method in class eu.europeana.cloud.service.uis.rest.DataProviderResource
Get the cloud identifiers for a specific provider identifier with pagination
getLocalIds(String) - Method in class eu.europeana.cloud.service.uis.rest.UniqueIdentifierResource
Retrieves list of record Identifiers associated with the cloud identifier.
getLocalIdsByProvider(String, String, int) - Method in class eu.europeana.cloud.service.uis.rest.DataProviderResource
Get the local identifiers for a specific provider identifier with pagination
getProvider(String) - Method in class eu.europeana.cloud.service.uis.rest.DataProviderResource
Retrieves details about selected data provider
getProviders(String) - Method in class eu.europeana.cloud.service.uis.rest.DataProvidersResource
Lists all providers stored in eCloud.
grantPermissionsToLocalId(CloudId, String) - Method in class eu.europeana.cloud.service.uis.rest.DataProviderResource
 

I

IdHasBeenMappedExceptionMapper - Class in eu.europeana.cloud.service.uis.exception
IdHasBeenMapped exception mapper
IdHasBeenMappedExceptionMapper() - Constructor for class eu.europeana.cloud.service.uis.exception.IdHasBeenMappedExceptionMapper
 

J

JerseyConfig - Class in eu.europeana.cloud.service.uis.rest
Jersey Configuration for Exception Mappers and Resources
JerseyConfig() - Constructor for class eu.europeana.cloud.service.uis.rest.JerseyConfig
Creates a new instance of this class.

L

LOCAL_ID_CLASS_NAME - Variable in class eu.europeana.cloud.service.uis.rest.DataProviderResource
 

P

ProviderAlreadyExistsExceptionMapper - Class in eu.europeana.cloud.service.uis.exception
Provider Already Exists exception mapper
ProviderAlreadyExistsExceptionMapper() - Constructor for class eu.europeana.cloud.service.uis.exception.ProviderAlreadyExistsExceptionMapper
 
ProviderDoesNotExistExceptionMapper - Class in eu.europeana.cloud.service.uis.exception
ProviderDoesNotExist exception mapper
ProviderDoesNotExistExceptionMapper() - Constructor for class eu.europeana.cloud.service.uis.exception.ProviderDoesNotExistExceptionMapper
 

R

RecordDatasetEmptyExceptionMapper - Class in eu.europeana.cloud.service.uis.exception
RecordDatasetEmpty exception mapper
RecordDatasetEmptyExceptionMapper() - Constructor for class eu.europeana.cloud.service.uis.exception.RecordDatasetEmptyExceptionMapper
 
RecordDoesNotExistExceptionMapper - Class in eu.europeana.cloud.service.uis.exception
RecordDoesNotExist exception mapper
RecordDoesNotExistExceptionMapper() - Constructor for class eu.europeana.cloud.service.uis.exception.RecordDoesNotExistExceptionMapper
 
RecordExistsExceptionMapper - Class in eu.europeana.cloud.service.uis.exception
RecordExists exception mapper
RecordExistsExceptionMapper() - Constructor for class eu.europeana.cloud.service.uis.exception.RecordExistsExceptionMapper
 
RecordIdDoesNotExistExceptionMapper - Class in eu.europeana.cloud.service.uis.exception
RecordIdDoesNotExist exception mapper
RecordIdDoesNotExistExceptionMapper() - Constructor for class eu.europeana.cloud.service.uis.exception.RecordIdDoesNotExistExceptionMapper
 
removeIdMapping(String, String) - Method in class eu.europeana.cloud.service.uis.rest.DataProviderResource
Remove the mapping between a record identifier and a cloud identifier

Required permissions: Authenticated user Write permissions for selected data provider and local identifier (granted at the mapping creation)
RuntimeExceptionMapper - Class in eu.europeana.cloud.service.uis.exception
Maps all unhandled runtime exceptions.
RuntimeExceptionMapper() - Constructor for class eu.europeana.cloud.service.uis.exception.RuntimeExceptionMapper
 

T

toResponse(CloudIdDoesNotExistException) - Method in class eu.europeana.cloud.service.uis.exception.UISExceptionMapper
 
toResponse(DatabaseConnectionException) - Method in class eu.europeana.cloud.service.uis.exception.UISExceptionMapper
 
toResponse(IdHasBeenMappedException) - Method in class eu.europeana.cloud.service.uis.exception.UISExceptionMapper
 
toResponse(ProviderDoesNotExistException) - Method in class eu.europeana.cloud.service.uis.exception.UISExceptionMapper
 
toResponse(RecordDatasetEmptyException) - Method in class eu.europeana.cloud.service.uis.exception.UISExceptionMapper
 
toResponse(RecordDoesNotExistException) - Method in class eu.europeana.cloud.service.uis.exception.UISExceptionMapper
 
toResponse(RecordExistsException) - Method in class eu.europeana.cloud.service.uis.exception.UISExceptionMapper
 
toResponse(RecordIdDoesNotExistException) - Method in class eu.europeana.cloud.service.uis.exception.UISExceptionMapper
 
toResponse(ProviderAlreadyExistsException) - Method in class eu.europeana.cloud.service.uis.exception.UISExceptionMapper
 
toResponse(WebApplicationException) - Method in class eu.europeana.cloud.service.uis.exception.UISExceptionMapper
 
toResponse(RuntimeException) - Method in class eu.europeana.cloud.service.uis.exception.UISExceptionMapper
 
toResponse(CloudIdAlreadyExistException) - Method in class eu.europeana.cloud.service.uis.exception.UISExceptionMapper
 

U

UISExceptionMapper - Class in eu.europeana.cloud.service.uis.exception
Generic class exposing the exceptions
UISExceptionMapper() - Constructor for class eu.europeana.cloud.service.uis.exception.UISExceptionMapper
 
UniqueIdentifierResource - Class in eu.europeana.cloud.service.uis.rest
Implementation of the Unique Identifier Service.
UniqueIdentifierResource() - Constructor for class eu.europeana.cloud.service.uis.rest.UniqueIdentifierResource
 
updateProvider(DataProviderProperties, String, UriInfo) - Method in class eu.europeana.cloud.service.uis.rest.DataProviderResource
Updates data provider information.

W

WebApplicationsExceptionMapper - Class in eu.europeana.cloud.service.uis.exception
 
WebApplicationsExceptionMapper() - Constructor for class eu.europeana.cloud.service.uis.exception.WebApplicationsExceptionMapper
 
A C D E G I J L P R T U W 

Copyright © 2013–2016 Europeana Cloud Development Team. All rights reserved.