Uses of Class
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.InboundsContext
Packages that use InboundsContext
Package
Description
Prepares inbound mappings related to a _single projection_ (shadow) for evaluation.
-
Uses of InboundsContext in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep
Subclasses of InboundsContext in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prepModifier and TypeClassDescriptionclassclassAInboundsContextfor inbound mappings evaluation that is used inSingleShadowInboundsProcessing.Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep with parameters of type InboundsContextModifierConstructorDescriptionFullInboundsSource(@NotNull InboundSourceData sourceData, @NotNull ResourceObjectInboundProcessingDefinition inboundDefinition, @NotNull LensProjectionContext projectionContext, @NotNull InboundsContext context) SingleShadowInboundsPreparation(@NotNull MappingEvaluationRequestsMap evaluationRequestsBeingCollected, @NotNull InboundsSource inboundsSource, @NotNull InboundsTarget<T> inboundsTarget, @NotNull InboundsContext inboundsContext, @NotNull SingleShadowInboundsPreparation.SpecialInboundsEvaluator specialInboundsEvaluator)