Uses of Class
com.evolveum.midpoint.gui.impl.component.data.provider.suggestion.StatusAwareDataFactory.SuggestionsModelDto
Packages that use StatusAwareDataFactory.SuggestionsModelDto
Package
Description
-
Uses of StatusAwareDataFactory.SuggestionsModelDto in com.evolveum.midpoint.gui.impl.component
Methods in com.evolveum.midpoint.gui.impl.component that return StatusAwareDataFactory.SuggestionsModelDtoModifier and TypeMethodDescriptionprotected abstract StatusAwareDataFactory.SuggestionsModelDto<C>StatusAwareContainerListPanel.getSuggestionsModelDto() -
Uses of StatusAwareDataFactory.SuggestionsModelDto in com.evolveum.midpoint.gui.impl.component.data.provider.suggestion
Methods in com.evolveum.midpoint.gui.impl.component.data.provider.suggestion that return StatusAwareDataFactory.SuggestionsModelDtoModifier and TypeMethodDescriptionStatusAwareDataFactory.createAssociationModel(@NotNull org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Boolean> toggleModel, @NotNull PrismContainerWrapperModel<ResourceType, ShadowAssociationTypeDefinitionType> baseWrapper, @NotNull String resourceOid) Creates a model combining association definitions with Smart association suggestions.static @NotNull StatusAwareDataFactory.SuggestionsModelDto<ItemsSubCorrelatorType>StatusAwareDataFactory.createCorrelationModel(@NotNull org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Boolean> toggleModel, @NotNull org.apache.wicket.model.IModel<PrismContainerWrapper<ItemsSubCorrelatorType>> containerModel, @NotNull PrismContainerValueWrapper<ResourceObjectTypeDefinitionType> parentWrapper, @NotNull String resourceOid) Creates a model merging correlation definitions with Smart correlation suggestions.static @NotNull StatusAwareDataFactory.SuggestionsModelDto<MappingType>StatusAwareDataFactory.createMappingModel(@NotNull org.apache.wicket.Component component, @NotNull String resourceOid, @NotNull org.apache.wicket.model.IModel<Boolean> switchSuggestionModel, @NotNull org.apache.wicket.model.IModel<PrismContainerWrapper<MappingType>> containerModel, @NotNull PrismContainerValueWrapper<ResourceObjectTypeDefinitionType> parentWrapper, @NotNull MappingDirection mappingDirection, @NotNull Set<PrismContainerValueWrapper<MappingType>> acceptedSuggestionsCache) Creates a model combining mapping definitions with Smart mapping suggestions.StatusAwareDataFactory.createObjectTypeModel(@NotNull org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Boolean> toggleModel, @NotNull PrismContainerWrapperModel<ResourceType, ResourceObjectTypeDefinitionType> baseWrapper, @NotNull String resourceOid) Creates a model combining object type definitions with Smart object type suggestions.Constructors in com.evolveum.midpoint.gui.impl.component.data.provider.suggestion with parameters of type StatusAwareDataFactory.SuggestionsModelDtoModifierConstructorDescriptionStatusAwareDataProvider(@NotNull org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<C>> search, StatusAwareDataFactory.SuggestionsModelDto<C> suggestionsModelDto, @NotNull Class<?> resultClass, boolean sortable) -
Uses of StatusAwareDataFactory.SuggestionsModelDto in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component that return StatusAwareDataFactory.SuggestionsModelDtoModifier and TypeMethodDescriptionprotected abstract StatusAwareDataFactory.SuggestionsModelDto<ShadowAssociationTypeDefinitionType>AssociationTablePanel.getSuggestionsModelDto()AssociationTypesPanel.getSuggestionsModelDto()ResourceObjectTypesPanel.getSuggestionsModelDto()protected abstract StatusAwareDataFactory.SuggestionsModelDto<C>SchemaHandlingObjectsPanel.getSuggestionsModelDto()