Uses of Interface
edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService
-
-
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.audit
Methods in edu.cornell.mannlib.vitro.webapp.audit with parameters of type RDFService Modifier and Type Method Description protected voidAuditSetup. registerChangeListener(RDFService rdfService)Register a change listener with the RDFService -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.auth.policy
Methods in edu.cornell.mannlib.vitro.webapp.auth.policy with parameters of type RDFService Modifier and Type Method Description static voidPolicyLoader. initialize(RDFService rdfService) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.controller
Methods in edu.cornell.mannlib.vitro.webapp.controller that return RDFService Modifier and Type Method Description RDFServiceVitroRequest. getRDFService()RDFServiceVitroRequest. getUnfilteredRDFService() -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery
Fields in edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery declared as RDFService Modifier and Type Field Description protected RDFServiceSparqlQueryApiExecutor. rdfServiceMethods in edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery with parameters of type RDFService Modifier and Type Method Description static SparqlQueryApiExecutorSparqlQueryApiExecutor. instance(RDFService rdfService, String queryString, String acceptHeader)Get an instance that is appropriate to the query and the acceptable types.Constructors in edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery with parameters of type RDFService Constructor Description SparqlQueryApiAskExecutor(RDFService rdfService, String queryString, String acceptHeader)SparqlQueryApiConstructExecutor(RDFService rdfService, String queryString, String acceptHeader)SparqlQueryApiDescribeExecutor(RDFService rdfService, String queryString, String acceptHeader)SparqlQueryApiExecutor(RDFService rdfService, String queryString)SparqlQueryApiSelectExecutor(RDFService rdfService, String queryString, String acceptHeader) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.dao.jena
Fields in edu.cornell.mannlib.vitro.webapp.dao.jena declared as RDFService Modifier and Type Field Description protected RDFServiceObjectPropertyStatementDaoJena. rdfServiceprotected RDFServicePropertyDaoJena. rdfServiceprotected RDFServiceWebappDaoFactoryJena. rdfServiceMethods in edu.cornell.mannlib.vitro.webapp.dao.jena that return RDFService Modifier and Type Method Description protected RDFServicePropertyDaoJena. getRDFService()RDFServiceRDFServiceGraph. getRDFService()RDFServiceWebappDaoFactorySDB. getRDFService()Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type RDFService Modifier and Type Method Description static org.apache.jena.query.ResultSetQueryUtils. getQueryResults(String queryStr, org.apache.jena.query.QuerySolution initialBindings, RDFService rdfService) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo with parameters of type RDFService Modifier and Type Method Description static voidProcessRdfForm. applyChangesToWriteModel(AdditionsAndRetractions changes, RDFService rdfService, String graphUri, String editorUri) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.i18n
Fields in edu.cornell.mannlib.vitro.webapp.i18n declared as RDFService Modifier and Type Field Description protected RDFServiceTranslationProvider. rdfService -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.migration.auth
Methods in edu.cornell.mannlib.vitro.webapp.migration.auth with parameters of type RDFService Modifier and Type Method Description protected voidAuthMigrator. initialize(RDFService content, RDFService configuration)Constructors in edu.cornell.mannlib.vitro.webapp.migration.auth with parameters of type RDFService Constructor Description AnnotationMigrator(RDFService contentRdfService, RDFService configurationRdfService)ArmMigrator(RDFService contentRdfService, RDFService configurationRdfService, org.apache.jena.ontology.OntModel userAccountsModel) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.modelaccess
Methods in edu.cornell.mannlib.vitro.webapp.modelaccess that return RDFService Modifier and Type Method Description RDFServiceContextModelAccess. getRDFService()Get the RDFService for the CONTENT.RDFServiceContextModelAccess. getRDFService(ModelAccess.WhichService which)Get the RDFService for either CONTENT or CONFIGURATION models.RDFServiceRequestModelAccess. getRDFService(ModelAccess.RdfServiceOption... options)Get an RDFService: CONTENT or CONFIGURATION, Language-aware or not. -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.modelaccess.impl
Methods in edu.cornell.mannlib.vitro.webapp.modelaccess.impl that return RDFService Modifier and Type Method Description RDFServiceContextModelAccessImpl. getRDFService()RDFServiceContextModelAccessImpl. getRDFService(ModelAccess.WhichService which)RDFServiceRequestModelAccessImpl. getRDFService(ModelAccess.RdfServiceOption... options) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.modules.tripleSource
Methods in edu.cornell.mannlib.vitro.webapp.modules.tripleSource that return RDFService Modifier and Type Method Description RDFServiceTripleSource. getRDFService()Methods in edu.cornell.mannlib.vitro.webapp.modules.tripleSource with parameters of type RDFService Modifier and Type Method Description OntModelCacheTripleSource. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.ontology.update
Methods in edu.cornell.mannlib.vitro.webapp.ontology.update that return RDFService Modifier and Type Method Description RDFServiceUpdateSettings. getRDFService()Methods in edu.cornell.mannlib.vitro.webapp.ontology.update with parameters of type RDFService Modifier and Type Method Description voidUpdateSettings. setRDFService(RDFService rdfService) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.rdfservice
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return RDFService Modifier and Type Method Description RDFServiceRDFServiceFactory. getRDFService()RDFServiceRDFServiceFactory. getShortTermRDFService()Returns an instance of RDFService that may not support being left idle for long periods of time. -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.rdfservice.filter
Classes in edu.cornell.mannlib.vitro.webapp.rdfservice.filter that implement RDFService Modifier and Type Class Description classLanguageFilteringRDFServiceclassSameAsFilteringRDFServiceFactory.SameAsFilteringRDFServiceMethods in edu.cornell.mannlib.vitro.webapp.rdfservice.filter that return RDFService Modifier and Type Method Description RDFServiceSameAsFilteringRDFServiceFactory. getRDFService()RDFServiceSameAsFilteringRDFServiceFactory. getShortTermRDFService()Constructors in edu.cornell.mannlib.vitro.webapp.rdfservice.filter with parameters of type RDFService Constructor Description LanguageFilteringRDFService(RDFService service, List<String> langs)SameAsFilteringRDFService(RDFService rdfService) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.rdfservice.impl
Classes in edu.cornell.mannlib.vitro.webapp.rdfservice.impl that implement RDFService Modifier and Type Class Description classRDFServiceFactorySingle.UnclosableRDFServiceclassRDFServiceImplMethods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl that return RDFService Modifier and Type Method Description RDFServiceRDFServiceFactorySingle. getRDFService()static RDFServiceRDFServiceUtils. getRDFService(VitroRequest vreq)static RDFServiceRDFServiceUtils. getRDFService(VitroRequest vreq, ModelAccess.WhichService which)RDFServiceRDFServiceFactorySingle. getShortTermRDFService()Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl with parameters of type RDFService Modifier and Type Method Description static org.apache.jena.query.ResultSetRDFServiceUtils. sparqlSelectQuery(String query, RDFService rdfService)Constructors in edu.cornell.mannlib.vitro.webapp.rdfservice.impl with parameters of type RDFService Constructor Description RDFServiceFactorySingle(RDFService rdfService)UnclosableRDFService(RDFService rdfService) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena
Classes in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena that implement RDFService Modifier and Type Class Description classRDFServiceJena -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.model
Classes in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.model that implement RDFService Modifier and Type Class Description classRDFServiceModel -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.sdb
Classes in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.sdb that implement RDFService Modifier and Type Class Description classRDFServiceSDBMethods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.sdb that return RDFService Modifier and Type Method Description RDFServiceRDFServiceFactorySDB. getRDFService()RDFServiceRDFServiceFactorySDB. getShortTermRDFService() -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.tdb
Classes in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.tdb that implement RDFService Modifier and Type Class Description classRDFServiceTDBAn implementation that is based on Jena TDB. -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.logging
Classes in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.logging that implement RDFService Modifier and Type Class Description classLoggingRDFServiceThis RDFService wrapper adds instrumentation to the time-consuming methods of the inner RDFService.Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.logging that return RDFService Modifier and Type Method Description RDFServiceLoggingRDFServiceFactory. getRDFService()RDFServiceLoggingRDFServiceFactory. getShortTermRDFService() -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.sparql
Classes in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.sparql that implement RDFService Modifier and Type Class Description classRDFServiceSparqlclassRDFServiceSparqlHttpThis is a RDFService that passes SPARQL queries to the SPARQL endpoint unaltered and without parsing them. -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.virtuoso
Classes in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.virtuoso that implement RDFService Modifier and Type Class Description classRDFServiceVirtuosoFor now, at least, it is just like an RDFServiceSparql except: A username and password are required. -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.reasoner
Constructors in edu.cornell.mannlib.vitro.webapp.reasoner with parameters of type RDFService Constructor Description ABoxRecomputer(org.apache.jena.ontology.OntModel tboxModel, org.apache.jena.ontology.OntModel aboxModel, RDFService rdfService, SimpleReasoner simpleReasoner, SearchIndexer searchIndexer)SimpleReasoner(org.apache.jena.ontology.OntModel tboxModel, RDFService rdfService, org.apache.jena.rdf.model.Model inferenceModel, org.apache.jena.rdf.model.Model inferenceRebuildModel, org.apache.jena.rdf.model.Model scratchpadModel, SearchIndexer searchIndexer) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding
Fields in edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding declared as RDFService Modifier and Type Field Description protected RDFServiceSelectQueryDocumentModifier. rdfService -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.searchindex.indexing
Fields in edu.cornell.mannlib.vitro.webapp.searchindex.indexing declared as RDFService Modifier and Type Field Description protected RDFServiceAdditionalURIsForObjectProperties. rdfService -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.servlet.setup
Methods in edu.cornell.mannlib.vitro.webapp.servlet.setup with parameters of type RDFService Modifier and Type Method Description booleanFileGraphSetup. updateGraphInDB(RDFService rdfService, org.apache.jena.rdf.model.Model fileModel, String type, Path path) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.triplesource
Methods in edu.cornell.mannlib.vitro.webapp.triplesource that return RDFService Modifier and Type Method Description RDFServiceCombinedTripleSource. getRDFService(ModelAccess.WhichService whichService)RDFServiceShortTermCombinedTripleSource. getRDFService(ModelAccess.WhichService whichService) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.triplesource.impl
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl that return RDFService Modifier and Type Method Description RDFServiceBasicCombinedTripleSource. getRDFService(ModelAccess.WhichService whichService)RDFServiceBasicShortTermCombinedTripleSource. getRDFService(ModelAccess.WhichService whichService) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb that return RDFService Modifier and Type Method Description RDFServiceContentTripleSourceSDB. getRDFService()Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb with parameters of type RDFService Modifier and Type Method Description OntModelCacheContentTripleSourceSDB. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache)Use models from the short-term RDFService, since there is less contention for the database connections that way. -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql that return RDFService Modifier and Type Method Description protected RDFServiceContentTripleSourceSPARQL. createRDFService(ComponentStartupStatus ss)RDFServiceContentTripleSourceSPARQL. getRDFService()Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql with parameters of type RDFService Modifier and Type Method Description OntModelCacheContentTripleSourceSPARQL. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb that return RDFService Modifier and Type Method Description RDFServiceConfigurationTripleSourceTDB. getRDFService()RDFServiceContentTripleSourceTDB. getRDFService()Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb with parameters of type RDFService Modifier and Type Method Description OntModelCacheConfigurationTripleSourceTDB. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache)OntModelCacheContentTripleSourceTDB. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.triplesource.impl.virtuoso
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.virtuoso that return RDFService Modifier and Type Method Description protected RDFServiceContentTripleSourceVirtuoso. createRDFService(ComponentStartupStatus ss) -
Uses of RDFService in edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner
Methods in edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner with parameters of type RDFService Modifier and Type Method Description static SparqlQueryRunner.ConstructQueryContextSparqlQueryRunner. createConstructQueryContext(RDFService rdfService, QueryHolder query)static SparqlQueryRunner.ConstructQueryContextSparqlQueryRunner. createConstructQueryContext(RDFService rdfService, String queryString)static SparqlQueryRunner.SelectQueryContextSparqlQueryRunner. createSelectQueryContext(RDFService rdfService, QueryHolder query)static SparqlQueryRunner.SelectQueryContextSparqlQueryRunner. createSelectQueryContext(RDFService rdfService, String queryString)Constructors in edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner with parameters of type RDFService Constructor Description RdfServiceConstructQueryContext(RDFService rdfService, QueryHolder query) -
Uses of RDFService in org.vivoweb.linkeddatafragments.datasource.rdfservice
Methods in org.vivoweb.linkeddatafragments.datasource.rdfservice with parameters of type RDFService Modifier and Type Method Description static voidRDFServiceBasedRequestProcessorForTPFs. setRDFService(RDFService pRDFService)
-