public class AsyncOntologyMatcher extends Object implements OntologyMatcher, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
AsyncOntologyMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
boolean |
checkExistingMappings(String dataSetIdentifier,
Database db) |
void |
deleteDocumentByIds(String documentType,
List<String> documentIds) |
boolean |
isRunning() |
void |
match(Integer selectedDataSet,
List<Integer> dataSetsToMatch) |
Integer |
matchPercentage() |
void |
setSearchService(SearchService searchService) |
@Autowired public void setSearchService(SearchService searchService)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic boolean isRunning()
isRunning in interface OntologyMatcherpublic Integer matchPercentage()
matchPercentage in interface OntologyMatcherpublic void deleteDocumentByIds(String documentType, List<String> documentIds)
deleteDocumentByIds in interface OntologyMatcher@Async public void match(Integer selectedDataSet, List<Integer> dataSetsToMatch) throws DatabaseException
match in interface OntologyMatcherDatabaseExceptionpublic boolean checkExistingMappings(String dataSetIdentifier, Database db) throws DatabaseException
checkExistingMappings in interface OntologyMatcherDatabaseExceptionCopyright © 2013. All Rights Reserved.