com.mkdoc.store
Interface PredicateManager

All Superinterfaces:
Manager
All Known Subinterfaces:
StoreManager

public interface PredicateManager
extends Manager

Manage stored RDF statements by predicate URI and schema.

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

Method Summary
 void purgePredicateStatements(java.lang.String predicateUri)
          Purge statements by predicate URI.
 void purgeSchemaStatements(Schema schema)
          Purge statements about a site by schema.
 
Methods inherited from interface com.mkdoc.store.Manager
initialize, shutdown
 

Method Detail

purgePredicateStatements

public void purgePredicateStatements(java.lang.String predicateUri)
                              throws StoreException
Purge statements by predicate URI.

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

purgeSchemaStatements

public void purgeSchemaStatements(Schema schema)
                           throws StoreException
Purge statements about a site by schema.

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