Uses of Interface
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.InboundSourceData
Packages that use InboundSourceData
Package
Description
-
Uses of InboundSourceData in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds
Classes in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds that implement InboundSourceDataModifier and TypeClassDescriptionstatic classstatic classMethods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds that return InboundSourceDataModifier and TypeMethodDescriptionstatic InboundSourceDataInboundSourceData.forAssociationValue(@NotNull ShadowAssociationValue associationValue) static InboundSourceDataInboundSourceData.forShadow(@Nullable PrismObject<ShadowType> oldShadow, @Nullable PrismObject<ShadowType> currentShadow, @Nullable ObjectDelta<ShadowType> delta, boolean isDeltaEffective) static @NotNull InboundSourceDataInboundSourceData.forShadowLikeValue(@NotNull ShadowLikeValue shadowLikeValue, @Nullable ObjectDelta<ShadowType> resourceObjectDelta) The delta (if present) must be the sync delta.static InboundSourceDataInboundSourceData.forShadowWithoutDelta(@Nullable PrismObject<ShadowType> shadow) @NotNull InboundSourceDataInboundSourceData.Shadow.updateShadowAfterReload(@NotNull PrismObject<ShadowType> currentShadow) default @NotNull InboundSourceDataInboundSourceData.updateShadowAfterReload(@NotNull PrismObject<ShadowType> currentShadow) -
Uses of InboundSourceData in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep that return InboundSourceDataConstructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep with parameters of type InboundSourceDataModifierConstructorDescriptionFullInboundsSource(@NotNull InboundSourceData sourceData, @NotNull ResourceObjectInboundProcessingDefinition inboundDefinition, @NotNull LensProjectionContext projectionContext, @NotNull InboundsContext context)