Uses of Interface
com.evolveum.midpoint.prism.MutableDefinition
-
Packages that use MutableDefinition Package Description com.evolveum.midpoint.common.refinery com.evolveum.midpoint.prism com.evolveum.midpoint.prism.impl com.evolveum.midpoint.schema.processor -
-
Uses of MutableDefinition in com.evolveum.midpoint.common.refinery
Classes in com.evolveum.midpoint.common.refinery that implement MutableDefinition Modifier and Type Class Description class
RefinedAttributeDefinitionImpl<T>
-
Uses of MutableDefinition in com.evolveum.midpoint.prism
Subinterfaces of MutableDefinition in com.evolveum.midpoint.prism Modifier and Type Interface Description interface
MutableComplexTypeDefinition
interface
MutableItemDefinition<I extends Item>
EXPERIMENTALinterface
MutablePrismContainerDefinition<C extends Containerable>
interface
MutablePrismObjectDefinition<O extends Objectable>
interface
MutablePrismPropertyDefinition<T>
interface
MutablePrismReferenceDefinition
interface
MutableTypeDefinition
Methods in com.evolveum.midpoint.prism that return MutableDefinition Modifier and Type Method Description MutableDefinition
Definition. toMutable()
-
Uses of MutableDefinition 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 MutableDefinition Modifier and Type Class Description class
com.evolveum.midpoint.prism.impl.ComplexTypeDefinitionImpl
class
com.evolveum.midpoint.prism.impl.DefinitionImpl
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>
class
com.evolveum.midpoint.prism.impl.TypeDefinitionImpl
-
Uses of MutableDefinition in com.evolveum.midpoint.schema.processor
Subinterfaces of MutableDefinition in com.evolveum.midpoint.schema.processor Modifier and Type Interface Description interface
MutableObjectClassComplexTypeDefinition
interface
MutableResourceAttributeDefinition<T>
Classes in com.evolveum.midpoint.schema.processor that implement MutableDefinition Modifier and Type Class Description class
ObjectClassComplexTypeDefinitionImpl
class
ResourceAttributeContainerDefinitionImpl
Resource Object Definition (Object Class).class
ResourceAttributeDefinitionImpl<T>
Resource Object Attribute Definition.
-