Class NotificationsLineDto
java.lang.Object
com.evolveum.midpoint.web.component.progress.NotificationsLineDto
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static List<NotificationsLineDto>
extractFromOperationalInformation
(NotificationsStatisticsType notificationsStatisticsType) int
int
long
-
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
-
getCountSuccess
public int getCountSuccess() -
getCountFailure
public int getCountFailure() -
getMinTime
-
getMaxTime
-
getTotalTime
public long getTotalTime() -
extractFromOperationalInformation
protected static List<NotificationsLineDto> extractFromOperationalInformation(NotificationsStatisticsType notificationsStatisticsType)
-