Uses of Record Class
com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.dto.StatusRowRecord
Packages that use StatusRowRecord
Package
Description
-
Uses of StatusRowRecord in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart that return types with arguments of type StatusRowRecordModifier and TypeMethodDescriptionstatic @NotNull List<StatusRowRecord>SmartIntegrationStatusInfoUtils.buildStatusRows(@NotNull PageBase pageBase, @Nullable StatusInfo<?> suggestion, boolean rejectEmptyProgress) -
Uses of StatusRowRecord in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component that return types with arguments of type StatusRowRecordModifier and TypeMethodDescriptionprotected List<StatusRowRecord>SmartGeneratingPanel.getSafeRows()Null-safe accessor for rows. -
Uses of StatusRowRecord in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.dto
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.dto that return StatusRowRecordModifier and TypeMethodDescriptionprotected StatusRowRecordSmartGeneratingAlertDto.getSafeRow(PageBase pageBase) Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.dto that return types with arguments of type StatusRowRecordModifier and TypeMethodDescription@NotNull List<StatusRowRecord>SmartGeneratingAlertDto.getStatusRows(PageBase pageBase) SmartGeneratingDto.getStatusRows(PageBase pageBase) Builds a list of statusInfo rows for display in the UI.