Class SimulationActionFlow<T>
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.simulation.component.SimulationActionFlow<T>
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected org.apache.wicket.model.StringResourceModelgetTitleModel(@NotNull PageBase pageBase) voidonShowResultProcess(org.apache.wicket.ajax.AjaxRequestTarget target, TaskType task, PageBase pageBase) protected voidrunSimulation(org.apache.wicket.ajax.AjaxRequestTarget target, PredefinedConfigurationType cfg, QueryType query) voidvoidstart(org.apache.wicket.ajax.AjaxRequestTarget target) Entry point: show popup (or run directly if config disabled).
-
Constructor Details
-
SimulationActionFlow
-
-
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
-
enableSampling
public void enableSampling() -
showProgressPopup
public void showProgressPopup()
-