java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.simulation.util.SimulationWebUtil

public class SimulationWebUtil extends Object
  • 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)