Uses of Interface
com.evolveum.midpoint.prism.ValueMetadata
-
Packages that use ValueMetadata Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.metadata com.evolveum.midpoint.schema.metadata -
-
Uses of ValueMetadata in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ValueMetadata Modifier and Type Method Description ValueMetadataValueMetadata. clone()@NotNull ValueMetadataPrismValue. 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 ValueMetadata Modifier and Type Method Description default Optional<ValueMetadata>PrismValue. valueMetadata()Deprecated.Methods in com.evolveum.midpoint.prism with parameters of type ValueMetadata Modifier and Type Method Description voidPrismValue. 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 Modifier and Type Method Description @NotNull ValueMetadataValueMetadataFactory. createEmpty() -
Uses of ValueMetadata in com.evolveum.midpoint.schema.metadata
Methods in com.evolveum.midpoint.schema.metadata that return ValueMetadata Modifier and Type Method Description @NotNull ValueMetadataMidpointValueMetadataFactory. createEmpty()static ValueMetadataMidpointValueMetadataFactory. createFrom(@NotNull PrismContainer<?> container)
-