Uses of Class
edu.cornell.mannlib.vitro.webapp.rdfservice.ResultSetConsumer
-
-
Uses of ResultSetConsumer in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type ResultSetConsumer Modifier and Type Method Description protected voidPropertyDaoJena. getPropertyQueryResults(String queryString, ResultSetConsumer consumer) -
Uses of ResultSetConsumer in edu.cornell.mannlib.vitro.webapp.rdfservice
Subclasses of ResultSetConsumer in edu.cornell.mannlib.vitro.webapp.rdfservice Modifier and Type Class Description static classResultSetConsumer.ChainingHelper implemenation of ResutSetConsumer that can be used to wrap another ResultSetConsumer - useful for filtering implementationsstatic classResultSetConsumer.HasResultHelper implementation that allows you to find out simply if there were any results in the ResultSetMethods in edu.cornell.mannlib.vitro.webapp.rdfservice with parameters of type ResultSetConsumer Modifier and Type Method Description voidRDFService. sparqlSelectQuery(String query, ResultSetConsumer consumer)Performs a SPARQL select query against the knowledge base.Constructors in edu.cornell.mannlib.vitro.webapp.rdfservice with parameters of type ResultSetConsumer Constructor Description Chaining(ResultSetConsumer innerConsumer) -
Uses of ResultSetConsumer in edu.cornell.mannlib.vitro.webapp.rdfservice.filter
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.filter with parameters of type ResultSetConsumer Modifier and Type Method Description voidLanguageFilteringRDFService. sparqlSelectQuery(String query, ResultSetConsumer consumer)voidSameAsFilteringRDFServiceFactory.SameAsFilteringRDFService. sparqlSelectQuery(String query, ResultSetConsumer consumer) -
Uses of ResultSetConsumer in edu.cornell.mannlib.vitro.webapp.rdfservice.impl
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl with parameters of type ResultSetConsumer Modifier and Type Method Description voidRDFServiceFactorySingle.UnclosableRDFService. sparqlSelectQuery(String query, ResultSetConsumer consumer) -
Uses of ResultSetConsumer in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena with parameters of type ResultSetConsumer Modifier and Type Method Description voidRDFServiceJena. sparqlSelectQuery(String query, ResultSetConsumer consumer) -
Uses of ResultSetConsumer in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.tdb
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.tdb with parameters of type ResultSetConsumer Modifier and Type Method Description voidRDFServiceTDB. sparqlSelectQuery(String query, ResultSetConsumer consumer) -
Uses of ResultSetConsumer in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.logging
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.logging with parameters of type ResultSetConsumer Modifier and Type Method Description voidLoggingRDFService. sparqlSelectQuery(String query, ResultSetConsumer consumer) -
Uses of ResultSetConsumer in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.sparql
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.sparql with parameters of type ResultSetConsumer Modifier and Type Method Description voidRDFServiceSparql. sparqlSelectQuery(String queryStr, ResultSetConsumer consumer)voidRDFServiceSparqlHttp. sparqlSelectQuery(String queryStr, ResultSetConsumer consumer)
-