Class FullInboundsTarget<F extends FocusType>
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.InboundsTarget<F>
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.FullInboundsTarget<F>
Target in the "full mode". It is always the focal object, e.g., a user.
-
Constructor Summary
ConstructorsConstructorDescriptionFullInboundsTarget(@NotNull LensContext<F> lensContext, @Nullable PrismObject<F> focus, @NotNull PrismObjectDefinition<F> focusDefinition, @NotNull PathKeyedMap<ItemDefinition<?>> itemDefinitionMap, @NotNull ItemPath targetPathPrefix) -
Method Summary
Methods inherited from class com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.InboundsTarget
getTargetRealValue
-
Constructor Details
-
FullInboundsTarget
public FullInboundsTarget(@NotNull @NotNull LensContext<F> lensContext, @Nullable @Nullable PrismObject<F> focus, @NotNull @NotNull PrismObjectDefinition<F> focusDefinition, @NotNull @NotNull PathKeyedMap<ItemDefinition<?>> itemDefinitionMap, @NotNull @NotNull ItemPath targetPathPrefix)
-