org.camunda.bpm.engine.history
Interface HistoricDecisionInstanceStatistics

All Known Implementing Classes:
DecisionInstanceStatisticsImpl

public interface HistoricDecisionInstanceStatistics

Author:
Askar Akhmerov

Method Summary
 String getDecisionDefinitionKey()
           
 int getEvaluations()
           
 

Method Detail

getEvaluations

int getEvaluations()
Returns:
count of decision definition evaluations

getDecisionDefinitionKey

String getDecisionDefinitionKey()
Returns:
key of decision definition


Copyright © 2017 camunda services GmbH. All rights reserved.