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 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.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)
-