|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DurationReportResult
Represents a report result about duration of completed instances for a given period.
The result must be interpreted in conjunction with the executed report.
| Method Summary | |
|---|---|
long |
getAverage()
Returns the average duration of all completed instances, which have been started in the given period. |
long |
getMaximum()
Returns the greatest duration of all completed instances, which have been started in the given period. |
long |
getMinimum()
Returns the smallest duration of all completed instances, which have been started in the given period. |
| Methods inherited from interface org.camunda.bpm.engine.history.ReportResult |
|---|
getPeriod, getPeriodUnit |
| Method Detail |
|---|
long getMinimum()
Returns the smallest duration of all completed instances, which have been started in the given period.
long getMaximum()
Returns the greatest duration of all completed instances, which have been started in the given period.
long getAverage()
Returns the average duration of all completed instances, which have been started in the given period.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||