|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.glitter.query.QueryResults
public class QueryResults
QueryResults bundles together the result object (as given by QueryResultForm.serializeResults(SolutionSet)
with the QueryController that represents the parsed and prepared query.
| Constructor Summary | |
|---|---|
QueryResults(java.lang.Object results,
QueryController controller)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
getAskResults()
Get the query results cast to a boolean. |
java.util.Collection<org.openrdf.model.Statement> |
getConstructResults()
Get the query results cast to a collection of triples (a graph). |
java.util.Collection<org.openrdf.model.Statement> |
getDescribeResults()
Get the query results cast to a collection of triples (a graph). |
QueryController |
getQueryController()
Get the parsed and prepared query. |
java.lang.Object |
getResults()
Get the raw results object |
SolutionSet |
getSelectResults()
Get the query results cast to a SolutionSet. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryResults(java.lang.Object results,
QueryController controller)
results - controller - | Method Detail |
|---|
public SolutionSet getSelectResults()
SolutionSet.
SolutionSet.public boolean getAskResults()
public java.util.Collection<org.openrdf.model.Statement> getConstructResults()
public java.util.Collection<org.openrdf.model.Statement> getDescribeResults()
public java.lang.Object getResults()
public QueryController getQueryController()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||