com.mkdoc.store
Interface ObjectManager

All Superinterfaces:
Manager
All Known Subinterfaces:
StoreManager

public interface ObjectManager
extends Manager

Manage stored RDF statements by object URI or literal.

Version:
0.2 2005-05-11
Author:
Philip Shaw

Method Summary
 void purgeObjectStatements(java.lang.String object)
          Purge statements by object.
 
Methods inherited from interface com.mkdoc.store.Manager
initialize, shutdown
 

Method Detail

purgeObjectStatements

public void purgeObjectStatements(java.lang.String object)
                           throws StoreException
Purge statements by object.

Parameters:
object - The object of the statements to purge.
Throws:
StoreException - If an error occurs with the triple store.
Since:
Version 0.1 2005-03-31