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 Modifier and Type Method Description RDFService.SPARQLQueryTypeChangeSet. getPreconditionQueryType()static RDFService.SPARQLQueryTypeRDFService.SPARQLQueryType. valueOf(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 Modifier and Type Method Description voidChangeSet. setPreconditionQueryType(RDFService.SPARQLQueryType queryType) -
Uses of RDFService.SPARQLQueryType in edu.cornell.mannlib.vitro.webapp.rdfservice.impl
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl that return RDFService.SPARQLQueryType Modifier and Type Method Description RDFService.SPARQLQueryTypeChangeSetImpl. getPreconditionQueryType()Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl with parameters of type RDFService.SPARQLQueryType Modifier and Type Method Description protected booleanRDFServiceImpl. isPreconditionSatisfied(String query, RDFService.SPARQLQueryType queryType)voidChangeSetImpl. setPreconditionQueryType(RDFService.SPARQLQueryType queryType) -
Uses of RDFService.SPARQLQueryType in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.sparql
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.sparql with parameters of type RDFService.SPARQLQueryType Modifier and Type Method Description protected booleanRDFServiceSparql. isPreconditionSatisfied(String query, RDFService.SPARQLQueryType queryType)
-