org.camunda.bpm.engine.impl.persistence.entity
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
|
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. |
void |
setAverage(long average)
|
void |
setMaximum(long maximum)
|
void |
setMinimum(long minimum)
|
String |
toString()
|
minimum
protected long minimum
maximum
protected long maximum
average
protected long average
DurationReportResultEntity
public DurationReportResultEntity()
getMinimum
public long getMinimum()
- Description copied from interface:
DurationReportResult
Returns the smallest duration of all completed instances,
which have been started in the given period.
- Specified by:
getMinimum in interface DurationReportResult
setMinimum
public void setMinimum(long minimum)
getMaximum
public long getMaximum()
- Description copied from interface:
DurationReportResult
Returns the greatest duration of all completed instances,
which have been started in the given period.
- Specified by:
getMaximum in interface DurationReportResult
setMaximum
public void setMaximum(long maximum)
getAverage
public long getAverage()
- Description copied from interface:
DurationReportResult
Returns the average duration of all completed instances,
which have been started in the given period.
- Specified by:
getAverage in interface DurationReportResult
setAverage
public void setAverage(long average)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2017 camunda services GmbH. All rights reserved.