Uses of Class
com.evolveum.midpoint.schema.util.task.ActivityPerformanceInformation
-
Packages that use ActivityPerformanceInformation Package Description com.evolveum.midpoint.schema.util.task -
-
Uses of ActivityPerformanceInformation in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task that return ActivityPerformanceInformation Modifier and Type Method Description static @NotNull ActivityPerformanceInformation
ActivityPerformanceInformation. forCoordinator(@NotNull ActivityPath path, @NotNull Collection<ActivityStateType> workerStates)
static @NotNull ActivityPerformanceInformation
ActivityPerformanceInformation. forRegularActivity(@NotNull ActivityPath path, @Nullable ActivityItemProcessingStatisticsType itemStats, @Nullable ActivityProgressType activityProgress)
static @NotNull ActivityPerformanceInformation
ActivityPerformanceInformation. forRegularActivity(@NotNull ActivityPath path, @Nullable ActivityStateType state)
static ActivityPerformanceInformation
ActivityPerformanceInformation. notApplicable(@NotNull ActivityPath path)
-