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 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) getPreconditionDeltas
(ModelServiceLocator serviceLocator, OperationResult result) Collect processor with deltas and consumer, that should be processed before basic deltas of showed objectboolean
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) -
getPreconditionDeltas
Collection<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
-