Class ContextLoadOperation<F extends ObjectType>
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.projector.loader.ContextLoadOperation<F>
-
public class ContextLoadOperation<F extends ObjectType> extends Object
Represents the loading of the lens context: both focus and projections. Delegates much toFocusLoadOperation
,ProjectionsLoadOperation
, andProjectionUpdateOperation
. TODO This structure reflects the code before midPoint 4.4. We should perhaps restructure it further, e.g. to mergeProjectionUpdateOperation
functionality intoProjectionsLoadOperation
.
-
-
Constructor Summary
Constructors Constructor Description ContextLoadOperation(@NotNull LensContext<F> context, @NotNull String activityDescription, @NotNull Task task)
-
-
-
Field Detail
-
CLASS_DOT
public static final String CLASS_DOT
-
-
Constructor Detail
-
ContextLoadOperation
public ContextLoadOperation(@NotNull @NotNull LensContext<F> context, @NotNull @NotNull String activityDescription, @NotNull @NotNull Task task)
-
-
Method Detail
-
load
public void load(OperationResult parentResult) throws SchemaException, ObjectNotFoundException, CommunicationException, ConfigurationException, SecurityViolationException, PolicyViolationException, ExpressionEvaluationException
-
-