org.camunda.bpm.engine.rest.dto.history
Class DurationReportResultDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.history.ReportResultDto
      extended by org.camunda.bpm.engine.rest.dto.history.DurationReportResultDto

public class DurationReportResultDto
extends ReportResultDto

Author:
Roman Smirnov

Field Summary
protected  long average
           
protected  long maximum
           
protected  long minimum
           
 
Fields inherited from class org.camunda.bpm.engine.rest.dto.history.ReportResultDto
period, periodUnit
 
Constructor Summary
DurationReportResultDto()
           
 
Method Summary
static DurationReportResultDto fromDurationReportResult(DurationReportResult durationReport)
           
 long getAverage()
           
 long getMaximum()
           
 long getMinimum()
           
 
Methods inherited from class org.camunda.bpm.engine.rest.dto.history.ReportResultDto
fromReportResult, getPeriod, getPeriodUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minimum

protected long minimum

maximum

protected long maximum

average

protected long average
Constructor Detail

DurationReportResultDto

public DurationReportResultDto()
Method Detail

getMinimum

public long getMinimum()

getMaximum

public long getMaximum()

getAverage

public long getAverage()

fromDurationReportResult

public static DurationReportResultDto fromDurationReportResult(DurationReportResult durationReport)


Copyright © 2016 camunda services GmbH. All rights reserved.