|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Manage stored RDF statements by predicate URI and schema.
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 |
public void purgePredicateStatements(java.lang.String predicateUri) throws StoreException
predicateUri
- The predicate URI of the statements to purge.
StoreException
- If an error occurs with the triple store.public void purgeSchemaStatements(Schema schema) throws StoreException
schema
- The schema statements to purge from the store.
StoreException
- If an error occurs with the triple store.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |