public class SparqlQueryTransform extends Object implements Transformation<com.hp.hpl.jena.query.QueryExecution>
| Constructor and Description |
|---|
SparqlQueryTransform(InputStream query)
Construct a new SparqlQueryTransform from the data from
the InputStream
|
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.QueryExecution |
apply(org.fcrepo.kernel.api.RdfStream rdfStream) |
boolean |
equals(Object other) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic SparqlQueryTransform(InputStream query)
query - the querypublic com.hp.hpl.jena.query.QueryExecution apply(org.fcrepo.kernel.api.RdfStream rdfStream)
apply in interface java.util.function.Function<org.fcrepo.kernel.api.RdfStream,com.hp.hpl.jena.query.QueryExecution>Copyright © 2013-2017 DuraSpace, Inc.. All Rights Reserved.