Class PreMappingsEvaluation<F extends FocusType>
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.sync.PreMappingsEvaluation<F>
-
public class PreMappingsEvaluation<F extends FocusType> extends Object
Evaluates "pre-mappings" i.e. inbound mappings that are evaluated before the actual clockwork is run. (This is currently done to simplify the correlation process.) This tiny class serves as a bridge between the world of correlation and the world of mappings.
-
-
Constructor Summary
Constructors Constructor Description PreMappingsEvaluation(@NotNull PreInboundsContext<F> ctx, @NotNull ModelBeans beans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate(OperationResult parentResult)
We simply copy matching attributes from the resource object to the focus.
-
-
-
Constructor Detail
-
PreMappingsEvaluation
public PreMappingsEvaluation(@NotNull @NotNull PreInboundsContext<F> ctx, @NotNull @NotNull ModelBeans beans)
-
-
Method Detail
-
evaluate
public void evaluate(OperationResult parentResult) throws SchemaException, ExpressionEvaluationException, SecurityViolationException, CommunicationException, ConfigurationException, ObjectNotFoundException
We simply copy matching attributes from the resource object to the focus.
-
-