Class SimulationChangeSummaryDto
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.simulation.panel.mapping.changes.model.SimulationChangeSummaryDto
- All Implemented Interfaces:
Serializable
UI summary of value changes for one simulated object.
Transforms VisualizationDto into a simplified structure used by
simulation result panels. It resolves the object state, extracts display
values, groups them into removed/added/unchanged collections, and determines
the appropriate SimulationChangeSummaryDto.ChangeViewType for rendering.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetState()intbooleanbooleanvoidsetExpandable(boolean expandable) voidsetImageCssClass(String imageCssClass) voidsetMessage(String message) voidsetObjectOid(String objectOid)
-
Constructor Details
-
SimulationChangeSummaryDto
-
-
Method Details
-
hasMessage
public boolean hasMessage() -
getTopAddedValues
-
getMoreAddedCount
public int getMoreAddedCount() -
getTopRemovedValues
-
getMoreRemovedCount
public int getMoreRemovedCount() -
getTopUnchangedValues
-
getMoreUnchangedCount
public int getMoreUnchangedCount() -
getUnchangedCount
public int getUnchangedCount() -
getObjectName
-
getObjectOid
-
setObjectOid
-
getImageCssClass
-
setImageCssClass
-
getState
-
getViewType
-
getPrimaryChangeLabel
-
getOldValue
-
getNewValue
-
getRemovedValues
-
getAddedValues
-
getUnchangedValues
-
getMessage
-
setMessage
-
isExpandable
public boolean isExpandable() -
setExpandable
public void setExpandable(boolean expandable)
-