|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyDefinition | |
---|---|
com.evolveum.midpoint.schema.processor |
Uses of PropertyDefinition in com.evolveum.midpoint.schema.processor |
---|
Subclasses of PropertyDefinition in com.evolveum.midpoint.schema.processor | |
---|---|
class |
ObjectReferenceDefinition
Object Reference Schema Definition. |
class |
ResourceObjectAttributeDefinition
Resource Object Attribute Definition. |
Methods in com.evolveum.midpoint.schema.processor that return PropertyDefinition | |
---|---|
PropertyDefinition |
ComplexTypeDefinition.createPropertyDefinifion(javax.xml.namespace.QName name)
|
PropertyDefinition |
ComplexTypeDefinition.createPropertyDefinifion(javax.xml.namespace.QName name,
javax.xml.namespace.QName typeName)
|
PropertyDefinition |
ComplexTypeDefinition.createPropertyDefinifion(java.lang.String localName,
java.lang.String localTypeName)
|
PropertyDefinition |
PropertyContainerDefinition.createPropertyDefinition(javax.xml.namespace.QName name)
|
PropertyDefinition |
Schema.createPropertyDefinition(javax.xml.namespace.QName name,
javax.xml.namespace.QName typeName)
Creates a top-level property definition and adds it to the schema. |
PropertyDefinition |
PropertyContainerDefinition.createPropertyDefinition(javax.xml.namespace.QName name,
javax.xml.namespace.QName typeName)
Creates new instance of property definition and adds it to the container. |
PropertyDefinition |
PropertyContainerDefinition.createPropertyDefinition(javax.xml.namespace.QName name,
javax.xml.namespace.QName typeName,
int minOccurs,
int maxOccurs)
Creates new instance of property definition and adds it to the container. |
PropertyDefinition |
Schema.createPropertyDefinition(java.lang.String localName,
javax.xml.namespace.QName typeName)
Creates a top-level property definition and adds it to the schema. |
PropertyDefinition |
ComplexTypeDefinition.createPropertyDefinition(java.lang.String localName,
javax.xml.namespace.QName typeName)
|
PropertyDefinition |
PropertyContainerDefinition.createPropertyDefinition(java.lang.String localName,
javax.xml.namespace.QName typeName)
Creates new instance of property definition and adds it to the container. |
PropertyDefinition |
Schema.createPropertyDefinition(java.lang.String localName,
java.lang.String localTypeName)
Creates a top-level property definition and adds it to the schema. |
PropertyDefinition |
PropertyContainerDefinition.createPropertyDefinition(java.lang.String localName,
java.lang.String localTypeName)
Creates new instance of property definition and adds it to the container. |
PropertyDefinition |
PropertyContainerDefinition.createPropertyDefinition(java.lang.String localName,
java.lang.String localTypeName,
int minOccurs,
int maxOccurs)
Creates new instance of property definition and adds it to the container. |
PropertyDefinition |
PropertyContainerDefinition.findPropertyDefinition(javax.xml.namespace.QName name)
Finds a PropertyDefinition by looking at the property name. |
PropertyDefinition |
Property.getDefinition()
Returns applicable property definition. |
Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type PropertyDefinition | |
---|---|
java.util.Set<PropertyDefinition> |
PropertyContainerDefinition.getPropertyDefinitions()
Returns set of property definitions. |
Methods in com.evolveum.midpoint.schema.processor with parameters of type PropertyDefinition | |
---|---|
Property |
PropertyContainer.findProperty(PropertyDefinition propertyDefinition)
Finds a specific property in the container by definition. |
void |
Property.serializeToDom(org.w3c.dom.Node parentNode,
PropertyDefinition propDef,
java.util.Set<java.lang.Object> alternateValues,
boolean recordType)
|
void |
Property.setDefinition(PropertyDefinition definition)
Sets applicable property definition. |
void |
Item.setDefinition(PropertyDefinition definition)
Sets applicable property definition. |
Constructors in com.evolveum.midpoint.schema.processor with parameters of type PropertyDefinition | |
---|---|
Property(javax.xml.namespace.QName name,
PropertyDefinition definition)
|
|
Property(javax.xml.namespace.QName name,
PropertyDefinition definition,
java.util.Set<java.lang.Object> values)
|
|
Property(javax.xml.namespace.QName name,
PropertyDefinition definition,
java.util.Set<java.lang.Object> values,
java.lang.Object element)
|
|
ResourceObjectAttribute(javax.xml.namespace.QName name,
PropertyDefinition definition)
The constructors should be used only occasionally (if used at all). |
|
ResourceObjectAttribute(javax.xml.namespace.QName name,
PropertyDefinition definition,
java.lang.Object element)
|
|
ResourceObjectAttribute(javax.xml.namespace.QName name,
PropertyDefinition definition,
java.util.Set<java.lang.Object> values)
The constructors should be used only occasionally (if used at all). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |