Class ShadowDeathEvent
- java.lang.Object
-
- com.evolveum.midpoint.provisioning.api.ShadowDeathEvent
-
- All Implemented Interfaces:
ProvisioningEvent,DebugDumpable
public class ShadowDeathEvent extends Object implements ProvisioningEvent
Emitted when a shadow is converted from live to dead and then eventually to deleted.
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShadowDeathEventdead(String oid)StringdebugDump(int indent)static ShadowDeathEventdeleted(String oid)@NotNull ShadowLivenessStategetNewState()@NotNull StringgetOid()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
deleted
public static ShadowDeathEvent deleted(String oid)
-
dead
public static ShadowDeathEvent dead(String oid)
-
getOid
@NotNull public @NotNull String getOid()
-
getNewState
@NotNull public @NotNull ShadowLivenessState getNewState()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
-