Class ProfilingClassLoggerContainerValueWrapperImpl
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl<C>
-
- com.evolveum.midpoint.gui.impl.prism.wrapper.PrismContainerValueWrapperImpl<ClassLoggerConfigurationType>
-
- com.evolveum.midpoint.gui.impl.prism.wrapper.ProfilingClassLoggerContainerValueWrapperImpl
-
- All Implemented Interfaces:
PrismContainerValueWrapper<ClassLoggerConfigurationType>
,PrismValueWrapper<ClassLoggerConfigurationType>
,DebugDumpable
,SelectableRow<ClassLoggerConfigurationType>
,Serializable
public class ProfilingClassLoggerContainerValueWrapperImpl extends PrismContainerValueWrapperImpl<ClassLoggerConfigurationType>
- Author:
- skublik
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ProfilingClassLoggerContainerValueWrapperImpl(PrismContainerWrapper<ClassLoggerConfigurationType> parent, PrismContainerValue<ClassLoggerConfigurationType> pcv, ValueStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
PrismContainerValue<ClassLoggerConfigurationType>
getValueToAdd()
-
Methods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismContainerValueWrapperImpl
addItem, addItems, applyDelta, clearItems, collectExtensionItems, debugDump, findContainer, findContainer, findItem, findItem, findProperty, findReference, getChildContainers, getContainers, getContainers, getContainerValueApplyDelta, getDefinition, getHelpText, getItems, getNewValue, getNonContainers, getOldValue, getPath, getSelectedChild, getVirtualItems, hasChanged, isExpanded, isHeterogenous, isMetadata, isReadOnly, isSelected, isShowEmpty, isShowMetadata, isSorted, isVirtual, isVisible, setExpanded, setHeterogenous, setMetadata, setReadOnly, setRealValue, setSelected, setShowEmpty, setShowMetadata, setSorted, setVirtualContainerItems, size
-
Methods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl
addToDelta, getParent, getParentContainerValue, getRealValue, getStatus, getValueMetadata, isChanged, setStatus, setValueMetadata, toShortString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.gui.api.prism.wrapper.PrismContainerValueWrapper
getStatus, setStatus
-
Methods inherited from interface com.evolveum.midpoint.gui.api.prism.wrapper.PrismValueWrapper
addToDelta, getParent, getParentContainerValue, getRealValue, getValueMetadata, setValueMetadata, toShortString
-
-
-
-
Constructor Detail
-
ProfilingClassLoggerContainerValueWrapperImpl
public ProfilingClassLoggerContainerValueWrapperImpl(PrismContainerWrapper<ClassLoggerConfigurationType> parent, PrismContainerValue<ClassLoggerConfigurationType> pcv, ValueStatus status)
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfacePrismContainerValueWrapper<ClassLoggerConfigurationType>
- Overrides:
getDisplayName
in classPrismContainerValueWrapperImpl<ClassLoggerConfigurationType>
-
getValueToAdd
public PrismContainerValue<ClassLoggerConfigurationType> getValueToAdd() throws SchemaException
- Specified by:
getValueToAdd
in interfacePrismContainerValueWrapper<ClassLoggerConfigurationType>
- Overrides:
getValueToAdd
in classPrismContainerValueWrapperImpl<ClassLoggerConfigurationType>
- Throws:
SchemaException
-
-