public class AsyncOntologyIndexer extends Object implements OntologyIndexer, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
AsyncOntologyIndexer() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
String |
getOntologyUri() |
void |
index(String ontologyName,
File ontologyFile) |
boolean |
isCorrectOntology() |
boolean |
isIndexingRunning() |
void |
removeOntology(String ontologyURI) |
void |
setSearchService(SearchService searchService) |
@Autowired public void setSearchService(SearchService searchService)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic boolean isIndexingRunning()
isIndexingRunning in interface OntologyIndexer@Async public void index(String ontologyName, File ontologyFile)
index in interface OntologyIndexerpublic void removeOntology(String ontologyURI)
removeOntology in interface OntologyIndexerpublic String getOntologyUri()
getOntologyUri in interface OntologyIndexerpublic boolean isCorrectOntology()
isCorrectOntology in interface OntologyIndexerCopyright © 2013. All Rights Reserved.