Uses of Interface
com.evolveum.midpoint.prism.ValueMetadata
Packages that use ValueMetadata
Package
Description
-
Uses of ValueMetadata in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ValueMetadataModifier and TypeMethodDescriptionValueMetadata.clone()
@NotNull ValueMetadata
PrismValue.getValueMetadata()
Maybe it is better to expect empty value metadata if these are absent.Methods in com.evolveum.midpoint.prism that return types with arguments of type ValueMetadataModifier and TypeMethodDescriptiondefault Optional<ValueMetadata>
PrismValue.valueMetadata()
Deprecated.Methods in com.evolveum.midpoint.prism with parameters of type ValueMetadataModifier and TypeMethodDescriptionvoid
PrismValue.setValueMetadata
(ValueMetadata valueMetadata) Sets metadata for this value. -
Uses of ValueMetadata in com.evolveum.midpoint.prism.metadata
Methods in com.evolveum.midpoint.prism.metadata that return ValueMetadata -
Uses of ValueMetadata in com.evolveum.midpoint.schema.metadata
Methods in com.evolveum.midpoint.schema.metadata that return ValueMetadataModifier and TypeMethodDescription@NotNull ValueMetadata
MidpointValueMetadataFactory.createEmpty()
static ValueMetadata
MidpointValueMetadataFactory.createFrom
(@NotNull PrismContainer<?> container)