Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.MappingStrengthType
Packages that use MappingStrengthType
Package
Description
-
Uses of MappingStrengthType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type MappingStrengthTypeModifier and TypeMethodDescriptionstatic DisplayTypeGuiDisplayTypeUtil.getDisplayTypeForStrengthOfMapping(@Nullable String additionalCss, @Nullable MappingStrengthType strength) -
Uses of MappingStrengthType in com.evolveum.midpoint.gui.impl.page.admin.simulation.util
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation.util that return MappingStrengthTypeModifier and TypeMethodDescriptionMappingUtil.MappingInfo.mappingStrength()Returns the value of themappingStrengthrecord component.Constructors in com.evolveum.midpoint.gui.impl.page.admin.simulation.util with parameters of type MappingStrengthTypeModifierConstructorDescriptionMappingInfo(String mappingName, String source, String target, MappingStrengthType mappingStrength) Creates an instance of aMappingInforecord class. -
Uses of MappingStrengthType in com.evolveum.midpoint.model.common.mapping
Methods in com.evolveum.midpoint.model.common.mapping that return MappingStrengthTypeModifier and TypeMethodDescription@NotNull MappingStrengthTypeAbstractMappingImpl.getStrength()static MappingStrengthTypeAbstractMappingImpl.getStrength(AbstractMappingType mappingBean) @NotNull MappingStrengthTypePrismValueDeltaSetTripleProducer.getStrength() -
Uses of MappingStrengthType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return MappingStrengthTypeModifier and TypeMethodDescriptionstatic MappingStrengthTypeEvenMoreAbstractMappingType.getStrength()static MappingStrengthTypeReturns the enum constant of this class with the specified name.static MappingStrengthType[]MappingStrengthType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MappingStrengthTypeModifier and TypeMethodDescriptionvoidEvenMoreAbstractMappingType.setStrength(MappingStrengthType value) AbstractMappingType.strength(MappingStrengthType value) AutoassignMappingType.strength(MappingStrengthType value) EvenMoreAbstractMappingType.strength(MappingStrengthType value) InboundMappingType.strength(MappingStrengthType value) MappingType.strength(MappingStrengthType value) MetadataMappingType.strength(MappingStrengthType value) ObjectTemplateMappingType.strength(MappingStrengthType value) OutboundMappingType.strength(MappingStrengthType value)