| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.backend.dsb |
| Modifier and Type | Method and Description |
|---|---|
QuerySession |
Protempa.prepare(Query query)
Create a QuerySession object, which can be used by the caller to further
filter or drill the results of the initial query that is passed in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Protempa.deleteSession(QuerySession querySession) |
void |
Protempa.detachSession(QuerySession querySession) |
DataStreamingEventIterator<Proposition> |
DataSourceImpl.readPropositions(Set<String> keyIds,
Set<String> propIds,
Filter filters,
QuerySession qs,
QueryResultsHandler queryResultsHandler) |
DataStreamingEventIterator<Proposition> |
DataSource.readPropositions(Set<String> keyIds,
Set<String> propIds,
Filter filters,
QuerySession qs,
QueryResultsHandler queryResultsHandler) |
void |
Protempa.reattachSession(QuerySession querySession) |
| Modifier and Type | Method and Description |
|---|---|
DataStreamingEventIterator<Proposition> |
DataSourceBackend.readPropositions(Set<String> keyIds,
Set<String> propIds,
Filter filters,
QuerySession qs,
QueryResultsHandler queryResultsHandler) |
Copyright © 2012–2016 Emory University. All rights reserved.