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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItem(VisualizationItemImpl item) voidaddPartialVisualization(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.inthashCode()booleanisBroken()booleanbooleanisEmpty()booleanbooleanbooleanvoidsetBroken(boolean broken) voidsetChangeType(ChangeType changeType) voidvoidsetOperational(boolean operational) voidsetSourceAbsPath(ItemPath sourceAbsPath) voidsetSourceDefinition(PrismContainerDefinition<?> sourceDefinition) voidsetSourceDelta(ObjectDelta<?> sourceDelta) voidsetSourceRelPath(ItemPath sourceRelPath) voidsetSourceValue(PrismContainerValue<?> sourceValue) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
VisualizationImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceVisualization
-
setName
-
getChangeType
- Specified by:
getChangeTypein interfaceVisualization
-
setChangeType
-
getPartialVisualizations
- Specified by:
getPartialVisualizationsin interfaceVisualization
-
addPartialVisualization
-
getItems
- Specified by:
getItemsin interfaceVisualization
-
addItem
-
getOwner
- Specified by:
getOwnerin interfaceVisualization
-
isOperational
public boolean isOperational()- Specified by:
isOperationalin interfaceVisualization
-
setOperational
public void setOperational(boolean operational) -
getSourceRelPath
Description copied from interface:VisualizationVisualization root path, relative to the owning visualization root path.- Specified by:
getSourceRelPathin interfaceVisualization
-
setSourceRelPath
-
getSourceAbsPath
- Specified by:
getSourceAbsPathin interfaceVisualization
-
setSourceAbsPath
-
getSourceValue
Description copied from interface:VisualizationSource container value where more details can be found. (For visualizations that display object or value add.)- Specified by:
getSourceValuein interfaceVisualization
-
setSourceValue
-
getSourceDefinition
- Specified by:
getSourceDefinitionin interfaceVisualization
-
setSourceDefinition
-
getSourceDelta
Description copied from interface:VisualizationSource object delta where more details can be found. (For visualization that display an object delta.)- Specified by:
getSourceDeltain interfaceVisualization
-
setSourceDelta
-
isBroken
public boolean isBroken()- Specified by:
isBrokenin interfaceVisualization
-
setBroken
public void setBroken(boolean broken) -
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-
getSourceOid
-
isObjectValue
public boolean isObjectValue() -
isContainerValue
public boolean isContainerValue() -
getSourceContainerValueId
-
isFocusObject
public boolean isFocusObject() -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceVisualization
-
equals
-
hashCode
public int hashCode()
-