Uses of Interface
com.evolveum.midpoint.prism.MutableItemDefinition
-
Packages that use MutableItemDefinition Package Description com.evolveum.midpoint.gui.impl.prism.wrapper com.evolveum.midpoint.prism com.evolveum.midpoint.prism.impl com.evolveum.midpoint.schema.processor -
-
Uses of MutableItemDefinition in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return MutableItemDefinition Modifier and Type Method Description MutableItemDefinition<I>
ItemWrapperImpl. toMutable()
-
Uses of MutableItemDefinition in com.evolveum.midpoint.prism
Subinterfaces of MutableItemDefinition in com.evolveum.midpoint.prism Modifier and Type Interface Description interface
MutablePrismContainerDefinition<C extends Containerable>
interface
MutablePrismObjectDefinition<O extends Objectable>
interface
MutablePrismPropertyDefinition<T>
interface
MutablePrismReferenceDefinition
Methods in com.evolveum.midpoint.prism that return MutableItemDefinition Modifier and Type Method Description MutableItemDefinition<I>
ItemDefinition. toMutable()
-
Uses of MutableItemDefinition in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw MutableItemDefinition Modifier and Type Class Description class
com.evolveum.midpoint.prism.impl.ItemDefinitionImpl<I extends Item<?,?>>
class
com.evolveum.midpoint.prism.impl.PrismContainerDefinitionImpl<C extends Containerable>
class
com.evolveum.midpoint.prism.impl.PrismPropertyDefinitionImpl<T extends Object>
-
Uses of MutableItemDefinition in com.evolveum.midpoint.schema.processor
Subinterfaces of MutableItemDefinition in com.evolveum.midpoint.schema.processor Modifier and Type Interface Description interface
MutableRawResourceAttributeDefinition<T>
Classes in com.evolveum.midpoint.schema.processor that implement MutableItemDefinition Modifier and Type Class Description class
RawResourceAttributeDefinitionImpl<T>
A structure holding "raw" definition of a resource attribute, i.e.class
ResourceAttributeContainerDefinitionImpl
Resource Object Definition (Object Class).
-