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
FieldsFields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
ConstructorsConstructorDescriptionSchemaPropertyWrapperImpl(PrismPropertyWrapper parent, PrismPropertyValue<SchemaDefinitionType> value, ValueStatus status) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanMethods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismPropertyValueWrapper
debugDump, setRealValue, toShortStringMethods inherited from class com.evolveum.midpoint.gui.impl.prism.wrapper.PrismValueWrapperImpl
addToDelta, getNewValueWithMetadataApplied, getParent, getParentContainerValue, getPreconditionDeltas, getRealValue, getStatus, getValueMetadata, isShowMetadata, isVisible, setNewValue, setShowMetadata, setStatus, setValueMetadataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getOldValuein interfacePrismValueWrapper<SchemaDefinitionType>- Overrides:
getOldValuein classPrismPropertyValueWrapper<SchemaDefinitionType>
-
getNewValue
- Specified by:
getNewValuein interfacePrismValueWrapper<SchemaDefinitionType>- Overrides:
getNewValuein classPrismPropertyValueWrapper<SchemaDefinitionType>
-
getParsedSchema
-
isChanged
protected boolean isChanged()- Overrides:
isChangedin classPrismValueWrapperImpl<SchemaDefinitionType>
-