Class DurationReportResultEntity
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.persistence.entity.ReportResultEntity
- 
- org.camunda.bpm.engine.impl.persistence.entity.DurationReportResultEntity
 
 
- 
- All Implemented Interfaces:
- DurationReportResult,- ReportResult
 
 public class DurationReportResultEntity extends ReportResultEntity implements DurationReportResult - Author:
- Roman Smirnov
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected longaverageprotected longmaximumprotected longminimum- 
Fields inherited from class org.camunda.bpm.engine.impl.persistence.entity.ReportResultEntityperiod, periodUnit
 
- 
 - 
Constructor SummaryConstructors Constructor Description DurationReportResultEntity()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAverage()Returns the average duration of all completed instances, which have been started in the given period.longgetMaximum()Returns the greatest duration of all completed instances, which have been started in the given period.longgetMinimum()Returns the smallest duration of all completed instances, which have been started in the given period.voidsetAverage(long average)voidsetMaximum(long maximum)voidsetMinimum(long minimum)java.lang.StringtoString()- 
Methods inherited from class org.camunda.bpm.engine.impl.persistence.entity.ReportResultEntitygetPeriod, getPeriodUnit, setPeriod, setPeriodUnit
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.history.ReportResultgetPeriod, getPeriodUnit
 
- 
 
- 
- 
- 
Method Detail- 
getMinimumpublic long getMinimum() Description copied from interface:DurationReportResultReturns the smallest duration of all completed instances, which have been started in the given period. - Specified by:
- getMinimumin interface- DurationReportResult
 
 - 
setMinimumpublic void setMinimum(long minimum) 
 - 
getMaximumpublic long getMaximum() Description copied from interface:DurationReportResultReturns the greatest duration of all completed instances, which have been started in the given period. - Specified by:
- getMaximumin interface- DurationReportResult
 
 - 
setMaximumpublic void setMaximum(long maximum) 
 - 
getAveragepublic long getAverage() Description copied from interface:DurationReportResultReturns the average duration of all completed instances, which have been started in the given period. - Specified by:
- getAveragein interface- DurationReportResult
 
 - 
setAveragepublic void setAverage(long average) 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-