Uses of Interface
com.evolveum.midpoint.prism.MutablePrismPropertyDefinition
-
-
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.model.impl.schema.transform
Subinterfaces of MutablePrismPropertyDefinition in com.evolveum.midpoint.model.impl.schema.transform Modifier and Type Interface Description static interface
PartiallyMutableItemDefinition.Attribute<T>
static interface
PartiallyMutableItemDefinition.Property<T>
Classes in com.evolveum.midpoint.model.impl.schema.transform that implement MutablePrismPropertyDefinition Modifier and Type Class Description class
TransformablePropertyDefinition<T>
static class
TransformablePropertyDefinition.RefinedAttribute<T>
static class
TransformablePropertyDefinition.ResourceAttribute<T>
Methods in com.evolveum.midpoint.model.impl.schema.transform that return MutablePrismPropertyDefinition Modifier and Type Method Description default MutablePrismPropertyDefinition<?>
PartiallyMutableItemDefinition.Container. createPropertyDefinition(String localName, QName propType)
default MutablePrismPropertyDefinition<?>
PartiallyMutableItemDefinition.Container. createPropertyDefinition(QName name, QName propType)
default MutablePrismPropertyDefinition<?>
PartiallyMutableItemDefinition.Container. createPropertyDefinition(QName name, QName propType, int minOccurs, int maxOccurs)
MutablePrismPropertyDefinition<T>
TransformablePropertyDefinition. toMutable()
-
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 that implement MutablePrismPropertyDefinition Modifier and Type Class Description class
PrismPropertyDefinitionImpl<T>
Property Definition.Methods in com.evolveum.midpoint.prism.impl that return MutablePrismPropertyDefinition Modifier and Type Method Description <T> MutablePrismPropertyDefinition<T>
DefinitionFactoryImpl. createPropertyDefinition(QName name, QName typeName)
<T> MutablePrismPropertyDefinition<T>
DefinitionFactoryImpl. createPropertyDefinition(QName name, QName typeName, Collection<? extends DisplayableValue<T>> allowedValues, T defaultValue)
MutablePrismPropertyDefinition<?>
PrismContainerDefinitionImpl. createPropertyDefinition(String localName, QName typeName)
Creates new instance of property definition and adds it to the container.MutablePrismPropertyDefinition<?>
PrismContainerDefinitionImpl. createPropertyDefinition(QName name, QName typeName, int minOccurs, int maxOccurs)
Creates new instance of property definition and adds it to the container.MutablePrismPropertyDefinition<T>
PrismPropertyDefinitionImpl. toMutable()
-
Uses of MutablePrismPropertyDefinition in com.evolveum.midpoint.prism.impl.schema
Methods in com.evolveum.midpoint.prism.impl.schema that return MutablePrismPropertyDefinition Modifier and Type Method Description <T> MutablePrismPropertyDefinition<T>
SchemaDefinitionFactory. 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)
-
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)
-