Class ExternalResourceEvent
java.lang.Object
com.evolveum.midpoint.provisioning.api.ExternalResourceEvent
- All Implemented Interfaces:
ProvisioningEvent
,DebugDumpable
,Serializable
public class ExternalResourceEvent
extends Object
implements ProvisioningEvent, Serializable, DebugDumpable
Externally-provided resource event. Used to inform provisioning module about the fact
that an object on a resource has changed.
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
ConstructorDescriptionExternalResourceEvent
(ObjectDelta<ShadowType> objectDelta, PrismObject<ShadowType> resourceObject, PrismObject<ShadowType> oldRepoShadow, String sourceChannel) -
Method Summary
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
-
Constructor Details
-
ExternalResourceEvent
public ExternalResourceEvent(ObjectDelta<ShadowType> objectDelta, PrismObject<ShadowType> resourceObject, PrismObject<ShadowType> oldRepoShadow, String sourceChannel)
-
-
Method Details
-
getResourceObject
-
getOldRepoShadow
-
getObjectDelta
-
getSourceChannel
-
isProtected
public boolean isProtected() -
toString
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-