Uses of Interface
com.evolveum.midpoint.prism.MutablePrismContainerDefinition
-
-
Uses of MutablePrismContainerDefinition in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return MutablePrismContainerDefinition Modifier and Type Method Description MutablePrismContainerDefinition<C>
PrismContainerWrapperImpl. toMutable()
MutablePrismContainerDefinition<ValueMetadataType>
ValueMetadataWrapperImpl. toMutable()
-
Uses of MutablePrismContainerDefinition in com.evolveum.midpoint.prism
Subinterfaces of MutablePrismContainerDefinition in com.evolveum.midpoint.prism Modifier and Type Interface Description interface
MutablePrismObjectDefinition<O extends Objectable>
Methods in com.evolveum.midpoint.prism that return MutablePrismContainerDefinition Modifier and Type Method Description @NotNull MutablePrismContainerDefinition<?>
DefinitionFactory. createContainerDefinition(QName name, ComplexTypeDefinition ctd)
MutablePrismContainerDefinition<?>
MutablePrismContainerDefinition. createContainerDefinition(QName name, ComplexTypeDefinition ctd, int minOccurs, int maxOccurs)
MutablePrismContainerDefinition<?>
MutablePrismContainerDefinition. createContainerDefinition(QName name, QName typeName, int minOccurs, int maxOccurs)
MutablePrismContainerDefinition<C>
PrismContainerDefinition. toMutable()
-
Uses of MutablePrismContainerDefinition 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 MutablePrismContainerDefinition Modifier and Type Class Description class
com.evolveum.midpoint.prism.impl.PrismContainerDefinitionImpl<C extends Containerable>
-
Uses of MutablePrismContainerDefinition in com.evolveum.midpoint.prism.schema
Methods in com.evolveum.midpoint.prism.schema that return MutablePrismContainerDefinition Modifier and Type Method Description MutablePrismContainerDefinition<?>
MutablePrismSchema. createContainerDefinition(String localTypeName)
MutablePrismContainerDefinition<?>
MutablePrismSchema. createContainerDefinition(String localElementName, String localTypeName)
-
Uses of MutablePrismContainerDefinition in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor that implement MutablePrismContainerDefinition Modifier and Type Class Description class
ResourceAttributeContainerDefinitionImpl
Resource Object Definition (Object Class).
-