Class NotificationsLineDto
java.lang.Object
com.evolveum.midpoint.web.component.progress.NotificationsLineDto
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static List<NotificationsLineDto>extractFromOperationalInformation(NotificationsStatisticsType notificationsStatisticsType) intintlong
- 
Field Details- 
F_TRANSPORT- See Also:
 
- 
F_COUNT_SUCCESS- See Also:
 
- 
F_COUNT_FAILURE- See Also:
 
- 
F_AVERAGE_TIME- See Also:
 
- 
F_MIN_TIME- See Also:
 
- 
F_MAX_TIME- See Also:
 
- 
F_TOTAL_TIME- See Also:
 
 
- 
- 
Constructor Details- 
NotificationsLineDto
- 
NotificationsLineDto
 
- 
- 
Method Details- 
getAverageTime
- 
getTransport
- 
getCountSuccesspublic int getCountSuccess()
- 
getCountFailurepublic int getCountFailure()
- 
getMinTime
- 
getMaxTime
- 
getTotalTimepublic long getTotalTime()
- 
extractFromOperationalInformationprotected static List<NotificationsLineDto> extractFromOperationalInformation(NotificationsStatisticsType notificationsStatisticsType) 
 
-