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

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

public class HistoricCaseActivityStatisticsDto
extends Object

Author:
Roman Smirnov

Field Summary
protected  long active
           
protected  long available
           
protected  long completed
           
protected  long disabled
           
protected  long enabled
           
protected  String id
           
protected  long terminated
           
 
Constructor Summary
HistoricCaseActivityStatisticsDto()
           
 
Method Summary
static HistoricCaseActivityStatisticsDto fromHistoricCaseActivityStatistics(HistoricCaseActivityStatistics statistics)
           
 long getActive()
           
 long getAvailable()
           
 long getCompleted()
           
 long getDisabled()
           
 long getEnabled()
           
 String getId()
           
 long getTerminated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HistoricCaseActivityStatisticsDto

public HistoricCaseActivityStatisticsDto()
Method Detail

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.