Class LegacyProgressUpdater
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.run.state.LegacyProgressUpdater
-
public class LegacyProgressUpdater extends Object
Responsible for updating the legacy progress for the current task. (Based on structured progress of all local activities.)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
compute(@NotNull ActivityBasedTaskRun taskRun)
static void
update(@NotNull CurrentActivityState<?> activityState)
-
-
-
Method Detail
-
update
public static void update(@NotNull @NotNull CurrentActivityState<?> activityState)
-
compute
public static long compute(@NotNull @NotNull ActivityBasedTaskRun taskRun)
-
-