Uses of Class
com.evolveum.midpoint.model.common.mapping.MappingImpl
-
Packages that use MappingImpl Package Description com.evolveum.midpoint.model.common.mapping com.evolveum.midpoint.model.common.mapping.metadata com.evolveum.midpoint.model.impl.lens com.evolveum.midpoint.model.impl.lens.assignments com.evolveum.midpoint.model.impl.lens.construction com.evolveum.midpoint.model.impl.lens.projector.focus com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds Implements gathering and evaluation of inbound mappings: both during clockwork and before it (for correlation purposes).com.evolveum.midpoint.model.impl.lens.projector.mappings -
-
Uses of MappingImpl in com.evolveum.midpoint.model.common.mapping
Methods in com.evolveum.midpoint.model.common.mapping that return MappingImpl Modifier and Type Method Description @NotNull MappingImpl<V,D>MappingBuilder. build()MappingImpl<V,D>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 MappingImpl Modifier and Type Method Description static TransformationalMetadataComputationTransformationalMetadataComputation. 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 MappingImpl Modifier and Type Method Description <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 MappingImpl Modifier and Type Method Description @NotNull Collection<MappingImpl<?,?>>EvaluatedAssignmentImpl. getFocusMappings()Methods in com.evolveum.midpoint.model.impl.lens.assignments with parameters of type MappingImpl Modifier and Type Method Description voidEvaluatedAssignmentImpl. 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 MappingImpl Modifier and Type Method Description MappingImpl<? extends PrismPropertyValue<?>,? extends PrismPropertyDefinition<?>>EvaluatedResourceObjectConstructionImpl. getAttributeMapping(QName attrName)Methods in com.evolveum.midpoint.model.impl.lens.construction that return types with arguments of type MappingImpl Modifier and Type Method Description @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 MappingImpl Modifier and Type Method Description voidFocalMappingSetEvaluation.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 MappingImpl Modifier and Type Method Description @NotNull MappingImpl<V,D>InboundMappingInContext. getMapping()Constructors in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with parameters of type MappingImpl Constructor Description InboundMappingInContext(@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 MappingImpl Modifier and Type Method Description <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)
-