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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description RememberedElementState(@Nullable ObjectDelta<O> secondaryDelta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
@Nullable ObjectDelta<O>
getSecondaryDelta()
-
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 Detail
-
RememberedElementState
public RememberedElementState(@Nullable @Nullable ObjectDelta<O> secondaryDelta)
-
-
Method Detail
-
getSecondaryDelta
@Nullable public @Nullable ObjectDelta<O> getSecondaryDelta()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-