Class ProjectionLinkUpdater
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.sync.ProjectionLinkUpdater
-
- All Implemented Interfaces:
ProvisioningListener
,ShadowDeathListener
@Component public class ProjectionLinkUpdater extends Object implements ShadowDeathListener
Updates focus -> shadow links (linkRef, to be renamed to projectionRef) based onShadowDeathEvent
emitted by provisioning.
-
-
Constructor Summary
Constructors Constructor Description ProjectionLinkUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
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.
-
-
-
Method Detail
-
notify
public void notify(ShadowDeathEvent event, Task task, OperationResult result)
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
public String 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
-
-