Class ObjectTypeStatisticsActions
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.stats.action.ObjectTypeStatisticsActions
Utility class encapsulating the UI workflow for loading and regenerating
Smart Integration object type statistics.
This class coordinates interaction between the UI (popups, progress panels),
SmartIntegrationService, and background tasks.
It is designed to be reusable from multiple UI components.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidhandleClick(@NotNull org.apache.wicket.ajax.AjaxRequestTarget target, @NotNull PageBase pageBase, @NotNull com.evolveum.midpoint.smart.api.SmartIntegrationService smartIntegrationService, @NotNull String resourceOid, @NotNull ResourceObjectTypeIdentification objectTypeIdentification, ItemPathType preSelectedRefAttribute, boolean forceRegeneration)
-
Method Details
-
handleClick
public static void handleClick(@NotNull @NotNull org.apache.wicket.ajax.AjaxRequestTarget target, @NotNull @NotNull PageBase pageBase, @NotNull @NotNull com.evolveum.midpoint.smart.api.SmartIntegrationService smartIntegrationService, @NotNull @NotNull String resourceOid, @NotNull @NotNull ResourceObjectTypeIdentification objectTypeIdentification, ItemPathType preSelectedRefAttribute, boolean forceRegeneration)
-