java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.simulation.component.SimulationActionFlow<T>
All Implemented Interfaces:
Serializable

public class SimulationActionFlow<T> extends Object implements Serializable
See Also:
  • Constructor Details

    • SimulationActionFlow

      public SimulationActionFlow(@NotNull @NotNull SimulationParams<T> context)
  • Method Details

    • start

      public void start(org.apache.wicket.ajax.AjaxRequestTarget target)
      Entry point: show popup (or run directly if config disabled).
    • runSimulation

      protected void runSimulation(org.apache.wicket.ajax.AjaxRequestTarget target, PredefinedConfigurationType cfg, QueryType query)
    • getTitleModel

      protected org.apache.wicket.model.StringResourceModel getTitleModel(@NotNull @NotNull PageBase pageBase)
    • onShowResultProcess

      public void onShowResultProcess(org.apache.wicket.ajax.AjaxRequestTarget target, TaskType task, PageBase pageBase)
    • enableSampling

      public void enableSampling()
    • showProgressPopup

      public void showProgressPopup()