Uses of Interface
com.evolveum.midpoint.web.component.util.SerializableConsumer
Packages that use SerializableConsumer
Package
Description
-
Uses of SerializableConsumer in com.evolveum.midpoint.gui.impl.component.wizard
Methods in com.evolveum.midpoint.gui.impl.component.wizard with parameters of type SerializableConsumerModifier and TypeMethodDescriptionvoidAbstractWizardPanel.checkDeltasExitPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> afterAction) voidAbstractWizardPanel.processDeltasExitPerform(org.apache.wicket.ajax.AjaxRequestTarget target, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> afterAction) voidAbstractWizardWithChoicePanel.processDeltasExitPerform(org.apache.wicket.ajax.AjaxRequestTarget target, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> afterAction) -
Uses of SerializableConsumer in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder with parameters of type SerializableConsumerModifier and TypeMethodDescriptionvoidPageAssignmentHolderDetails.checkDeltasExitPerformed(SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> consumer, org.apache.wicket.ajax.AjaxRequestTarget target) protected <C extends Containerable>
WizardPanelHelper<C,AHDM> PageAssignmentHolderDetails.createContainerWizardHelper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> valueModel, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) Creates a wizard helper for container-based wizards, handling save and exit actions, and optionally executing a custom function after a successful save.protected <C extends Containerable,P extends AbstractWizardPanel<C, AHDM>>
PPageAssignmentHolderDetails.showWizard(PrismContainerValue<C> newValue, org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, Class<P> clazz, org.apache.wicket.model.IModel<String> exitLabel, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) Displays a wizard panel for the specified container value, optionally executing a post-save handler after successful save. -
Uses of SerializableConsumer in com.evolveum.midpoint.gui.impl.page.admin.resource
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource with parameters of type SerializableConsumerModifier and TypeMethodDescriptionvoidPageResource.showAssociationTypeWizardForDuplicate(PrismContainerValue<ShadowAssociationTypeDefinitionType> value, org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) PageResource.showObjectTypeWizard(PrismContainerValue<ResourceObjectTypeDefinitionType> value, org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> afterSaveAction) -
Uses of SerializableConsumer in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Fields in com.evolveum.midpoint.gui.impl.page.admin.resource.component declared as SerializableConsumerModifier and TypeFieldDescriptionprotected SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget>SchemaHandlingObjectsPanel.restartTimerMethods in com.evolveum.midpoint.gui.impl.page.admin.resource.component with parameters of type SerializableConsumerModifier and TypeMethodDescriptionprotected voidAssociationTypesPanel.onNewValue(PrismContainerValue<ShadowAssociationTypeDefinitionType> value, org.apache.wicket.model.IModel<PrismContainerWrapper<ShadowAssociationTypeDefinitionType>> newWrapperModel, org.apache.wicket.ajax.AjaxRequestTarget target, boolean isDuplicate, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) protected voidResourceObjectTypesPanel.onNewValue(PrismContainerValue<ResourceObjectTypeDefinitionType> value, @NotNull org.apache.wicket.model.IModel<PrismContainerWrapper<ResourceObjectTypeDefinitionType>> newWrapperModel, org.apache.wicket.ajax.AjaxRequestTarget target, boolean isDuplicate, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) protected abstract voidSchemaHandlingObjectsPanel.onNewValue(PrismContainerValue<C> value, org.apache.wicket.model.IModel<PrismContainerWrapper<C>> newWrapperModel, org.apache.wicket.ajax.AjaxRequestTarget target, boolean isDuplicate, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) protected abstract voidAssociationTablePanel.onReviewValue(@NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ShadowAssociationTypeDefinitionType>> valueModel, org.apache.wicket.ajax.AjaxRequestTarget target, com.evolveum.midpoint.smart.api.info.StatusInfo<?> statusInfo, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) protected voidAssociationTypesPanel.onReviewValue(@NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ShadowAssociationTypeDefinitionType>> valueModel, org.apache.wicket.ajax.AjaxRequestTarget target, com.evolveum.midpoint.smart.api.info.StatusInfo<?> statusInfo, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) protected voidResourceObjectTypesPanel.onReviewValue(@NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ResourceObjectTypeDefinitionType>> valueModel, org.apache.wicket.ajax.AjaxRequestTarget target, com.evolveum.midpoint.smart.api.info.StatusInfo<?> statusInfo, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) protected abstract voidSchemaHandlingObjectsPanel.onReviewValue(@NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> valueModel, org.apache.wicket.ajax.AjaxRequestTarget target, com.evolveum.midpoint.smart.api.info.StatusInfo<?> statusInfo, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) -
Uses of SerializableConsumer in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard with parameters of type SerializableConsumerModifier and TypeMethodDescriptionprotected ResourceAssociationTypeWizardPanelResourceWizardPanel.createAssociationTypeWizard(org.apache.wicket.model.IModel<PrismContainerValueWrapper<ShadowAssociationTypeDefinitionType>> valueModel, boolean isDuplicate, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) -
Uses of SerializableConsumer in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling with parameters of type SerializableConsumerModifier and TypeMethodDescriptionprotected abstract voidSchemaHandlingTypesTableWizardPanel.onCreateValue(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> value, org.apache.wicket.ajax.AjaxRequestTarget target, boolean isDuplicate, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) protected final voidSchemaHandlingTypesTableWizardPanel.onNewValue(PrismContainerValue<C> value, @NotNull org.apache.wicket.model.IModel<PrismContainerWrapper<C>> containerModel, WrapperContext context, org.apache.wicket.ajax.AjaxRequestTarget target, boolean isDeprecate, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) protected final voidSchemaHandlingTypesTableWizardPanel.useNewValue(@NotNull PrismContainerValue<C> newValue, @NotNull org.apache.wicket.model.IModel<PrismContainerWrapper<C>> containerModel, WrapperContext context, org.apache.wicket.ajax.AjaxRequestTarget target, boolean isDeprecate, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) -
Uses of SerializableConsumer in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType with parameters of type SerializableConsumerModifier and TypeMethodDescriptionprotected abstract voidResourceObjectTypeTableWizardPanel.onCreateValue(org.apache.wicket.model.IModel<PrismContainerValueWrapper<ResourceObjectTypeDefinitionType>> value, org.apache.wicket.ajax.AjaxRequestTarget target, boolean isDuplicate, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) -
Uses of SerializableConsumer in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.attribute.mapping
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.attribute.mapping with parameters of type SerializableConsumerModifier and TypeMethodDescriptionstatic @NotNull InlineMenuItemActionAbstractMappingsTable.createChangeLifecycleColumnAction(PageBase pageBase, SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> refreshFn, SerializableSupplier<List<PrismContainerValueWrapper<MappingType>>> selectionSupplier) static @NotNull InlineMenuItemActionAbstractMappingsTable.createChangeNameColumnAction(PageBase pageBase, SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> refreshFn) -
Uses of SerializableConsumer 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 with parameters of type SerializableConsumerModifier and TypeMethodDescription@NotNull org.apache.wicket.ajax.AbstractAjaxTimerBehaviorSmartGeneratingPanel.createSuggestionAjaxTimerBehavior(@NotNull org.apache.wicket.markup.html.WebMarkupContainer bodyContainer, @NotNull Duration refreshDuration, @NotNull org.apache.wicket.model.IModel<SmartGeneratingDto> model, @NotNull SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> onFinishAction) -
Uses of SerializableConsumer in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.page
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.page with parameters of type SerializableConsumerModifier and TypeMethodDescriptionprotected voidSmartObjectTypeSuggestionWizardPanel.onReviewSelected(@NotNull PrismContainerValue<ResourceObjectTypeDefinitionType> newValue, @NotNull ItemPath pathToContainer, @NotNull org.apache.wicket.ajax.AjaxRequestTarget target, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> afterSaveAction) -
Uses of SerializableConsumer in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with parameters of type SerializableConsumerModifier and TypeMethodDescriptionstatic <C extends Containerable,T>
voidStatusInfoTableUtil.applySuggestionAutoRefresh(@NotNull PrismContainerValueWrapper<C> value, @NotNull org.apache.wicket.markup.repeater.Item<PrismContainerValueWrapper<C>> item, @NotNull Duration ajaxUpdateDuration, @NotNull SerializableFunction<PrismContainerValueWrapper<C>, @Nullable com.evolveum.midpoint.smart.api.info.StatusInfo<T>> getStatusInfo, @NotNull SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> refreshFn) Adds AJAX timer behavior and CSS class based on suggestion execution status.static <C extends Containerable,T>
@NotNull ButtonInlineMenuItemStatusInfoTableUtil.createSuggestionStopGeneratingInlineMenu(@NotNull PageBase pageBase, @NotNull SerializableFunction<PrismContainerValueWrapper<C>, @Nullable com.evolveum.midpoint.smart.api.info.StatusInfo<T>> getStatusInfoFn, @NotNull SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> refreshFn) Creates an inline menu item that allows suspending or resuming the generation of mapping suggestions.static @NotNull ToggleCheckBoxPanelStatusInfoTableUtil.createToggleSuggestionVisibilityButton(@NotNull PageBase pageBase, @NotNull String idButton, @NotNull org.apache.wicket.model.IModel<Boolean> switchSuggestionModel, @NotNull SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> refreshFn, @Nullable org.apache.wicket.Component componentToUpdate) Creates a toggle checkbox panel for showing/hiding suggestions. -
Uses of SerializableConsumer in com.evolveum.midpoint.web.component.input
Methods in com.evolveum.midpoint.web.component.input that return SerializableConsumerModifier and TypeMethodDescriptionSerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget>ButtonWithConfirmationOptionsDialog.ButtonHandlers.cancelHandler()Returns the value of thecancelHandlerrecord component.Constructors in com.evolveum.midpoint.web.component.input with parameters of type SerializableConsumerModifierConstructorDescriptionButtonHandlers(SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> cancelHandler, SerializableBiConsumer<org.apache.wicket.ajax.AjaxRequestTarget, org.apache.wicket.model.IModel<List<ConfirmationOption<T>>>> confirmHandler) Creates an instance of aButtonHandlersrecord class.