Interface ObjectBasedValuePolicyOriginResolver<O extends ObjectType>
- All Superinterfaces:
- ValuePolicyOriginResolver
- All Known Implementing Classes:
- AbstractValuePolicyOriginResolver,- FocusValuePolicyOriginResolver,- ShadowValuePolicyOriginResolver
public interface ObjectBasedValuePolicyOriginResolver<O extends ObjectType>
extends ValuePolicyOriginResolver
ValuePolicyOriginResolver that resolves origin based on some context object (that can be retrieved).
- 
Method SummaryModifier and TypeMethodDescriptionReturns the object in context of which we are resolving the origin.Methods inherited from interface com.evolveum.midpoint.model.common.stringpolicy.ValuePolicyOriginResolverresolve
- 
Method Details- 
getObjectPrismObject<O> getObject()Returns the object in context of which we are resolving the origin.
 
-