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 void
ProjectionLinkUpdater. 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 ShadowDeathEvent
ShadowDeathEvent. dead(String oid)
static ShadowDeathEvent
ShadowDeathEvent. deleted(String oid)
Methods in com.evolveum.midpoint.provisioning.api with parameters of type ShadowDeathEvent Modifier and Type Method Description void
ShadowDeathListener. notify(ShadowDeathEvent event, Task task, OperationResult result)
The caller is notified about particular shadow death event.
-