Class WrapperVisualization
java.lang.Object
com.evolveum.midpoint.web.component.prism.show.WrapperVisualization
- All Implemented Interfaces:
- Visualization,- DebugDumpable,- Serializable
Artificial implementation of a visualization used to hold a list of deltas.
 (A bit of hack, unfortunately.)
- See Also:
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Constructor SummaryConstructorsConstructorDescriptionWrapperVisualization(LocalizableMessage displayName, List<? extends Visualization> partialVisualizations) 
- 
Method SummaryModifier and TypeMethodDescriptionShow the content of the object intended for diagnostics by system administrator.debugDump(int indent) boolean@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.inthashCode()booleanisBroken()booleanisEmpty()booleanMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDumpLazily, debugDumpLazily
- 
Constructor Details- 
WrapperVisualizationpublic WrapperVisualization(LocalizableMessage displayName, List<? extends Visualization> partialVisualizations) 
 
- 
- 
Method Details- 
getName- Specified by:
- getNamein interface- Visualization
 
- 
getChangeType- Specified by:
- getChangeTypein interface- Visualization
 
- 
getPartialVisualizations- Specified by:
- getPartialVisualizationsin interface- Visualization
 
- 
getItems- Specified by:
- getItemsin interface- Visualization
 
- 
isOperationalpublic boolean isOperational()- Specified by:
- isOperationalin interface- Visualization
 
- 
getOwner- Specified by:
- getOwnerin interface- Visualization
 
- 
getSourceRelPathDescription copied from interface:VisualizationVisualization root path, relative to the owning visualization root path.- Specified by:
- getSourceRelPathin interface- Visualization
 
- 
getSourceAbsPath- Specified by:
- getSourceAbsPathin interface- Visualization
 
- 
getSourceValueDescription copied from interface:VisualizationSource container value where more details can be found. (For visualizations that display object or value add.)- Specified by:
- getSourceValuein interface- Visualization
 
- 
getSourceDefinition- Specified by:
- getSourceDefinitionin interface- Visualization
 
- 
getSourceDeltaDescription copied from interface:VisualizationSource object delta where more details can be found. (For visualization that display an object delta.)- Specified by:
- getSourceDeltain interface- Visualization
 
- 
isBrokenpublic boolean isBroken()- Specified by:
- isBrokenin interface- Visualization
 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Visualization
 
- 
debugDumpDescription copied from interface:DebugDumpableShow the content of the object intended for diagnostics by system administrator. The out put should be suitable to use in system logs at "debug" level. It may be multi-line, but in that case it should be well indented and quite terse. As it is intended to be used by system administrator, it should not use any developer terms such as class names, exceptions or stack traces.- Specified by:
- debugDumpin interface- DebugDumpable
- Returns:
- content of the object intended for diagnostics by system administrator.
 
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
- 
equals
- 
hashCodepublic int hashCode()
 
-