org.camunda.bpm.engine.rest.dto.history
Class HistoricCaseActivityStatisticsDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityStatisticsDto
public class HistoricCaseActivityStatisticsDto
- extends Object
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
available
protected long available
enabled
protected long enabled
disabled
protected long disabled
active
protected long active
completed
protected long completed
terminated
protected long terminated
HistoricCaseActivityStatisticsDto
public HistoricCaseActivityStatisticsDto()
getId
public String getId()
getAvailable
public long getAvailable()
getEnabled
public long getEnabled()
getDisabled
public long getDisabled()
getActive
public long getActive()
getCompleted
public long getCompleted()
getTerminated
public long getTerminated()
fromHistoricCaseActivityStatistics
public static HistoricCaseActivityStatisticsDto fromHistoricCaseActivityStatistics(HistoricCaseActivityStatistics statistics)
Copyright © 2016 camunda services GmbH. All rights reserved.