Class VisualizationImpl
java.lang.Object
com.evolveum.midpoint.model.impl.visualizer.output.VisualizationImpl
- All Implemented Interfaces:
Visualization
,DebugDumpable
,Serializable
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addItem
(VisualizationItemImpl item) void
addPartialVisualization
(VisualizationImpl visualization) debugDump
(int indent) boolean
@NotNull List<? extends VisualizationItemImpl>
getItems()
getName()
getOwner()
@NotNull List<? extends VisualizationImpl>
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.int
hashCode()
boolean
isBroken()
boolean
boolean
isEmpty()
boolean
boolean
boolean
void
setBroken
(boolean broken) void
setChangeType
(ChangeType changeType) void
void
setOperational
(boolean operational) void
setSourceAbsPath
(ItemPath sourceAbsPath) void
setSourceDefinition
(PrismContainerDefinition<?> sourceDefinition) void
setSourceDelta
(ObjectDelta<?> sourceDelta) void
setSourceRelPath
(ItemPath sourceRelPath) void
setSourceValue
(PrismContainerValue<?> sourceValue) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
VisualizationImpl
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceVisualization
-
setName
-
getChangeType
- Specified by:
getChangeType
in interfaceVisualization
-
setChangeType
-
getPartialVisualizations
- Specified by:
getPartialVisualizations
in interfaceVisualization
-
addPartialVisualization
-
getItems
- Specified by:
getItems
in interfaceVisualization
-
addItem
-
getOwner
- Specified by:
getOwner
in interfaceVisualization
-
isOperational
public boolean isOperational()- Specified by:
isOperational
in interfaceVisualization
-
setOperational
public void setOperational(boolean operational) -
getSourceRelPath
Description copied from interface:Visualization
Visualization root path, relative to the owning visualization root path.- Specified by:
getSourceRelPath
in interfaceVisualization
-
setSourceRelPath
-
getSourceAbsPath
- Specified by:
getSourceAbsPath
in interfaceVisualization
-
setSourceAbsPath
-
getSourceValue
Description copied from interface:Visualization
Source container value where more details can be found. (For visualizations that display object or value add.)- Specified by:
getSourceValue
in interfaceVisualization
-
setSourceValue
-
getSourceDefinition
- Specified by:
getSourceDefinition
in interfaceVisualization
-
setSourceDefinition
-
getSourceDelta
Description copied from interface:Visualization
Source object delta where more details can be found. (For visualization that display an object delta.)- Specified by:
getSourceDelta
in interfaceVisualization
-
setSourceDelta
-
isBroken
public boolean isBroken()- Specified by:
isBroken
in interfaceVisualization
-
setBroken
public void setBroken(boolean broken) -
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-
getSourceOid
-
isObjectValue
public boolean isObjectValue() -
isContainerValue
public boolean isContainerValue() -
getSourceContainerValueId
-
isFocusObject
public boolean isFocusObject() -
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceVisualization
-
equals
-
hashCode
public int hashCode()
-