Class AuditDAOTDB
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.audit.storage.AuditDAOJena
-
- edu.cornell.mannlib.vitro.webapp.audit.storage.AuditDAOTDB
-
- All Implemented Interfaces:
AuditDAO
public class AuditDAOTDB extends AuditDAOJena
Implementation of Audit store that uses Jena TDB
-
-
Constructor Summary
Constructors Constructor Description AuditDAOTDB()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.jena.query.DatasetgetDataset()Return the storestatic voidinitialize(String tdbPath)Initialize the Jena TFB storagestatic voidshutdown()Shutdown the dataset-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.audit.storage.AuditDAOJena
find, getGraphs, getUsers, write
-
-
-
-
Method Detail
-
initialize
public static void initialize(String tdbPath)
Initialize the Jena TFB storage- Parameters:
tdbPath-
-
shutdown
public static void shutdown()
Shutdown the dataset
-
getDataset
protected org.apache.jena.query.Dataset getDataset()
Return the store- Specified by:
getDatasetin classAuditDAOJena- Returns:
-
-