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

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

Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return RDFService.SPARQLQueryType
 RDFService.SPARQLQueryType ChangeSet.getPreconditionQueryType()
           
static RDFService.SPARQLQueryType RDFService.SPARQLQueryType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RDFService.SPARQLQueryType[] RDFService.SPARQLQueryType.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.SPARQLQueryType
 void ChangeSet.setPreconditionQueryType(RDFService.SPARQLQueryType queryType)