Uses of Interface
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.PreInboundsContext
Packages that use PreInboundsContext
Package
Description
Implements gathering and evaluation of inbound mappings: both during clockwork and before it (for correlation purposes).
Prepares inbound mappings related to a _single projection_ (shadow) for evaluation.
-
Uses of PreInboundsContext in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds
Classes in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds that implement PreInboundsContextModifier and TypeClassDescriptionclassSimplePreInboundsContextImpl<F extends FocusType>Minimalistic context needed to evaluate inbound mappings outside of bothLensContextandSynchronizationContext.Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with parameters of type PreInboundsContextModifierConstructorDescriptionPreInboundsProcessing(@NotNull PreInboundsContext<F> ctx, @NotNull ModelBeans beans, @NotNull MappingEvaluationEnvironment env, @NotNull OperationResult result) -
Uses of PreInboundsContext in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep
Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep with parameters of type PreInboundsContextModifierConstructorDescriptionPreContext(@NotNull PreInboundsContext<?> ctx, @NotNull PathSet correlationItemPaths, @NotNull MappingEvaluationEnvironment env, @NotNull OperationResult result, @NotNull ModelBeans beans) -
Uses of PreInboundsContext in com.evolveum.midpoint.model.impl.sync
Classes in com.evolveum.midpoint.model.impl.sync that implement PreInboundsContextModifier and TypeClassDescriptionclassSynchronizationContext<F extends FocusType>Context of the synchronization operation.static classSynchronizationContext.Complete<F extends FocusType>Synchronization context ready for the synchronization, i.e. it has type identification and synchronization policy present.Constructors in com.evolveum.midpoint.model.impl.sync with parameters of type PreInboundsContextModifierConstructorDescriptionPreMappingsEvaluation(@NotNull PreInboundsContext<F> ctx, @NotNull ModelBeans beans)