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

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.history.ReportResultDto
Direct Known Subclasses:
DurationReportResultDto

public abstract class ReportResultDto
extends Object

Author:
Roman Smirnov

Field Summary
protected  int period
           
protected  String periodUnit
           
 
Constructor Summary
ReportResultDto()
           
 
Method Summary
static ReportResultDto fromReportResult(ReportResult reportResult)
           
 int getPeriod()
           
 String getPeriodUnit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

period

protected int period

periodUnit

protected String periodUnit
Constructor Detail

ReportResultDto

public ReportResultDto()
Method Detail

getPeriod

public int getPeriod()

getPeriodUnit

public String getPeriodUnit()

fromReportResult

public static ReportResultDto fromReportResult(ReportResult reportResult)


Copyright © 2016 camunda services GmbH. All rights reserved.