@ProviderType
public interface WorkflowStatisticService
WorkflowStatisticService class ...| Modifier and Type | Method and Description |
|---|---|
Map |
getInstanceReport(Session session,
WorkflowModel model)
Returns the workflow instance report.
|
Map |
getInstanceReport(WorkflowModel model)
No longer support, now throws
UnsupportedOperationException. |
Map |
getReport()
No longer supported, now throws
UnsupportedOperationException. |
Map |
getReport(Session session)
Returns the overall workflow report.
|
Map getReport()
UnsupportedOperationException. Use getReport(Session) instead.Map getInstanceReport(WorkflowModel model)
UnsupportedOperationException. Use getInstanceReport(Session, WorkflowModel) instead.Map getReport(Session session)
session - The user session used to read the statistics.Map getInstanceReport(Session session, WorkflowModel model)
session - The user session used to read the statistics.model - The workflow model to get the instance report for.Copyright © 2010 - 2020 Adobe. All Rights Reserved