Interface PrismValueWrapper<T>
- All Superinterfaces:
- DebugDumpable,- Serializable
- All Known Subinterfaces:
- AssignmentValueWrapper,- PrismContainerValueWrapper<C>,- PrismObjectValueWrapper<O>
- All Known Implementing Classes:
- AssignmentValueWrapperImpl,- AuthenticationAttemptValueWrapper,- ConstructionValueWrapper,- PrismContainerValueWrapperImpl,- PrismObjectValueWrapperImpl,- PrismPropertyValueWrapper,- PrismReferenceValueWrapperImpl,- PrismValueWrapperImpl,- ProfilingClassLoggerContainerValueWrapperImpl,- ResourceAttributeMappingValueWrapper
- Author:
- katka
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescription<D extends ItemDelta<PrismValue,? extends ItemDefinition>> 
 voidaddToDelta(D delta) <V extends PrismValue>
 V<V extends PrismValue>
 V<IW extends ItemWrapper>
 IW<C extends Containerable>
 PrismContainerValueWrapper<C>getParentContainerValue(Class<? extends C> parentClass) booleanbooleanvoidsetRealValue(T realValue) voidsetShowMetadata(boolean showMetadata) voidsetStatus(ValueStatus status) voidsetValueMetadata(ValueMetadataWrapperImpl valueMetadata) Methods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDump, debugDumpLazily, debugDumpLazily
- 
Method Details- 
getRealValueT getRealValue()
- 
setRealValue
- 
getStatusValueStatus getStatus()
- 
setStatus
- 
getNewValue
- 
getOldValue
- 
getParent
- 
addToDelta<D extends ItemDelta<PrismValue,? extends ItemDefinition>> void addToDelta(D delta) throws SchemaException - Throws:
- SchemaException
 
- 
isVisibleboolean isVisible()
- 
getValueMetadataValueMetadataWrapperImpl getValueMetadata()
- 
setValueMetadata
- 
isShowMetadataboolean isShowMetadata()
- 
setShowMetadatavoid setShowMetadata(boolean showMetadata) 
- 
toShortStringString toShortString()
- 
getParentContainerValue<C extends Containerable> PrismContainerValueWrapper<C> getParentContainerValue(Class<? extends C> parentClass) 
 
-