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 Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier 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) boolean
boolean
void
setRealValue
(T realValue) void
setShowMetadata
(boolean showMetadata) void
setStatus
(ValueStatus status) void
setValueMetadata
(ValueMetadataWrapperImpl valueMetadata) Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
getRealValue
T getRealValue() -
setRealValue
-
getStatus
ValueStatus getStatus() -
setStatus
-
getNewValue
-
getOldValue
-
getParent
-
addToDelta
<D extends ItemDelta<PrismValue,? extends ItemDefinition>> void addToDelta(D delta) throws SchemaException - Throws:
SchemaException
-
isVisible
boolean isVisible() -
getValueMetadata
ValueMetadataWrapperImpl getValueMetadata() -
setValueMetadata
-
isShowMetadata
boolean isShowMetadata() -
setShowMetadata
void setShowMetadata(boolean showMetadata) -
toShortString
String toShortString() -
getParentContainerValue
<C extends Containerable> PrismContainerValueWrapper<C> getParentContainerValue(Class<? extends C> parentClass)
-