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 ValueMetadata
ValueMetadata. 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 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 void
PrismValue. 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 ValueMetadata
PrismValueImpl. getValueMetadata()
Methods in com.evolveum.midpoint.prism.impl with parameters of type ValueMetadata Modifier and Type Method Description void
PrismValueImpl. 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 class
ValueMetadataAdapter
Methods in com.evolveum.midpoint.prism.impl.metadata that return ValueMetadata Modifier and Type Method Description ValueMetadata
ValueMetadataAdapter. clone()
static ValueMetadata
ValueMetadataAdapter. 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 ValueMetadata
ValueMetadataFactory. 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 ValueMetadata
MidpointValueMetadataFactory. createEmpty()
static ValueMetadata
MidpointValueMetadataFactory. createFrom(@NotNull PrismContainer<?> container)
-