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 |
getDeletedIncidents()
The number of deleted incidents of the activity.
|
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.
|
long |
getOpenIncidents()
The number of open incidents of the activity.
|
long |
getResolvedIncidents()
The number of resolved incidents of the activity.
|
String getId()
long getInstances()
long getFinished()
long getCanceled()
long getCompleteScope()
long getOpenIncidents()
long getResolvedIncidents()
long getDeletedIncidents()
Copyright © 2020. All rights reserved.