| Package | Description |
|---|---|
| eu.europeana.corelib.lookup.impl | |
| eu.europeana.corelib.tools.lookuptable |
| Modifier and Type | Method and Description |
|---|---|
EuropeanaId |
EuropeanaIdMongoServerImpl.find() |
EuropeanaId |
EuropeanaIdMongoServerImpl.findOne(String oldId) |
EuropeanaId |
EuropeanaIdMongoServerImpl.retrieveEuropeanaIdFromOld(List<String> oldIds) |
EuropeanaId |
EuropeanaIdMongoServerImpl.retrieveEuropeanaIdFromOld(String oldId) |
| Modifier and Type | Method and Description |
|---|---|
List<EuropeanaId> |
EuropeanaIdMongoServerImpl.retrieveEuropeanaIdFromNew(String newId) |
| Modifier and Type | Method and Description |
|---|---|
void |
EuropeanaIdMongoServerImpl.saveEuropeanaId(EuropeanaId europeanaId) |
| Modifier and Type | Method and Description |
|---|---|
EuropeanaId |
EuropeanaIdMongoServer.find() |
EuropeanaId |
EuropeanaIdMongoServer.findOne(String oldId) |
EuropeanaId |
EuropeanaIdMongoServer.retrieveEuropeanaIdFromOld(List<String> oldIds)
Find the EuropeanaId records based on the oldIds
|
EuropeanaId |
EuropeanaIdMongoServer.retrieveEuropeanaIdFromOld(String oldId)
Deprecated.
Use the retrieveEuropeanaIdFromOld(List
|
| Modifier and Type | Method and Description |
|---|---|
List<EuropeanaId> |
EuropeanaIdMongoServer.retrieveEuropeanaIdFromNew(String newId)
Find the EuropeanaId records based on the newId
|
| Modifier and Type | Method and Description |
|---|---|
void |
EuropeanaIdMongoServer.saveEuropeanaId(EuropeanaId europeanaId)
Save the europeanaId a update any references to it
|
Copyright © 2017 Europeana Foundation. All rights reserved.