Class SimulationWebUtil
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.simulation.util.SimulationWebUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadAvailableMarksModel(@NotNull PageBase pageBase, @NotNull SimulationResultType simulationResult) Loads all MarkType objects that are referenced from the given simulation result.static @Nullable DashboardWidgetTypeprocessedObjectsCountWidget(@NotNull PageBase pageBase, @NotNull SimulationResultType simulationResult, Trace logger)
-
Constructor Details
-
SimulationWebUtil
public SimulationWebUtil()
-
-
Method Details
-
loadAvailableMarksModel
@NotNull public static @NotNull org.apache.wicket.model.IModel<List<MarkType>> loadAvailableMarksModel(@NotNull @NotNull PageBase pageBase, @NotNull @NotNull SimulationResultType simulationResult) Loads all MarkType objects that are referenced from the given simulation result. -
processedObjectsCountWidget
@Nullable public static @Nullable DashboardWidgetType processedObjectsCountWidget(@NotNull @NotNull PageBase pageBase, @NotNull @NotNull SimulationResultType simulationResult, Trace logger)
-