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