org.camunda.bpm.engine.history
Interface HistoricActivityStatistics

All Known Implementing Classes:
HistoricActivityStatisticsImpl

public interface HistoricActivityStatistics

Author:
Roman Smirnov

Method Summary
 long getCanceled()
          The number of all canceled instances of the activity.
 long getCompleteScope()
          The number of all instances, which complete a scope (ie.
 long getFinished()
          The number of all finished instances of the activity.
 String getId()
          The activity id.
 long getInstances()
          The number of all running instances of the activity.
 

Method Detail

getId

String getId()
The activity id.


getInstances

long getInstances()
The number of all running instances of the activity.


getFinished

long getFinished()
The number of all finished instances of the activity.


getCanceled

long getCanceled()
The number of all canceled instances of the activity.


getCompleteScope

long getCompleteScope()
The number of all instances, which complete a scope (ie. in bpmn manner: an activity which consumed a token and did not produced a new one), of the activity.



Copyright © 2014 camunda services GmbH. All Rights Reserved.