Uses of Enum Class
com.evolveum.midpoint.web.session.SuggestionsStorage.SuggestionType
Packages that use SuggestionsStorage.SuggestionType
Package
Description
-
Uses of SuggestionsStorage.SuggestionType in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component that return SuggestionsStorage.SuggestionTypeModifier and TypeMethodDescriptionprotected SuggestionsStorage.SuggestionTypeAssociationTypesPanel.getSuggestionType()protected SuggestionsStorage.SuggestionTypeResourceObjectTypesPanel.getSuggestionType()protected abstract SuggestionsStorage.SuggestionTypeSchemaHandlingObjectsPanel.getSuggestionType() -
Uses of SuggestionsStorage.SuggestionType 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 with parameters of type SuggestionsStorage.SuggestionTypeModifier and TypeMethodDescriptionstatic @NotNull org.apache.wicket.model.IModel<Boolean>SmartIntegrationUtils.createSuggestionSwitchModel(@NotNull PageBase pageBase, SuggestionsStorage.SuggestionType type) Creates a model representing the enabled/disabled state of suggestions of the given type. -
Uses of SuggestionsStorage.SuggestionType in com.evolveum.midpoint.web.session
Methods in com.evolveum.midpoint.web.session that return SuggestionsStorage.SuggestionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SuggestionsStorage.SuggestionType[]SuggestionsStorage.SuggestionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.web.session that return types with arguments of type SuggestionsStorage.SuggestionTypeMethods in com.evolveum.midpoint.web.session with parameters of type SuggestionsStorage.SuggestionTypeModifier and TypeMethodDescriptionbooleanSuggestionsStorage.isEnabled(SuggestionsStorage.SuggestionType type) voidSuggestionsStorage.setEnabled(SuggestionsStorage.SuggestionType type, boolean value)