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