Uses of Record Class
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.InboundMappingContextSpecification
Packages that use InboundMappingContextSpecification
Package
Description
Implements gathering and evaluation of inbound mappings: both during clockwork and before it (for correlation purposes).
-
Uses of InboundMappingContextSpecification in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds that return InboundMappingContextSpecificationModifier and TypeMethodDescription@NotNull InboundMappingContextSpecificationDefaultSingleShadowInboundsProcessingContextImpl.getMappingContextSpecification()@NotNull InboundMappingContextSpecificationSingleShadowInboundsProcessingContext.getMappingContextSpecification()Background information for value provenance metadata for inbound mappings related to this shadow.Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with parameters of type InboundMappingContextSpecificationModifierConstructorDescriptionDefaultSingleShadowInboundsProcessingContextImpl(@NotNull ShadowLikeValue shadowLikeValue, @NotNull ResourceType resource, @NotNull InboundMappingContextSpecification mappingContextSpecification, T preFocus, @Nullable SystemConfigurationType systemConfiguration, @NotNull Task task, @NotNull ResourceObjectDefinition objectDefinition, @NotNull ResourceObjectInboundProcessingDefinition inboundProcessingDefinition, boolean beforeCorrelation) -
Uses of InboundMappingContextSpecification in com.evolveum.midpoint.model.impl.sync
Methods in com.evolveum.midpoint.model.impl.sync that return InboundMappingContextSpecificationModifier and TypeMethodDescription@NotNull InboundMappingContextSpecificationSynchronizationContext.getMappingContextSpecification()Methods in com.evolveum.midpoint.model.impl.sync with parameters of type InboundMappingContextSpecificationModifier and TypeMethodDescriptionstatic <C extends Containerable>
voidPreMappingsEvaluator.computePreFocusForAssociationValue(@NotNull ShadowAssociationValue associationValue, @NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull ResourceObjectInboundProcessingDefinition inboundDefinition, @NotNull ResourceType resource, @NotNull InboundMappingContextSpecification mappingContextSpecification, C targetObject, @NotNull Task task, @NotNull OperationResult result) Note the `resourceObjectDefinition` is where we look for definitions of the mapped items; so for the trivial associations it should be the definition of the _subject_.