java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.stats.action.ObjectTypeStatisticsActions

public final class ObjectTypeStatisticsActions extends Object
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 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)