Uses of Class
edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.ModelSerializationFormat

Uses of RDFService.ModelSerializationFormat in edu.cornell.mannlib.vitro.webapp.rdfservice
 

Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return RDFService.ModelSerializationFormat
 RDFService.ModelSerializationFormat ModelChange.getSerializationFormat()
           
static RDFService.ModelSerializationFormat RDFService.ModelSerializationFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RDFService.ModelSerializationFormat[] RDFService.ModelSerializationFormat.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.ModelSerializationFormat
 void ChangeSet.addAddition(java.io.InputStream model, RDFService.ModelSerializationFormat serializationFormat, java.lang.String graphURI)
          Adds one model change representing an addition to the list of model changes
 void ChangeSet.addRemoval(java.io.InputStream model, RDFService.ModelSerializationFormat serializationFormat, java.lang.String graphURI)
          Adds one model change representing a deletion to the list of model changes
 ModelChange ChangeSet.manufactureModelChange(java.io.InputStream serializedModel, RDFService.ModelSerializationFormat serializationFormat, ModelChange.Operation operation, java.lang.String graphURI)
          Creates an instance of the ModelChange class
 void ModelChange.setSerializationFormat(RDFService.ModelSerializationFormat serializationFormat)
           
 java.io.InputStream RDFService.sparqlConstructQuery(java.lang.String query, RDFService.ModelSerializationFormat resultFormat)
          Performs a SPARQL construct query against the knowledge base.
 java.io.InputStream RDFService.sparqlDescribeQuery(java.lang.String query, RDFService.ModelSerializationFormat resultFormat)
          Performs a SPARQL describe query against the knowledge base.