Class DefaultSingleShadowInboundsProcessingContextImpl<T extends Containerable>

java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.DefaultSingleShadowInboundsProcessingContextImpl<T>
All Implemented Interfaces:
SingleShadowInboundsProcessingContext<T>, ResourceObjectProcessingContext, DebugDumpable

public class DefaultSingleShadowInboundsProcessingContextImpl<T extends Containerable> extends Object implements SingleShadowInboundsProcessingContext<T>
Minimalistic context needed to evaluate inbound mappings outside of both LensContext and SynchronizationContext. It is used e.g. when a mappings evaluation is invoked as part of - MidpointFunctions.findCandidateOwners(Class, ShadowType, String, ShadowKindType, String), - CorrelationServiceImpl.checkCandidateOwner(ShadowType, ResourceType, SynchronizationPolicy, FocusType, Task, OperationResult), - or association value synchronization. Does NOT support deltas.