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
static RDFService.ResultFormat RDFService.ResultFormat.valueOf(java.lang.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
 java.io.InputStream RDFService.sparqlSelectQuery(java.lang.String query, RDFService.ResultFormat resultFormat)
          Performs a SPARQL select query against the knowledge base.