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. newValuesMethods 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 voidSceneDeltaItemImpl. setAddedValues(@NotNull List<SceneItemValueImpl> addedValues)voidSceneDeltaItemImpl. setDeletedValues(@NotNull List<SceneItemValueImpl> deletedValues)voidSceneItemImpl. setNewValues(List<SceneItemValueImpl> newValues)voidSceneDeltaItemImpl. setOldValues(@NotNull List<SceneItemValueImpl> oldValues)voidSceneDeltaItemImpl. setUnchangedValues(@NotNull List<SceneItemValueImpl> unchangedValues)
-