Uses of Interface
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.SingleShadowInboundsProcessingContext
Packages that use SingleShadowInboundsProcessingContext
Package
Description
-
Uses of SingleShadowInboundsProcessingContext in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds
Classes in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds that implement SingleShadowInboundsProcessingContextModifier and TypeClassDescriptionclassMinimalistic context needed to evaluate inbound mappings outside of bothLensContextandSynchronizationContext.Methods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with parameters of type SingleShadowInboundsProcessingContextModifier and TypeMethodDescriptionstatic <C extends Containerable>
CSingleShadowInboundsProcessing.evaluate(SingleShadowInboundsProcessingContext<C> ctx, OperationResult parentResult) static SingleShadowInboundsProcessing<?>SingleShadowInboundsProcessing.evaluateToTripleMap(SingleShadowInboundsProcessingContext<?> ctx, OperationResult parentResult) Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with parameters of type SingleShadowInboundsProcessingContextModifierConstructorDescriptionSingleShadowInboundsProcessing(@NotNull SingleShadowInboundsProcessingContext<T> ctx, @NotNull MappingEvaluationEnvironment env) -
Uses of SingleShadowInboundsProcessingContext 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 SingleShadowInboundsProcessingContextModifierConstructorDescriptionLimitedInboundsContext(@NotNull SingleShadowInboundsProcessingContext<?> ctx, @NotNull PathSet correlationItemPaths, @NotNull MappingEvaluationEnvironment env) LimitedInboundsSource(@NotNull SingleShadowInboundsProcessingContext<?> ctx) -
Uses of SingleShadowInboundsProcessingContext in com.evolveum.midpoint.model.impl.sync
Classes in com.evolveum.midpoint.model.impl.sync that implement SingleShadowInboundsProcessingContextModifier 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.