public class SystemPropositionFinder extends AbstractPropositionFinder<String>
| Constructor and Description |
|---|
SystemPropositionFinder(SystemPropositionRetriever inRetriever) |
| Modifier and Type | Method and Description |
|---|---|
List<org.protempa.PropositionDefinition> |
findAll(String sourceConfigId,
List<String> inKeys,
Boolean withChildren)
Finds all of the system elements given by the keys for the given user
|
protected net.sf.ehcache.Cache |
getCache() |
protected net.sf.ehcache.CacheManager |
getCacheManager() |
find, shutdown@Inject public SystemPropositionFinder(SystemPropositionRetriever inRetriever)
public List<org.protempa.PropositionDefinition> findAll(String sourceConfigId, List<String> inKeys, Boolean withChildren) throws PropositionFindException
sourceConfigId - the ID of the source config to use for the look-upinKeys - the keys of the system elements to look upwithChildren - whether to find the given system elements' children as wellList of SystemPhenotypesPropositionFindExceptionprotected net.sf.ehcache.Cache getCache()
getCache in class AbstractPropositionFinder<String>protected net.sf.ehcache.CacheManager getCacheManager()
getCacheManager in class AbstractPropositionFinder<String>Copyright © 2012–2016 Emory University. All rights reserved.