Interface AuditDAO
-
- All Known Implementing Classes:
AuditDAOJena,AuditDAOTDB
public interface AuditDAOInterface for storing and retrieving Audit entries
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuditResultsfind(long offset, int limit, long startDate, long endDate, String userUri, String graphUri, boolean order)Retrieve a set of audit entries for a given userList<String>getGraphs()Get list of graphsList<String>getUsers()Get list of usersvoidwrite(AuditChangeSet dataset)Write the dataset to storage
-
-
-
Method Detail
-
write
void write(AuditChangeSet dataset)
Write the dataset to storage- Parameters:
dataset-
-
find
AuditResults find(long offset, int limit, long startDate, long endDate, String userUri, String graphUri, boolean order)
Retrieve a set of audit entries for a given user- Parameters:
offset-limit-startDate-endDate-userUri-graphUri-order- true = ASC, false = DESC- Returns:
-
-