Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.IdMatchAttributesType
-
Packages that use IdMatchAttributesType Package Description com.evolveum.midpoint.model.api.correlator.idmatch com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of IdMatchAttributesType in com.evolveum.midpoint.model.api.correlator.idmatch
Methods in com.evolveum.midpoint.model.api.correlator.idmatch that return IdMatchAttributesType Modifier and Type Method Description @NotNull IdMatchAttributesType
IdMatchObject. getAttributes()
@NotNull IdMatchAttributesType
PotentialMatch. getAttributes()
Methods in com.evolveum.midpoint.model.api.correlator.idmatch with parameters of type IdMatchAttributesType Modifier and Type Method Description static @NotNull IdMatchObject
IdMatchObject. create(@NotNull String sorIdentifierValue, @NotNull IdMatchAttributesType attributes)
Constructors in com.evolveum.midpoint.model.api.correlator.idmatch with parameters of type IdMatchAttributesType Constructor Description PotentialMatch(Integer confidence, @Nullable String referenceId, @NotNull IdMatchAttributesType attributes)
-
Uses of IdMatchAttributesType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type IdMatchAttributesType Modifier and Type Field Description static Producer<IdMatchAttributesType>
IdMatchAttributesType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return IdMatchAttributesType Modifier and Type Method Description IdMatchAttributesType
IdMatchAttributesType. clone()
IdMatchAttributesType
ObjectFactory. createIdMatchAttributesType()
IdMatchAttributesType
IdMatchAttributesType. id(Long value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type IdMatchAttributesType Modifier and Type Method Description javax.xml.bind.JAXBElement<IdMatchAttributesType>
ObjectFactory. createIdMatchAttributes(IdMatchAttributesType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type IdMatchAttributesType Modifier and Type Method Description javax.xml.bind.JAXBElement<IdMatchAttributesType>
ObjectFactory. createIdMatchAttributes(IdMatchAttributesType value)
-