Package org.dspace.rdf.storage
Class RDFStorageImpl
java.lang.Object
org.dspace.rdf.storage.RDFStorageImpl
- All Implemented Interfaces:
RDFStorage
- Author:
- Pascal-Nicolas Becker (dspace -at- pascal -hyphen- becker -dot- de)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected org.apache.jena.rdfconnection.RDFConnectionprotected Stringprotected Stringorg.apache.jena.rdf.model.ModelDon't use this method directly, useRDFizer.loadModel(...)instead.voidDon't use this method directly, useRDFizer.convert(...)to convert and store DSpaceObjets.
-
Field Details
-
configurationService
-
-
Constructor Details
-
RDFStorageImpl
public RDFStorageImpl()
-
-
Method Details
-
store
Description copied from interface:RDFStorageDon't use this method directly, useRDFizer.convert(...)to convert and store DSpaceObjets.- Specified by:
storein interfaceRDFStorage- Parameters:
uri- Identifier for this DSO (RDFizer.generateIdentifier(...)). You can load this model by using this URI.model- The model to store.- See Also:
-
load
Description copied from interface:RDFStorageDon't use this method directly, useRDFizer.loadModel(...)instead.- Specified by:
loadin interfaceRDFStorage- Parameters:
uri- Identifier for this DSO- Returns:
- the model
-
getConnection
protected org.apache.jena.rdfconnection.RDFConnection getConnection() -
delete
- Specified by:
deletein interfaceRDFStorage
-
deleteAll
public void deleteAll()- Specified by:
deleteAllin interfaceRDFStorage
-
getAllStoredGraphs
- Specified by:
getAllStoredGraphsin interfaceRDFStorage
-
getGraphStoreEndpoint
-
getSparqlEndpoint
-