Class PropertyTreeDelta<T>
java.lang.Object
com.evolveum.midpoint.schema.delta.ItemTreeDelta<PrismPropertyValue<T>,PrismPropertyDefinition<T>,PrismProperty<T>,PropertyTreeDeltaValue<T>>
com.evolveum.midpoint.schema.delta.PropertyTreeDelta<T>
- All Implemented Interfaces:
Visitable
,DebugDumpable
public class PropertyTreeDelta<T>
extends ItemTreeDelta<PrismPropertyValue<T>,PrismPropertyDefinition<T>,PrismProperty<T>,PropertyTreeDeltaValue<T>>
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
-
Method Summary
Methods inherited from class com.evolveum.midpoint.schema.delta.ItemTreeDelta
accept, addValue, containsModifications, debugDump, findMatchingValue, getConflictsWith, getConflictsWith, getDefinition, getItemName, getModifications, getNonConflictingModifications, getParent, getPath, getSingleValue, getTypeName, getValues, hasConflictWith, hasConflictWith, removeValue, setDefinition, setParent, setValues, 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 Details
-
PropertyTreeDelta
-
-
Method Details
-
debugDumpShortName
- Overrides:
debugDumpShortName
in classItemTreeDelta<PrismPropertyValue<T>,
PrismPropertyDefinition<T>, PrismProperty<T>, PropertyTreeDeltaValue<T>>
-
createNewValue
- Specified by:
createNewValue
in classItemTreeDelta<PrismPropertyValue<T>,
PrismPropertyDefinition<T>, PrismProperty<T>, PropertyTreeDeltaValue<T>>
-