org.camunda.bpm.engine.rest.impl.history
Class HistoricDecisionStatisticsRestServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.impl.history.HistoricDecisionStatisticsRestServiceImpl
All Implemented Interfaces:
HistoricDecisionStatisticsRestService

public class HistoricDecisionStatisticsRestServiceImpl
extends Object
implements HistoricDecisionStatisticsRestService

Author:
Askar Akhmerov

Field Summary
protected  ProcessEngine processEngine
           
 
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoricDecisionStatisticsRestService
PATH
 
Constructor Summary
HistoricDecisionStatisticsRestServiceImpl(ProcessEngine processEngine)
           
 
Method Summary
 List<HistoricDecisionInstanceStatisticsDto> getDecisionStatistics(String decisionRequirementsDefinitionId, String decisionInstanceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processEngine

protected ProcessEngine processEngine
Constructor Detail

HistoricDecisionStatisticsRestServiceImpl

public HistoricDecisionStatisticsRestServiceImpl(ProcessEngine processEngine)
Method Detail

getDecisionStatistics

public List<HistoricDecisionInstanceStatisticsDto> getDecisionStatistics(String decisionRequirementsDefinitionId,
                                                                         String decisionInstanceId)
Specified by:
getDecisionStatistics in interface HistoricDecisionStatisticsRestService


Copyright © 2016 camunda services GmbH. All rights reserved.