Uses of Class
edu.cornell.mannlib.vitro.webapp.modules.tripleSource.ContentTripleSource
-
-
Uses of ContentTripleSource in edu.cornell.mannlib.vitro.webapp.application
Methods in edu.cornell.mannlib.vitro.webapp.application that return ContentTripleSource Modifier and Type Method Description ContentTripleSourceApplicationImpl. getContentTripleSource()Methods in edu.cornell.mannlib.vitro.webapp.application with parameters of type ContentTripleSource Modifier and Type Method Description voidApplicationImpl. setContentTripleSource(ContentTripleSource source) -
Uses of ContentTripleSource in edu.cornell.mannlib.vitro.webapp.modules
Methods in edu.cornell.mannlib.vitro.webapp.modules that return ContentTripleSource Modifier and Type Method Description ContentTripleSourceApplication. getContentTripleSource() -
Uses of ContentTripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl
Constructors in edu.cornell.mannlib.vitro.webapp.triplesource.impl with parameters of type ContentTripleSource Constructor Description BasicCombinedTripleSource(ContentTripleSource contentSource, ConfigurationTripleSource configurationSource) -
Uses of ContentTripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb
Subclasses of ContentTripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb Modifier and Type Class Description classContentTripleSourceSDBCreate the connection to the SDB triple-store. -
Uses of ContentTripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql
Subclasses of ContentTripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql Modifier and Type Class Description classContentTripleSourceSPARQLFor a SPARQL endpoint, each connection is created as needed by the RDFService, so there is no need to manage connections here. -
Uses of ContentTripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb
Subclasses of ContentTripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb Modifier and Type Class Description classContentTripleSourceTDBA TDB triple-store has no concept of connections, so we need not manage them here. -
Uses of ContentTripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl.virtuoso
Subclasses of ContentTripleSource in edu.cornell.mannlib.vitro.webapp.triplesource.impl.virtuoso Modifier and Type Class Description classContentTripleSourceVirtuosoSo far, it's just like a ContentTripleSourceSPARQL but it uses an instance of RDFServiceVirtuoso.
-