Class ObjectDeltaWaves.WaveDelta<O extends ObjectType>
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.ObjectDeltaWaves.WaveDelta<O>
-
- All Implemented Interfaces:
DebugDumpable,Serializable
- Enclosing class:
- ObjectDeltaWaves<O extends ObjectType>
public static class ObjectDeltaWaves.WaveDelta<O extends ObjectType> extends Object implements DebugDumpable, Serializable
Delta for a specific execution wave.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadopt(PrismContext prismContext)voidcheckConsistence(boolean requireOid, String shortDesc)ObjectDeltaWaves.WaveDelta<O>clone()StringdebugDump(int indent)booleanequals(Object o)inthashCode()voidnormalize()voidsetOid(String oid)-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
clone
public ObjectDeltaWaves.WaveDelta<O> clone()
-
adopt
public void adopt(PrismContext prismContext) throws SchemaException
- Throws:
SchemaException
-
setOid
public void setOid(String oid)
-
checkConsistence
public void checkConsistence(boolean requireOid, String shortDesc)
-
normalize
public void normalize()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
-