Uses of Class
com.evolveum.midpoint.provisioning.api.ShadowDeathEvent
-
Packages that use ShadowDeathEvent Package Description com.evolveum.midpoint.model.impl.sync com.evolveum.midpoint.provisioning.api -
-
Uses of ShadowDeathEvent in com.evolveum.midpoint.model.impl.sync
Methods in com.evolveum.midpoint.model.impl.sync with parameters of type ShadowDeathEvent Modifier and Type Method Description voidProjectionLinkUpdater. notify(ShadowDeathEvent event, Task task, OperationResult result) -
Uses of ShadowDeathEvent in com.evolveum.midpoint.provisioning.api
Methods in com.evolveum.midpoint.provisioning.api that return ShadowDeathEvent Modifier and Type Method Description static ShadowDeathEventShadowDeathEvent. dead(String oid)static ShadowDeathEventShadowDeathEvent. deleted(String oid)Methods in com.evolveum.midpoint.provisioning.api with parameters of type ShadowDeathEvent Modifier and Type Method Description voidShadowDeathListener. notify(ShadowDeathEvent event, Task task, OperationResult result)The caller is notified about particular shadow death event.
-