| Constructor and Description |
|---|
JQLResultSet(javax.jcr.Session session,
org.fcrepo.kernel.rdf.IdentifierTranslator subjects,
javax.jcr.query.QueryResult queryResult)
Translate a JCR QueryResult to a SPARQL ResultSet, respecting any
IdentifierTranslator translation for JCR Paths
|
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.query.QueryResult |
getQueryResult()
Get the raw JCR query result
|
com.hp.hpl.jena.rdf.model.Model |
getResourceModel() |
List<String> |
getResultVars() |
int |
getRowNumber() |
boolean |
hasNext() |
com.hp.hpl.jena.query.QuerySolution |
next() |
com.hp.hpl.jena.sparql.engine.binding.Binding |
nextBinding() |
com.hp.hpl.jena.query.QuerySolution |
nextSolution() |
void |
remove() |
public JQLResultSet(javax.jcr.Session session,
org.fcrepo.kernel.rdf.IdentifierTranslator subjects,
javax.jcr.query.QueryResult queryResult)
throws javax.jcr.RepositoryException
subjects - queryResult - javax.jcr.RepositoryExceptionpublic javax.jcr.query.QueryResult getQueryResult()
public void remove()
public boolean hasNext()
public com.hp.hpl.jena.query.QuerySolution next()
public com.hp.hpl.jena.query.QuerySolution nextSolution()
nextSolution in interface com.hp.hpl.jena.query.ResultSetpublic com.hp.hpl.jena.sparql.engine.binding.Binding nextBinding()
nextBinding in interface com.hp.hpl.jena.query.ResultSetpublic int getRowNumber()
getRowNumber in interface com.hp.hpl.jena.query.ResultSetpublic List<String> getResultVars()
getResultVars in interface com.hp.hpl.jena.query.ResultSetpublic com.hp.hpl.jena.rdf.model.Model getResourceModel()
getResourceModel in interface com.hp.hpl.jena.query.ResultSetCopyright © 2013–2014 DuraSpace, Inc.. All rights reserved.