Interface WorkflowStatisticService


  • public interface WorkflowStatisticService
    The WorkflowStatisticService class ...
    • Method Detail

      • getReport

        java.util.Map getReport()
        No longer supported, now throws UnsupportedOperationException. Use getReport(Session) instead.
      • getReport

        java.util.Map getReport​(Session session)
        Returns the overall workflow report.
        Parameters:
        session - The user session used to read the statistics.
        Returns:
        The map of data that makes up the report.
      • getInstanceReport

        java.util.Map getInstanceReport​(Session session,
                                        WorkflowModel model)
        Returns the workflow instance report.
        Parameters:
        session - The user session used to read the statistics.
        model - The workflow model to get the instance report for.
        Returns:
        The map of data that makes up the report.