Class SchemaPropertyWrapperImpl
java.lang.Object
com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl<T>
com.evolveum.midpoint.gui.impl.prism.wrapper.PrismPropertyValueWrapper<SchemaDefinitionType>
com.evolveum.midpoint.gui.impl.prism.wrapper.SchemaPropertyWrapperImpl
- All Implemented Interfaces:
PrismValueWrapper<SchemaDefinitionType>
,DebugDumpable
,Serializable
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
ConstructorDescriptionSchemaPropertyWrapperImpl
(PrismPropertyWrapper parent, PrismPropertyValue<SchemaDefinitionType> value, ValueStatus status) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Methods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismPropertyValueWrapper
debugDump, setRealValue, toShortString
Methods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl
addToDelta, getNewValueWithMetadataApplied, getParent, getParentContainerValue, getPreconditionDeltas, getRealValue, getStatus, getValueMetadata, isShowMetadata, isVisible, setNewValue, setShowMetadata, setStatus, setValueMetadata
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
-
Field Details
-
F_NAMESPACE
- See Also:
-
-
Constructor Details
-
SchemaPropertyWrapperImpl
public SchemaPropertyWrapperImpl(PrismPropertyWrapper parent, PrismPropertyValue<SchemaDefinitionType> value, ValueStatus status)
-
-
Method Details
-
getOldValue
- Specified by:
getOldValue
in interfacePrismValueWrapper<SchemaDefinitionType>
- Overrides:
getOldValue
in classPrismPropertyValueWrapper<SchemaDefinitionType>
-
getNewValue
- Specified by:
getNewValue
in interfacePrismValueWrapper<SchemaDefinitionType>
- Overrides:
getNewValue
in classPrismPropertyValueWrapper<SchemaDefinitionType>
-
getParsedSchema
-
isChanged
protected boolean isChanged()- Overrides:
isChanged
in classPrismValueWrapperImpl<SchemaDefinitionType>
-