Class ActivitiesStatisticsDto
java.lang.Object
com.evolveum.midpoint.web.page.admin.server.dto.ActivitiesStatisticsDto
- All Implemented Interfaces:
Serializable
Provides statistics (item processing, synchronization, actions executed) for an activity with sub-activities.
Currently some of the statistics are aggregated across all activity tree. (All except item processing.)
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActivitiesStatisticsDto
fromTaskTree
(TaskType rootTask) @NotNull List<ObjectActionsExecutedEntryType>
@NotNull List<ObjectActionsExecutedEntryType>
@NotNull List<SynchronizationSituationTransitionType>
-
Field Details
-
F_ITEM_PROCESSING
- See Also:
-
F_SYNCHRONIZATION_TRANSITIONS
- See Also:
-
F_RESULTING_ACTIONS_EXECUTED
- See Also:
-
F_ALL_ACTIONS_EXECUTED
- See Also:
-
-
Method Details
-
fromTaskTree
-
getItemProcessing
-
getSynchronizationTransitions
@NotNull public @NotNull List<SynchronizationSituationTransitionType> getSynchronizationTransitions() -
getResultingActionsExecuted
-
getAllActionsExecuted
-