public interface HistoricActivityStatistics
Modifier and Type | Method and Description |
---|---|
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.
|
String getId()
long getInstances()
long getFinished()
long getCanceled()
long getCompleteScope()
Copyright © 2015. All rights reserved.