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 Summary
Modifier and TypeMethodDescriptionReturns the object in context of which we are resolving the origin.Methods inherited from interface com.evolveum.midpoint.model.common.stringpolicy.ValuePolicyOriginResolver
resolve
-
Method Details
-
getObject
PrismObject<O> getObject()Returns the object in context of which we are resolving the origin.
-