Class ProjectionLinkUpdater
java.lang.Object
com.evolveum.midpoint.model.impl.sync.ProjectionLinkUpdater
- All Implemented Interfaces:
ProvisioningListener
,ShadowDeathListener
Updates focus -> shadow links (linkRef, to be renamed to projectionRef)
based on
ShadowDeathEvent
emitted by provisioning.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns a short name of the listener for debugging purposes.void
notify
(ShadowDeathEvent event, Task task, OperationResult result) The caller is notified about particular shadow death event.
-
Constructor Details
-
ProjectionLinkUpdater
public ProjectionLinkUpdater()
-
-
Method Details
-
notify
Description copied from interface:ShadowDeathListener
The caller is notified about particular shadow death event. It should react quickly. The usual reaction is just an update of the state in the repository.- Specified by:
notify
in interfaceShadowDeathListener
-
getName
Description copied from interface:ProvisioningListener
Returns a short name of the listener for debugging purposes. E.g. "model synchronization service". This name is used in log and error messages.- Specified by:
getName
in interfaceProvisioningListener
-