Class Report

    • Constructor Summary

      Constructors 
      Constructor Description
      Report​(java.lang.String dataPath)
      Report constructor.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.util.Iterator getResult​(Session session)
      Runs the report and returns a result iterator over Object[] instances.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Report

        public Report​(java.lang.String dataPath)
        Report constructor.
        Parameters:
        dataPath - the path where the query statistics are stored.
    • Method Detail

      • getResult

        public abstract java.util.Iterator getResult​(Session session)
                                              throws RepositoryException
        Runs the report and returns a result iterator over Object[] instances.
        Parameters:
        session - the session giving access to the workspace.
        Returns:
        Iterator over Object results.
        Throws:
        RepositoryException - if an error occurs while reading from the repository.