|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A type that implements all manager interfaces.
Field Summary | |
static java.lang.String |
REPOSITORY
The repository path configuration key. |
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. |
QueryResult |
executeQuery(Query query)
Execute a query against the data store. |
Methods inherited from interface com.mkdoc.store.Manager |
initialize, shutdown |
Field Detail |
public static final java.lang.String REPOSITORY
Method Detail |
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.public QueryResult executeQuery(Query query)
query
- The query to apply to the store.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |