public class AsyncOntologyMatcher extends Object implements OntologyMatcher, org.springframework.beans.factory.InitializingBean
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncOntologyMatcher.BoostTermContainer |
class |
AsyncOntologyMatcher.OntologyTermContainer |
| Constructor and Description |
|---|
AsyncOntologyMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
boolean |
checkExistingMappings(String dataSetIdentifier,
DataService dataService) |
void |
deleteDocumentByIds(String documentType,
List<String> documentIds) |
boolean |
isRunning() |
void |
match(String userName,
Integer selectedDataSet,
List<Integer> dataSetsToMatch,
Integer featureId) |
Integer |
matchPercentage(String currentUserName) |
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(String currentUserName)
matchPercentage in interface OntologyMatcherpublic void deleteDocumentByIds(String documentType, List<String> documentIds)
deleteDocumentByIds in interface OntologyMatcher@Async @Transactional public void match(String userName, Integer selectedDataSet, List<Integer> dataSetsToMatch, Integer featureId)
match in interface OntologyMatcherpublic boolean checkExistingMappings(String dataSetIdentifier, DataService dataService)
checkExistingMappings in interface OntologyMatcherCopyright © 2014. All Rights Reserved.