Uses of Class
com.evolveum.midpoint.model.impl.visualizer.output.SceneItemValueImpl
-
Packages that use SceneItemValueImpl Package Description com.evolveum.midpoint.model.impl.visualizer.output -
-
Uses of SceneItemValueImpl in com.evolveum.midpoint.model.impl.visualizer.output
Fields in com.evolveum.midpoint.model.impl.visualizer.output with type parameters of type SceneItemValueImpl Modifier and Type Field Description protected List<SceneItemValueImpl>
SceneItemImpl. newValues
Methods in com.evolveum.midpoint.model.impl.visualizer.output that return types with arguments of type SceneItemValueImpl Modifier and Type Method Description @NotNull List<SceneItemValueImpl>
SceneDeltaItemImpl. getAddedValues()
@NotNull List<SceneItemValueImpl>
SceneDeltaItemImpl. getDeletedValues()
@NotNull List<SceneItemValueImpl>
SceneDeltaItemImpl. getUnchangedValues()
Method parameters in com.evolveum.midpoint.model.impl.visualizer.output with type arguments of type SceneItemValueImpl Modifier and Type Method Description void
SceneDeltaItemImpl. setAddedValues(@NotNull List<SceneItemValueImpl> addedValues)
void
SceneDeltaItemImpl. setDeletedValues(@NotNull List<SceneItemValueImpl> deletedValues)
void
SceneItemImpl. setNewValues(List<SceneItemValueImpl> newValues)
void
SceneDeltaItemImpl. setOldValues(@NotNull List<SceneItemValueImpl> oldValues)
void
SceneDeltaItemImpl. setUnchangedValues(@NotNull List<SceneItemValueImpl> unchangedValues)
-