org.camunda.bpm.engine.rest.dto.history
Class ReportResultDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.ReportResultDto
- Direct Known Subclasses:
- DurationReportResultDto
public abstract class ReportResultDto
- extends Object
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
period
protected int period
periodUnit
protected String periodUnit
ReportResultDto
public ReportResultDto()
getPeriod
public int getPeriod()
getPeriodUnit
public String getPeriodUnit()
fromReportResult
public static ReportResultDto fromReportResult(ReportResult reportResult)
Copyright © 2016 camunda services GmbH. All rights reserved.