Uses of Interface
com.evolveum.midpoint.prism.ValueMetadata
-
-
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.impl
Methods in com.evolveum.midpoint.prism.impl that return ValueMetadata Modifier and Type Method Description @NotNull ValueMetadataPrismValueImpl. getValueMetadata()Methods in com.evolveum.midpoint.prism.impl with parameters of type ValueMetadata Modifier and Type Method Description voidPrismValueImpl. setValueMetadata(ValueMetadata valueMetadata) -
Uses of ValueMetadata in com.evolveum.midpoint.prism.impl.metadata
Classes in com.evolveum.midpoint.prism.impl.metadata that implement ValueMetadata Modifier and Type Class Description classValueMetadataAdapterMethods in com.evolveum.midpoint.prism.impl.metadata that return ValueMetadata Modifier and Type Method Description ValueMetadataValueMetadataAdapter. clone()static ValueMetadataValueMetadataAdapter. holding(@NotNull PrismContainer<?> 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)
-