Uses of Interface
com.evolveum.midpoint.schema.processor.MutableRawResourceAttributeDefinition
-
-
Uses of MutableRawResourceAttributeDefinition in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return MutableRawResourceAttributeDefinition Modifier and Type Method Description @NotNull MutableRawResourceAttributeDefinition<T>
ResourceAttributeWrapperImpl. toMutable()
-
Uses of MutableRawResourceAttributeDefinition in com.evolveum.midpoint.model.impl.schema.transform
Subinterfaces of MutableRawResourceAttributeDefinition in com.evolveum.midpoint.model.impl.schema.transform Modifier and Type Interface Description static interface
PartiallyMutableItemDefinition.Attribute<T>
Classes in com.evolveum.midpoint.model.impl.schema.transform that implement MutableRawResourceAttributeDefinition Modifier and Type Class Description static class
TransformablePropertyDefinition.RefinedAttribute<T>
static class
TransformablePropertyDefinition.ResourceAttribute<T>
Methods in com.evolveum.midpoint.model.impl.schema.transform that return MutableRawResourceAttributeDefinition Modifier and Type Method Description @NotNull MutableRawResourceAttributeDefinition<T>
TransformablePropertyDefinition.ResourceAttribute. toMutable()
-
Uses of MutableRawResourceAttributeDefinition in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor that implement MutableRawResourceAttributeDefinition Modifier and Type Class Description class
RawResourceAttributeDefinitionImpl<T>
A structure holding "raw" definition of a resource attribute, i.e.Methods in com.evolveum.midpoint.schema.processor that return MutableRawResourceAttributeDefinition Modifier and Type Method Description static <T> MutableRawResourceAttributeDefinition<T>
ObjectFactory. createRawResourceAttributeDefinition(QName name, QName typeName)
CreatesRawResourceAttributeDefinition
.@NotNull MutableRawResourceAttributeDefinition<T>
RawResourceAttributeDefinitionImpl. toMutable()
@NotNull MutableRawResourceAttributeDefinition<T>
ResourceAttributeDefinition. toMutable()
@NotNull MutableRawResourceAttributeDefinition<T>
ResourceAttributeDefinitionImpl. toMutable()
Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type MutableRawResourceAttributeDefinition Modifier and Type Method Description default <T> ResourceAttributeDefinition<T>
MutableResourceObjectClassDefinition. createAttributeDefinition(@NotNull String localName, @NotNull QName typeName, @NotNull Consumer<MutableRawResourceAttributeDefinition<?>> customizer)
Returned value is immutable.<T> ResourceAttributeDefinition<T>
MutableResourceObjectClassDefinition. createAttributeDefinition(@NotNull QName name, @NotNull QName typeName, @NotNull Consumer<MutableRawResourceAttributeDefinition<?>> customizer)
Returned value is immutable.<T> ResourceAttributeDefinition<T>
ResourceObjectClassDefinitionImpl. createAttributeDefinition(@NotNull QName name, @NotNull QName typeName, @NotNull Consumer<MutableRawResourceAttributeDefinition<?>> consumer)
default ResourceAttributeDefinition<T>
ResourceAttributeDefinition. spawnModifyingRaw(@NotNull Consumer<MutableRawResourceAttributeDefinition<T>> rawPartCustomizer)
Creates a copy of the definition, with a given customizer applied to the _raw_ part of the definition.ResourceAttributeDefinition<T>
ResourceAttributeDefinitionImpl. spawnModifyingRaw(@NotNull Consumer<MutableRawResourceAttributeDefinition<T>> rawPartCustomizer)
-