Interface VisualizationDeltaItem
- All Superinterfaces:
Serializable
,VisualizationItem
- All Known Implementing Classes:
VisualizationDeltaItemImpl
-
Method Summary
Modifier and TypeMethodDescription@NotNull List<? extends VisualizationItemValue>
@NotNull List<? extends VisualizationItemValue>
@NotNull List<? extends VisualizationItemValue>
ItemDelta<?,
?> Item delta (if applicable).@NotNull List<? extends VisualizationItemValue>
Methods inherited from interface com.evolveum.midpoint.model.api.visualizer.VisualizationItem
getName, getNewValues, getSourceItem, getSourceRelPath, isDescriptive, isOperational
-
Method Details
-
getOldValues
-
getAddedValues
-
getDeletedValues
-
getUnchangedValues
-
getSourceDelta
ItemDelta<?,?> getSourceDelta()Item delta (if applicable). It should contain the original path (not a relative one).
-