Class PreMappingsEvaluation<F extends FocusType>
java.lang.Object
com.evolveum.midpoint.model.impl.sync.PreMappingsEvaluation<F>
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
ConstructorDescriptionPreMappingsEvaluation
(@NotNull PreInboundsContext<F> ctx, @NotNull ModelBeans beans) -
Method Summary
Modifier and TypeMethodDescriptionvoid
evaluate
(OperationResult parentResult) We simply copy matching attributes from the resource object to the focus.
-
Constructor Details
-
PreMappingsEvaluation
public PreMappingsEvaluation(@NotNull @NotNull PreInboundsContext<F> ctx, @NotNull @NotNull ModelBeans beans)
-
-
Method Details
-
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.
-