|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemDefinition | |
---|---|
com.evolveum.midpoint.common.refinery | |
com.evolveum.midpoint.schema.processor |
Uses of ItemDefinition in com.evolveum.midpoint.common.refinery |
---|
Subclasses of ItemDefinition in com.evolveum.midpoint.common.refinery | |
---|---|
class |
RefinedAccountDefinition
|
class |
RefinedAttributeDefinition
|
Methods in com.evolveum.midpoint.common.refinery that return types with arguments of type ItemDefinition | |
---|---|
java.util.Collection<ItemDefinition> |
RefinedAccountDefinition.getDefinitions()
|
Uses of ItemDefinition in com.evolveum.midpoint.schema.processor |
---|
Subclasses of ItemDefinition in com.evolveum.midpoint.schema.processor | |
---|---|
class |
ObjectDefinition<T extends ObjectType>
MidPoint Object Definition. |
class |
ObjectReferenceDefinition
Object Reference Schema Definition. |
class |
PropertyContainerDefinition
Definition of a property container. |
class |
PropertyDefinition
Property Definition. |
class |
ResourceObjectAttributeDefinition
Resource Object Attribute Definition. |
class |
ResourceObjectDefinition
Resource Object Definition (Object Class). |
Methods in com.evolveum.midpoint.schema.processor with type parameters of type ItemDefinition | ||
---|---|---|
|
PropertyContainerDefinition.findItemDefinition(PropertyPath path,
java.lang.Class<T> clazz)
|
|
|
Schema.findItemDefinition(javax.xml.namespace.QName definitionName,
java.lang.Class<T> definitionType)
Finds item definition by name. |
|
|
PropertyContainerDefinition.findItemDefinition(javax.xml.namespace.QName name,
java.lang.Class<T> clazz)
|
|
|
Schema.findItemDefinition(java.lang.String localName,
java.lang.Class<T> definitionType)
Finds item definition by local name |
|
|
Schema.findItemDefinitionByType(javax.xml.namespace.QName typeName,
java.lang.Class<T> definitionType)
Finds item definition by type. |
Methods in com.evolveum.midpoint.schema.processor that return ItemDefinition | |
---|---|
static ItemDefinition |
Schema.createDefaultItemDefinition(ItemDefinition parentDefinition,
java.util.List<java.lang.Object> valueElements)
Create default ItemDefinition. |
ItemDefinition |
PropertyContainerDefinition.findItemDefinition(javax.xml.namespace.QName name)
|
static ItemDefinition |
Schema.resolveDynamicItemDefinition(ItemDefinition parentDefinition,
java.util.List<java.lang.Object> valueElements)
Try to locate xsi:type definition in the elements and return appropriate ItemDefinition. |
Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ItemDefinition | |
---|---|
java.util.Set<ItemDefinition> |
ComplexTypeDefinition.getDefinitions()
Returns set of property definitions. |
java.util.Collection<ItemDefinition> |
PropertyContainerDefinition.getDefinitions()
Returns set of property definitions. |
Methods in com.evolveum.midpoint.schema.processor with parameters of type ItemDefinition | |
---|---|
protected void |
ItemDefinition.copyDefinitionData(ItemDefinition clone)
|
static ItemDefinition |
Schema.createDefaultItemDefinition(ItemDefinition parentDefinition,
java.util.List<java.lang.Object> valueElements)
Create default ItemDefinition. |
Item |
PropertyContainer.findItem(ItemDefinition itemDefinition)
Finds a specific property in the container by definition. |
void |
ComplexTypeDefinition.replaceDefinition(javax.xml.namespace.QName propertyName,
ItemDefinition newDefinition)
|
static ItemDefinition |
Schema.resolveDynamicItemDefinition(ItemDefinition parentDefinition,
java.util.List<java.lang.Object> valueElements)
Try to locate xsi:type definition in the elements and return appropriate ItemDefinition. |
Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type ItemDefinition | |
---|---|
protected java.util.Collection<? extends Item> |
PropertyContainerDefinition.parseItems(java.util.List<java.lang.Object> elements,
PropertyPath parentPath,
java.util.Collection<? extends ItemDefinition> selection)
Parses items from a list of elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |