Class RememberedElementState<O extends ObjectType>
java.lang.Object
com.evolveum.midpoint.model.impl.lens.RememberedElementState<O>
- All Implemented Interfaces:
DebugDumpable
,Serializable
public class RememberedElementState<O extends ObjectType>
extends Object
implements Serializable, DebugDumpable
Element state that we can return to e.g. in the new iteration.
Currently comprises only the secondary delta - all other things (current delta, summary delta, new object)
will be recomputed when needed.
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
RememberedElementState
-
-
Method Details
-
getSecondaryDelta
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-