Interface AuditDAO

  • All Known Implementing Classes:
    AuditDAOJena, AuditDAOTDB

    public interface AuditDAO
    Interface for storing and retrieving Audit entries
    • Method Detail

      • write

        void write​(AuditChangeSet dataset)
        Write the dataset to storage
        Parameters:
        dataset -
      • getUsers

        List<String> getUsers()
        Get list of users
      • getGraphs

        List<String> getGraphs()
        Get list of graphs
      • 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: