Interface Visualization
- All Superinterfaces:
DebugDumpable,Serializable
- All Known Implementing Classes:
VisualizationImpl,WrapperVisualization
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier 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.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
getName
Name getName() -
getChangeType
ChangeType getChangeType() -
getPartialVisualizations
-
getItems
-
isOperational
boolean isOperational() -
getOwner
Visualization getOwner() -
getSourceRelPath
ItemPath getSourceRelPath()Visualization root path, relative to the owning visualization root path. -
getSourceAbsPath
ItemPath getSourceAbsPath() -
getSourceValue
PrismContainerValue<?> getSourceValue()Source container value where more details can be found. (For visualizations that display object or value add.) -
getSourceDefinition
PrismContainerDefinition<?> getSourceDefinition() -
getSourceDelta
ObjectDelta<?> getSourceDelta()Source object delta where more details can be found. (For visualization that display an object delta.) -
isEmpty
boolean isEmpty() -
isBroken
boolean isBroken()
-