public class ContentTripleSourceSPARQL extends ContentTripleSource
Application.Component.LifecycleStateMEMORY_MAPPED_CONTENT_MODELS, SMALL_CONTENT_MODELS| Constructor and Description |
|---|
ContentTripleSourceSPARQL() |
| Modifier and Type | Method and Description |
|---|---|
protected RDFService |
createRDFService(ComponentStartupStatus ss) |
org.apache.jena.query.Dataset |
getDataset() |
org.apache.jena.rdf.model.ModelMaker |
getModelMaker() |
RDFService |
getRDFService() |
RDFServiceFactory |
getRDFServiceFactory() |
OntModelCache |
getShortTermOntModels(RDFService shortTermRdfService,
OntModelCache longTermOntModelCache) |
void |
setEndpointURI(String eUri) |
void |
setUpdateEndpointURI(String ueUri) |
void |
shutdown(Application application)
This should be called only once, and should be the last call on this
Component.
|
void |
startup(Application application,
ComponentStartupStatus ss)
This should be called only once, and should be the first call on this
Component.
|
String |
toString() |
addContentDecoratorspublic void setEndpointURI(String eUri)
public void setUpdateEndpointURI(String ueUri)
public void startup(Application application, ComponentStartupStatus ss)
Application.Componentprotected RDFService createRDFService(ComponentStartupStatus ss)
public RDFServiceFactory getRDFServiceFactory()
public RDFService getRDFService()
public org.apache.jena.query.Dataset getDataset()
public org.apache.jena.rdf.model.ModelMaker getModelMaker()
public OntModelCache getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache)
public void shutdown(Application application)
Application.ComponentCopyright © 2022. All rights reserved.