Package com.day.cq.workflow.statistics
Interface WorkflowStatisticService
public interface WorkflowStatisticService
The
WorkflowStatisticService class ...-
Method Summary
Modifier and TypeMethodDescriptiongetInstanceReport(WorkflowModel model) No longer support, now throwsUnsupportedOperationException.getInstanceReport(Session session, WorkflowModel model) Returns the workflow instance report.No longer supported, now throwsUnsupportedOperationException.Returns the overall workflow report.
-
Method Details
-
getReport
Map getReport()No longer supported, now throwsUnsupportedOperationException. UsegetReport(Session)instead. -
getInstanceReport
No longer support, now throwsUnsupportedOperationException. UsegetInstanceReport(Session, WorkflowModel)instead. -
getReport
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
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.
-