Class FocusLoadOperation<F extends ObjectType>
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.projector.loader.FocusLoadOperation<F>
-
public class FocusLoadOperation<F extends ObjectType> extends Object
Responsible for loading the focus context.
-
-
Constructor Summary
Constructors Constructor Description FocusLoadOperation(@NotNull LensContext<F> context, @NotNull Task task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
load(OperationResult parentResult)
Tries to load focus context from oid, delta, projections (e.g.
-
-
-
Constructor Detail
-
FocusLoadOperation
public FocusLoadOperation(@NotNull @NotNull LensContext<F> context, @NotNull @NotNull Task task)
-
-
Method Detail
-
load
public void load(OperationResult parentResult) throws SchemaException, ObjectNotFoundException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException
Tries to load focus context from oid, delta, projections (e.g. by determining account owners).
-
-