Uses of Class
com.evolveum.midpoint.model.common.mapping.MappingImpl
Packages that use MappingImpl
Package
Description
Implements gathering and evaluation of inbound mappings: both during clockwork and before it (for correlation purposes).
-
Uses of MappingImpl in com.evolveum.midpoint.model.common.mapping
Methods in com.evolveum.midpoint.model.common.mapping that return MappingImplModifier and TypeMethodDescription@NotNull MappingImpl<V,D> MappingBuilder.build()MappingImpl.clone() -
Uses of MappingImpl in com.evolveum.midpoint.model.common.mapping.metadata
Methods in com.evolveum.midpoint.model.common.mapping.metadata with parameters of type MappingImplModifier and TypeMethodDescriptionTransformationalMetadataComputation.forMapping(List<PrismValue> inputValues, ItemValueMetadataProcessingSpec processingSpec, MappingImpl<?, ?> mapping) -
Uses of MappingImpl in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens with parameters of type MappingImplModifier and TypeMethodDescription<F extends ObjectType>
voidClockworkMedic.afterMappingEvaluation(LensContext<F> context, MappingImpl<?, ?> evaluatedMapping) -
Uses of MappingImpl in com.evolveum.midpoint.model.impl.lens.assignments
Methods in com.evolveum.midpoint.model.impl.lens.assignments that return types with arguments of type MappingImplModifier and TypeMethodDescription@NotNull Collection<MappingImpl<?,?>> EvaluatedAssignmentImpl.getFocusMappings()Methods in com.evolveum.midpoint.model.impl.lens.assignments with parameters of type MappingImplModifier and TypeMethodDescriptionvoidEvaluatedAssignmentImpl.addFocusMapping(MappingImpl<?, ?> focusMapping) -
Uses of MappingImpl in com.evolveum.midpoint.model.impl.lens.construction
Methods in com.evolveum.midpoint.model.impl.lens.construction that return MappingImplModifier and TypeMethodDescriptionMappingImpl<? extends PrismPropertyValue<?>,? extends PrismPropertyDefinition<?>> EvaluatedResourceObjectConstructionImpl.getAttributeMapping(QName attrName) Methods in com.evolveum.midpoint.model.impl.lens.construction that return types with arguments of type MappingImplModifier and TypeMethodDescription@NotNull Collection<MappingImpl<PrismContainerValue<ShadowAssociationType>,PrismContainerDefinition<ShadowAssociationType>>> EvaluatedResourceObjectConstructionImpl.getAssociationMappings()@NotNull Collection<MappingImpl<? extends PrismPropertyValue<?>,? extends PrismPropertyDefinition<?>>> EvaluatedResourceObjectConstructionImpl.getAttributeMappings() -
Uses of MappingImpl in com.evolveum.midpoint.model.impl.lens.projector.focus
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus with parameters of type MappingImplModifier and TypeMethodDescriptionvoidFocalMappingSetEvaluation.EvaluatedMappingConsumer.accept(MappingImpl<?, ?> mapping, FocalMappingEvaluationRequest<?, ?> request) -
Uses of MappingImpl in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds that return MappingImplConstructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with parameters of type MappingImplModifierConstructorDescriptionInboundMappingInContext(@NotNull MappingImpl<V, D> mapping, @Nullable LensProjectionContext projectionContext) -
Uses of MappingImpl in com.evolveum.midpoint.model.impl.lens.projector.mappings
Methods in com.evolveum.midpoint.model.impl.lens.projector.mappings with parameters of type MappingImplModifier and TypeMethodDescription<V extends PrismValue,D extends ItemDefinition<?>, F extends ObjectType>
voidMappingEvaluator.evaluateMapping(@NotNull MappingImpl<V, D> mapping, @Nullable LensContext<F> lensContext, @NotNull Task task, @NotNull OperationResult result) <V extends PrismValue,D extends ItemDefinition<?>, F extends ObjectType>
voidMappingEvaluator.evaluateMapping(@NotNull MappingImpl<V, D> mapping, @Nullable LensContext<F> lensContext, @Nullable LensProjectionContext projContext, @NotNull Task task, @NotNull OperationResult result) Evaluates parsed mapping in given lens and projection context (if available - they may be null).static NextRecomputeNextRecompute.update(MappingImpl<?, ?> mapping, NextRecompute existing)