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.mappingMethods 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.metadataMethods 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.lensMethods 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.assignmentsMethods 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.constructionMethods 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.focusMethods 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.inboundsMethods 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.mappingsMethods 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)