Class PreInboundsProcessing<F extends FocusType>
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.PreInboundsProcessing<F>
-
-
Constructor Summary
Constructors Constructor Description PreInboundsProcessing(@NotNull PreInboundsContext<F> ctx, @NotNull ModelBeans beans, @NotNull MappingEvaluationEnvironment env, @NotNull OperationResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collectAndEvaluateMappings()
protected @Nullable ObjectDelta<F>
getFocusAPrioriDelta()
VariablesMap
getVariablesMap()
-
-
-
Constructor Detail
-
PreInboundsProcessing
public PreInboundsProcessing(@NotNull @NotNull PreInboundsContext<F> ctx, @NotNull @NotNull ModelBeans beans, @NotNull @NotNull MappingEvaluationEnvironment env, @NotNull @NotNull OperationResult result)
-
-
Method Detail
-
getFocusAPrioriDelta
@Nullable protected @Nullable ObjectDelta<F> getFocusAPrioriDelta()
-
getVariablesMap
public VariablesMap getVariablesMap()
-
collectAndEvaluateMappings
public void collectAndEvaluateMappings() throws SchemaException, ObjectNotFoundException, SecurityViolationException, CommunicationException, ConfigurationException, ExpressionEvaluationException
-
-