| Modifier and Type | Method and Description |
|---|---|
List<Concept> |
ExternalConceptService.getConcepts(String term) |
List<Concept> |
ExternalConceptService.getConceptsByURIWithSparql(String uri) |
List<Concept> |
ExternalConceptService.processResults(String term) |
| Modifier and Type | Method and Description |
|---|---|
Concept |
AgrovocService.createConcept(String bestMatch,
String skosConceptURI) |
Concept |
LCSHService.createConcept(String bestMatch,
String conceptURLString,
String skosConceptURI) |
| Modifier and Type | Method and Description |
|---|---|
List<Concept> |
UMLSService.getConcepts(String term) |
List<Concept> |
LCSHService.getConcepts(String term) |
List<Concept> |
GemetService.getConcepts(String term) |
List<Concept> |
AgrovocService.getConcepts(String term) |
List<Concept> |
UMLSService.getConceptsByURIWithSparql(String uri) |
List<Concept> |
LCSHService.getConceptsByURIWithSparql(String uri) |
List<Concept> |
GemetService.getConceptsByURIWithSparql(String uri) |
List<Concept> |
AgrovocService.getConceptsByURIWithSparql(String uri) |
List<Concept> |
UMLSService.processResults(String term) |
List<Concept> |
LCSHService.processResults(String term) |
List<Concept> |
GemetService.processResults(String term) |
List<Concept> |
AgrovocService.processResults(String term) |
| Modifier and Type | Method and Description |
|---|---|
static Concept |
SKOSUtils.createConceptUsingXMLFromURL(Concept concept,
String conceptURLString,
String langTagValue,
boolean addNotes) |
static Concept |
SKOSUtils.createConceptUsingXMLModel(Concept concept,
String results,
String langTagValue,
boolean addNotes)
The above code, although functional, does not take advantage of the fact
that we can actually read and query the RDF in precisely the manner we
wish.
|
| Modifier and Type | Method and Description |
|---|---|
static Concept |
SKOSUtils.createConceptUsingXMLFromURL(Concept concept,
String conceptURLString,
String langTagValue,
boolean addNotes) |
static Concept |
SKOSUtils.createConceptUsingXMLModel(Concept concept,
String results,
String langTagValue,
boolean addNotes)
The above code, although functional, does not take advantage of the fact
that we can actually read and query the RDF in precisely the manner we
wish.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Concept> |
ConceptSearchServiceUtils.getSearchResults(javax.servlet.ServletContext context,
VitroRequest vreq) |
Copyright © 2016. All rights reserved.