Interface PrismValueWrapper<T>
- All Superinterfaces:
- DebugDumpable,- Serializable
- All Known Subinterfaces:
- AssignmentValueWrapper,- PrismContainerValueWrapper<C>,- PrismObjectValueWrapper<O>
- All Known Implementing Classes:
- AssignmentValueWrapperImpl,- AttributeMappingValueWrapper,- AuthenticationAttemptValueWrapper,- ConstructionValueWrapper,- CreateObjectForReferenceValueWrapper,- PrismContainerValueWrapperImpl,- PrismObjectValueWrapperImpl,- PrismPropertyValueWrapper,- PrismReferenceValueWrapperImpl,- PrismValueWrapperImpl,- ProfilingClassLoggerContainerValueWrapperImpl,- ResourceObjectTypeArchetypeValueWrapperImpl,- ResourceObjectTypeMarkPolicyValueWrapperImpl,- SchemaPropertyWrapperImpl
- 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) getPreconditionDeltas(ModelServiceLocator serviceLocator, OperationResult result) Collect processor with deltas and consumer, that should be processed before basic deltas of showed objectbooleanbooleanvoidsetRealValue(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) 
- 
getPreconditionDeltasCollection<ExecutedDeltaPostProcessor> getPreconditionDeltas(ModelServiceLocator serviceLocator, OperationResult result) throws CommonException Collect processor with deltas and consumer, that should be processed before basic deltas of showed object- Throws:
- CommonException
 
 
-