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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ExternalResourceEvent(ObjectDelta<ShadowType> objectDelta, PrismObject<ShadowType> resourceObject, PrismObject<ShadowType> oldRepoShadow, String sourceChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
ObjectDelta<ShadowType>
getObjectDelta()
PrismObject<ShadowType>
getOldRepoShadow()
PrismObject<ShadowType>
getResourceObject()
String
getSourceChannel()
boolean
isProtected()
String
toString()
-
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 Detail
-
ExternalResourceEvent
public ExternalResourceEvent(ObjectDelta<ShadowType> objectDelta, PrismObject<ShadowType> resourceObject, PrismObject<ShadowType> oldRepoShadow, String sourceChannel)
-
-
Method Detail
-
getResourceObject
public PrismObject<ShadowType> getResourceObject()
-
getOldRepoShadow
public PrismObject<ShadowType> getOldRepoShadow()
-
getObjectDelta
public ObjectDelta<ShadowType> getObjectDelta()
-
getSourceChannel
public String getSourceChannel()
-
isProtected
public boolean isProtected()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-