Uses of Class
com.evolveum.midpoint.schema.processor.PropertyDefinition

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 with type parameters of type PropertyDefinition
protected
<T extends PropertyDefinition>
T
PropertyContainerDefinition.findPropertyDefinition(javax.xml.namespace.QName name, java.lang.Class<T> clazz)
           
 

Methods in com.evolveum.midpoint.schema.processor that return PropertyDefinition
 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.getDefinitions()
          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.setDefinition(PropertyDefinition definition)
          Sets applicable property definition.
 

Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type PropertyDefinition
protected
<T extends Property>
java.util.Set<T>
PropertyContainerDefinition.parseProperties(java.util.List<org.w3c.dom.Element> elements, java.lang.Class<T> clazz, java.util.Set<? extends PropertyDefinition> selection)
          Same as parseProperties(List elements, Class clazz), but selects only some of the properties to parse.
 

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)
           
ResourceObjectAttribute(javax.xml.namespace.QName name, PropertyDefinition definition)
           
ResourceObjectAttribute(javax.xml.namespace.QName name, PropertyDefinition definition, java.util.Set<java.lang.Object> values)
           
 



Copyright © 2011 evolveum. All Rights Reserved.