Class LensOwnerResolver<F extends ObjectType>
java.lang.Object
com.evolveum.midpoint.model.impl.lens.LensOwnerResolver<F>
- All Implemented Interfaces:
OwnerResolver
- Author:
- semancik
-
Constructor Summary
ConstructorDescriptionLensOwnerResolver
(LensContext<F> context, ObjectResolver objectResolver, Task task, OperationResult result) -
Method Summary
Modifier and TypeMethodDescription<FO extends FocusType,
O extends ObjectType>
List<PrismObject<FO>>resolveOwner
(PrismObject<O> object) Returns the owner of the provided object.
-
Constructor Details
-
LensOwnerResolver
public LensOwnerResolver(LensContext<F> context, ObjectResolver objectResolver, Task task, OperationResult result)
-
-
Method Details
-
resolveOwner
public <FO extends FocusType,O extends ObjectType> List<PrismObject<FO>> resolveOwner(PrismObject<O> object) throws CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException Description copied from interface:OwnerResolver
Returns the owner of the provided object. The meaning of "owner" is different for, e.g., shadows, tasks, and so on.- Specified by:
resolveOwner
in interfaceOwnerResolver
- Throws:
CommunicationException
ConfigurationException
SecurityViolationException
ExpressionEvaluationException
-