Interface StatisticsService


  • @Deprecated
    public interface StatisticsService
    Deprecated.
    Please use Adobe Analytics instead StatisticsService...
    • Method Detail

      • runReport

        java.util.Iterator runReport​(Report report)
                              throws RepositoryException
        Deprecated.
        Runs a report and returns the result of the report. Please note that this implementation serializes access to the underlying session that runs the report. For improved concurrency, use runReport(Session , Report) instead and provide your own session.

        This method is thread-safe.

        Parameters:
        report - the report to run.
        Returns:
        the result of the report.
        Throws:
        RepositoryException - if an error occurs while reading from the workspace.
      • runReport

        java.util.Iterator runReport​(Session session,
                                     Report report)
                              throws RepositoryException
        Deprecated.
        Runs a report and returns the result of the report.

        This method is thread-safe.

        Parameters:
        session - The Session to access the data from the repository to generate the report
        report - the report to run.
        Returns:
        the result of the report.
        Throws:
        RepositoryException - if an error occurs while reading from the workspace.
      • addEntry

        void addEntry​(Entry entry)
               throws RepositoryException
        Deprecated.
        Adds an entry to the statistics workspace.
        Parameters:
        entry - the entry to add.
        Throws:
        RepositoryException - if an error occurs while writing to the workspace.
      • getPath

        java.lang.String getPath()
        Deprecated.
        Returns:
        the path where statistics are written to.