Interface Visualization
- All Superinterfaces:
- DebugDumpable,- Serializable
- All Known Implementing Classes:
- WrapperVisualization
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescription@NotNull List<? extends VisualizationItem>getItems()getName()getOwner()@NotNull List<? extends Visualization>ObjectDelta<?>Source object delta where more details can be found.Visualization root path, relative to the owning visualization root path.Source container value where more details can be found.booleanisBroken()booleanisEmpty()booleanMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDump, debugDumpLazily, debugDumpLazily
- 
Method Details- 
getNameName getName()
- 
getChangeTypeChangeType getChangeType()
- 
getPartialVisualizations
- 
getItems
- 
isOperationalboolean isOperational()
- 
getOwnerVisualization getOwner()
- 
getSourceRelPathItemPath getSourceRelPath()Visualization root path, relative to the owning visualization root path.
- 
getSourceAbsPathItemPath getSourceAbsPath()
- 
getSourceValuePrismContainerValue<?> getSourceValue()Source container value where more details can be found. (For visualizations that display object or value add.)
- 
getSourceDefinitionPrismContainerDefinition<?> getSourceDefinition()
- 
getSourceDeltaObjectDelta<?> getSourceDelta()Source object delta where more details can be found. (For visualization that display an object delta.)
- 
isEmptyboolean isEmpty()
- 
isBrokenboolean isBroken()
 
-