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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns a short name of the listener for debugging purposes.voidnotify(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:ShadowDeathListenerThe 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:
notifyin interfaceShadowDeathListener
-
getName
Description copied from interface:ProvisioningListenerReturns 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:
getNamein interfaceProvisioningListener
-