Uses of Class
edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.ResultFormat
-
-
Uses of RDFService.ResultFormat in edu.cornell.mannlib.vitro.webapp.rdfservice
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return RDFService.ResultFormat Modifier and Type Method Description static RDFService.ResultFormatRDFService.ResultFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static RDFService.ResultFormat[]RDFService.ResultFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.rdfservice with parameters of type RDFService.ResultFormat Modifier and Type Method Description InputStreamRDFService. sparqlSelectQuery(String query, RDFService.ResultFormat resultFormat)Performs a SPARQL select query against the knowledge base. -
Uses of RDFService.ResultFormat in edu.cornell.mannlib.vitro.webapp.rdfservice.filter
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.filter with parameters of type RDFService.ResultFormat Modifier and Type Method Description InputStreamLanguageFilteringRDFService. sparqlSelectQuery(String query, RDFService.ResultFormat resultFormat)InputStreamSameAsFilteringRDFServiceFactory.SameAsFilteringRDFService. sparqlSelectQuery(String query, RDFService.ResultFormat resultFormat) -
Uses of RDFService.ResultFormat in edu.cornell.mannlib.vitro.webapp.rdfservice.impl
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl with parameters of type RDFService.ResultFormat Modifier and Type Method Description static org.apache.jena.sparql.resultset.ResultsFormatRDFServiceUtils. getJenaResultSetFormat(RDFService.ResultFormat resultFormat)InputStreamRDFServiceFactorySingle.UnclosableRDFService. sparqlSelectQuery(String query, RDFService.ResultFormat resultFormat) -
Uses of RDFService.ResultFormat in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena with parameters of type RDFService.ResultFormat Modifier and Type Method Description InputStreamRDFServiceJena. sparqlSelectQuery(String query, RDFService.ResultFormat resultFormat)TODO Is there a way to accomplish this without buffering the entire result? -
Uses of RDFService.ResultFormat 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 RDFService.ResultFormat Modifier and Type Method Description InputStreamRDFServiceTDB. sparqlSelectQuery(String query, RDFService.ResultFormat resultFormat) -
Uses of RDFService.ResultFormat in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.logging
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.logging with parameters of type RDFService.ResultFormat Modifier and Type Method Description InputStreamLoggingRDFService. sparqlSelectQuery(String query, RDFService.ResultFormat resultFormat) -
Uses of RDFService.ResultFormat in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.sparql
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.sparql with parameters of type RDFService.ResultFormat Modifier and Type Method Description InputStreamRDFServiceSparql. sparqlSelectQuery(String queryStr, RDFService.ResultFormat resultFormat)Performs a SPARQL select query against the knowledge base.InputStreamRDFServiceSparqlHttp. sparqlSelectQuery(String queryStr, RDFService.ResultFormat resultFormat)Performs a SPARQL select query against the knowledge base.
-