Class ProjectionsLoadOperation<F extends FocusType>
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.projector.loader.ProjectionsLoadOperation<F>
-
public class ProjectionsLoadOperation<F extends FocusType> extends Object
Responsible for the acquisition of all projections for a focus. Seeload(OperationResult)
method. TODO better name for the class? Note: full resource objects are not loaded in this class (now). SeeProjectionUpdateOperation
(for reconciliation) andProjectionFullLoadOperation
(for ad-hoc full shadow loading). BEWARE: removes linkRef modifications from the primary delta, if there were any
-
-
Constructor Summary
Constructors Constructor Description ProjectionsLoadOperation(@NotNull LensContext<F> context, @NotNull Task task)
-
-
-
Constructor Detail
-
ProjectionsLoadOperation
public ProjectionsLoadOperation(@NotNull @NotNull LensContext<F> context, @NotNull @NotNull Task task)
-
-
Method Detail
-
load
public void load(OperationResult parentResult) throws ObjectNotFoundException, SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, PolicyViolationException, ExpressionEvaluationException
-
-