public class PropositionDefinitionFinder extends Object implements AutoCloseable
| Constructor and Description |
|---|
PropositionDefinitionFinder(String configId,
EtlProperties etlProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.protempa.PropositionDefinition |
find(String inKey) |
List<org.protempa.PropositionDefinition> |
findAll(Collection<String> propIds) |
List<org.protempa.PropositionDefinition> |
getPropositionsBySearchKey(String inSearchKey) |
List<String> |
searchPropositions(String inSearchKey) |
public PropositionDefinitionFinder(String configId, EtlProperties etlProperties) throws PropositionFinderException
PropositionFinderExceptionpublic List<org.protempa.PropositionDefinition> findAll(Collection<String> propIds) throws PropositionFinderException
PropositionFinderExceptionpublic org.protempa.PropositionDefinition find(String inKey) throws PropositionFinderException
PropositionFinderExceptionpublic List<String> searchPropositions(String inSearchKey) throws PropositionFinderException
PropositionFinderExceptionpublic List<org.protempa.PropositionDefinition> getPropositionsBySearchKey(String inSearchKey) throws PropositionFinderException
PropositionFinderExceptionpublic void close()
throws PropositionFinderException
close in interface AutoCloseablePropositionFinderExceptionCopyright © 2012–2017 Emory University. All rights reserved.