public interface VocabularyMongoServer extends MongoServer
| Modifier and Type | Method and Description |
|---|---|
ControlledVocabularyImpl |
getControlledVocabulary(String field,
String filter)
Retrieve the mappings for a specific resource.
|
ControlledVocabularyImpl |
getControlledVocabularyByName(String name)
Retrieve a ControlledVocabulary by name
|
ControlledVocabularyImpl |
getControlledVocabularyByUri(String uri,
String name)
Retrieve the mappings for a specific resource by URI
|
close, getDatastore, toStringControlledVocabularyImpl getControlledVocabulary(String field, String filter)
field - - the field of the controlled vocabulary to search for (the
uri of the vocabulary is currently only supported)filter - - the value to match the fieldControlledVocabularyImpl getControlledVocabularyByUri(String uri, String name)
uri - The uri to search onname - The name to compare with if the URI exists more than onceControlledVocabularyImpl getControlledVocabularyByName(String name)
name - The name to search onCopyright © 2015 Europeana Foundation. All rights reserved.