|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Manage stored RDF statements by subject URI.
Method Summary | |
void |
addDocumentStatements(org.openrdf.model.URI subjectUri,
org.openrdf.model.Graph graph)
Add statements about a document by subject URI. |
void |
addXmlRdfStream(java.io.InputStream inStream,
java.net.URL baseUri)
Add an RDF data stream to the store. |
void |
purgeDocumentStatements(java.lang.String subjectUri)
Purge statements about a document by subject URI. |
void |
purgeSiteStatements(java.lang.String subjectUri)
Purge statements about a site by subject URI. |
Methods inherited from interface com.mkdoc.store.Manager |
initialize, shutdown |
Method Detail |
public void purgeDocumentStatements(java.lang.String subjectUri) throws StoreException
subjectUri
- The URI of the subject document to purge.
StoreException
- If an error occurs with the triple store.public void purgeSiteStatements(java.lang.String subjectUri) throws StoreException
subjectUri
- The URI of the subject site to purge.
StoreException
- If an error occurs with the triple store.public void addDocumentStatements(org.openrdf.model.URI subjectUri, org.openrdf.model.Graph graph) throws StoreException
subjectUri
- The URI of the subject document to add.graph
- The RDF graph of statements about this document.
StoreException
- If an error occurs with the triple store.public void addXmlRdfStream(java.io.InputStream inStream, java.net.URL baseUri) throws StoreException
inStream
- The data stream to add to the store.baseUri
- The URL base of the source.
StoreException
- If there is a problem importing the data to
the repository.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |