Uses of Interface
com.evolveum.midpoint.prism.MutablePrismPropertyDefinition
-
Packages that use MutablePrismPropertyDefinition Package Description com.evolveum.midpoint.common.refinery com.evolveum.midpoint.prism com.evolveum.midpoint.prism.impl com.evolveum.midpoint.schema.processor -
-
Uses of MutablePrismPropertyDefinition in com.evolveum.midpoint.common.refinery
Classes in com.evolveum.midpoint.common.refinery that implement MutablePrismPropertyDefinition Modifier and Type Class Description class
RefinedAttributeDefinitionImpl<T>
-
Uses of MutablePrismPropertyDefinition in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return MutablePrismPropertyDefinition Modifier and Type Method Description <T> MutablePrismPropertyDefinition<T>
DefinitionFactory. createPropertyDefinition(QName name, QName typeName)
MutablePrismPropertyDefinition<?>
MutableComplexTypeDefinition. createPropertyDefinition(String name, QName typeName)
MutablePrismPropertyDefinition<?>
MutableComplexTypeDefinition. createPropertyDefinition(QName name, QName typeName)
MutablePrismPropertyDefinition<?>
MutablePrismContainerDefinition. createPropertyDefinition(String localName, QName propType)
MutablePrismPropertyDefinition<?>
MutablePrismContainerDefinition. createPropertyDefinition(QName name, QName propType)
MutablePrismPropertyDefinition<?>
MutablePrismContainerDefinition. createPropertyDefinition(QName name, QName propType, int minOccurs, int maxOccurs)
MutablePrismPropertyDefinition<T>
PrismPropertyDefinition. toMutable()
-
Uses of MutablePrismPropertyDefinition 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 MutablePrismPropertyDefinition Modifier and Type Class Description class
com.evolveum.midpoint.prism.impl.PrismPropertyDefinitionImpl<T extends Object>
-
Uses of MutablePrismPropertyDefinition in com.evolveum.midpoint.schema.processor
Subinterfaces of MutablePrismPropertyDefinition in com.evolveum.midpoint.schema.processor Modifier and Type Interface Description interface
MutableResourceAttributeDefinition<T>
Classes in com.evolveum.midpoint.schema.processor that implement MutablePrismPropertyDefinition Modifier and Type Class Description class
ResourceAttributeDefinitionImpl<T>
Resource Object Attribute Definition.Methods in com.evolveum.midpoint.schema.processor that return MutablePrismPropertyDefinition Modifier and Type Method Description <T> MutablePrismPropertyDefinition<T>
MidPointSchemaDefinitionFactory. createPropertyDefinition(QName elementName, QName typeName, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation, com.sun.xml.xsom.XSParticle elementParticle, Collection<? extends DisplayableValue<T>> allowedValues, T defaultValue)
-